aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds21-120/+153
2020-02-04l2tp: Allow duplicate session creation with UDPRidge Kennedy1-1/+6
2020-02-04net_sched: fix an OOB access in cls_tcindexCong Wang1-20/+20
2020-02-04net: hsr: fix possible NULL deref in hsr_handle_frame()Eric Dumazet1-0/+2
2020-02-04treewide: remove redundant IS_ERR() before error code checkMasahiro Yamada3-3/+3
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan10-109/+103
2020-02-03Merge tag 'rxrpc-fixes-20200203' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsJakub Kicinski10-69/+83
2020-02-03rxrpc: Fix NULL pointer deref due to call->conn being cleared on disconnectDavid Howells5-24/+15
2020-02-02tcp: Reduce SYN resend delay if a suspicous ACK is receivedSeongJae Park1-1/+7
2020-02-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski5-25/+27
2020-02-01cls_rsvp: fix rsvp_policyEric Dumazet1-4/+2
2020-01-31tcp: clear tp->segs_{in|out} in tcp_disconnect()Eric Dumazet1-0/+2
2020-01-31tcp: clear tp->data_segs{in|out} in tcp_disconnect()Eric Dumazet1-0/+2
2020-01-31tcp: clear tp->delivered in tcp_disconnect()Eric Dumazet1-0/+1
2020-01-31tcp: clear tp->total_retrans in tcp_disconnect()Eric Dumazet1-0/+1
2020-01-31Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+2
2020-01-31netfilter: flowtable: Fix setting forgotten NF_FLOW_HW_DEAD flagPaul Blakey1-0/+1
2020-01-31netfilter: flowtable: Fix missing flush hardware on table freePaul Blakey1-0/+1
2020-01-31netfilter: flowtable: Fix hardware flush order on nf_flow_table_cleanupPaul Blakey1-1/+1
2020-01-31netfilter: Use kvcallocJoe Perches2-4/+3
2020-01-31mm, tree-wide: rename put_user_page*() to unpin_user_page*()John Hubbard1-1/+1
2020-01-31net/xdp: set FOLL_PIN via pin_user_pages()John Hubbard1-1/+1
2020-01-30rxrpc: Fix missing active use pinning of rxrpc_local objectDavid Howells5-40/+62
2020-01-30rxrpc: Fix insufficient receive notification generationDavid Howells1-4/+2
2020-01-30rxrpc: Fix use-after-free in rxrpc_put_local()David Howells1-1/+4
2020-01-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds10-41/+64
2020-01-30net/core: Do not clear VF index for node/port GUIDs queryLeon Romanovsky1-2/+2
2020-01-30mptcp: Fix undefined mptcp_handle_ipv6_mapped for modular IPV6Geert Uytterhoeven2-6/+6
2020-01-30net: drop_monitor: Use kstrdupJoe Perches1-6/+2
2020-01-30mptcp: MPTCP_HMAC_TEST should depend on MPTCPGeert Uytterhoeven1-2/+4
2020-01-30mptcp: Fix incorrect IPV6 dependency checkGeert Uytterhoeven1-1/+1
2020-01-29Merge tag 'y2038-drivers-for-v5.6-signed' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playgroundLinus Torvalds9-45/+58
2020-01-29netfilter: ipset: fix suspicious RCU usage in find_set_and_idKadlecsik József1-20/+21
2020-01-29mptcp: handle tcp fallback when using syn cookiesFlorian Westphal4-1/+14
2020-01-29mptcp: avoid a lockdep splat when mcast group was joinedFlorian Westphal1-2/+6
2020-01-29mptcp: fix panic on user pointer accessFlorian Westphal1-18/+22
2020-01-29mptcp: defer freeing of cached ext until last momentFlorian Westphal1-2/+4
2020-01-29sch_choke: Use kvcallocJoe Perches1-1/+1
2020-01-29mptcp: Fix build with PROC_FS disabled.David S. Miller1-0/+2
2020-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds275-2580/+17461
2020-01-28Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2020-01-28Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-17/+17
2020-01-28Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+1
2020-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-2/+9
2020-01-27Revert "pktgen: Allow configuration of IPv6 source address range"David S. Miller1-98/+0
2020-01-27net/core: Replace driver version to be kernel versionLeon Romanovsky1-0/+2
2020-01-27ethtool: add WOL_NTF notificationMichal Kubecek3-1/+6
2020-01-27ethtool: set wake-on-lan settings with WOL_SET requestMichal Kubecek3-0/+82
2020-01-27ethtool: provide WoL settings with WOL_GET requestMichal Kubecek7-1/+128
2020-01-27ethtool: add DEBUG_NTF notificationMichal Kubecek3-0/+5