summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2020-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2020-02-07bpf: Improve bucket_log calculation logicMartin KaFai Lau
2020-02-07bpf, sockhash: Synchronize_rcu before free'ing mapJakub Sitnicki
2020-02-07bpf, sockmap: Don't sleep while holding RCU lock on tear-downJakub Sitnicki
2020-02-07bpf, sockmap: Check update requirements after lockingLorenz Bauer
2020-02-07drop_monitor: Do not cancel uninitialized work itemIdo Schimmel
2020-02-07ipv6/addrconf: fix potential NULL deref in inet6_set_link_af()Eric Dumazet
2020-02-07taprio: Fix dropping packets when using taprio + ETF offloadingVinicius Costa Gomes
2020-02-07taprio: Use taprio_reset_tc() to reset Traffic Classes configurationVinicius Costa Gomes
2020-02-07taprio: Add missing policy validation for flagsVinicius Costa Gomes
2020-02-07taprio: Fix still allowing changing the flags during runtimeVinicius Costa Gomes
2020-02-07taprio: Fix enabling offload with wrong number of traffic classesVinicius Costa Gomes
2020-02-07rxrpc: Fix call RCU cleanup using non-bh-safe locksDavid Howells
2020-02-07rxrpc: Fix service call disconnectionDavid Howells
2020-02-06net: sched: prevent a use after freeDan Carpenter
2020-02-06skbuff: fix a data race in skb_queue_len()Qian Cai
2020-02-06mptcp: fix use-after-free for ipv6Florian Westphal
2020-02-05devlink: report 0 after hitting end in region readJacob Keller
2020-02-05net_sched: fix a resource leak in tcindex_set_parms()Cong Wang
2020-02-05mptcp: fix use-after-free on tcp fallbackFlorian Westphal
2020-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-02-04l2tp: Allow duplicate session creation with UDPRidge Kennedy
2020-02-04net_sched: fix an OOB access in cls_tcindexCong Wang
2020-02-04net: hsr: fix possible NULL deref in hsr_handle_frame()Eric Dumazet
2020-02-04treewide: remove redundant IS_ERR() before error code checkMasahiro Yamada
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan
2020-02-03Merge tag 'rxrpc-fixes-20200203' of git://git.kernel.org/pub/scm/linux/kernel...Jakub Kicinski
2020-02-03rxrpc: Fix NULL pointer deref due to call->conn being cleared on disconnectDavid Howells
2020-02-02tcp: Reduce SYN resend delay if a suspicous ACK is receivedSeongJae Park
2020-02-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski
2020-02-01cls_rsvp: fix rsvp_policyEric Dumazet
2020-01-31tcp: clear tp->segs_{in|out} in tcp_disconnect()Eric Dumazet
2020-01-31tcp: clear tp->data_segs{in|out} in tcp_disconnect()Eric Dumazet
2020-01-31tcp: clear tp->delivered in tcp_disconnect()Eric Dumazet
2020-01-31tcp: clear tp->total_retrans in tcp_disconnect()Eric Dumazet
2020-01-31Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-01-31netfilter: flowtable: Fix setting forgotten NF_FLOW_HW_DEAD flagPaul Blakey
2020-01-31netfilter: flowtable: Fix missing flush hardware on table freePaul Blakey
2020-01-31netfilter: flowtable: Fix hardware flush order on nf_flow_table_cleanupPaul Blakey
2020-01-31netfilter: Use kvcallocJoe Perches
2020-01-31mm, tree-wide: rename put_user_page*() to unpin_user_page*()John Hubbard
2020-01-31net/xdp: set FOLL_PIN via pin_user_pages()John Hubbard
2020-01-30rxrpc: Fix missing active use pinning of rxrpc_local objectDavid Howells
2020-01-30rxrpc: Fix insufficient receive notification generationDavid Howells
2020-01-30rxrpc: Fix use-after-free in rxrpc_put_local()David Howells
2020-01-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-01-30net/core: Do not clear VF index for node/port GUIDs queryLeon Romanovsky
2020-01-30mptcp: Fix undefined mptcp_handle_ipv6_mapped for modular IPV6Geert Uytterhoeven
2020-01-30net: drop_monitor: Use kstrdupJoe Perches
2020-01-30mptcp: MPTCP_HMAC_TEST should depend on MPTCPGeert Uytterhoeven