aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-31Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+2
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-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-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
2020-01-27ethtool: set message mask with DEBUG_SET requestMichal Kubecek3-0/+59
2020-01-27ethtool: provide message mask with DEBUG_GET requestMichal Kubecek7-1/+115
2020-01-27ethtool: fix kernel-doc descriptionsMichal Kubecek2-12/+15
2020-01-27flow_dissector: Fix to use new variables for port ranges in bpf hookYoshiki Komachi1-2/+9
2020-01-27Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextDavid S. Miller8-131/+379
2020-01-27net: dsa: Fix use-after-free in probing of DSA switch treeVladimir Oltean1-11/+25
2020-01-27net: remove eth_change_mtuHeiner Kallweit1-16/+0
2020-01-27net: introduce dev_net notifier register/unregister variantsJiri Pirko1-0/+46
2020-01-27net: push code from net notifier reg/unreg into helpersJiri Pirko1-22/+38
2020-01-27net: call call_netdevice_unregister_net_notifiers from unregisterJiri Pirko1-11/+3
2020-01-27soreuseport: Cleanup duplicate initialization of more_reuse->max_socks.Kuniyuki Iwashima1-1/+0
2020-01-27udp: Support UDP fraglist GRO/GSO.Steffen Klassert2-25/+106
2020-01-27net: Support GRO/GSO fraglist chaining.Steffen Klassert2-1/+92
2020-01-27net: Add a netdev software feature set that defaults to off.Steffen Klassert1-1/+1
2020-01-27net: Add fraglist GRO/GSO feature flagsSteffen Klassert1-0/+1
2020-01-27rxrpc: Fix use-after-free in rxrpc_receive_data()David Howells1-5/+7
2020-01-27net_sched: ematch: reject invalid TCF_EM_SIMPLEEric Dumazet1-0/+3
2020-01-27net: include struct nhmsg size in nh nlmsg sizeStephen Worley1-1/+3
2020-01-27net_sched: walk through all child classes in tc_bind_tclass()Cong Wang1-11/+30
2020-01-27net_sched: fix ops->bind_class() implementationsCong Wang10-29/+76
2020-01-27nf_tables: Add set type for arbitrary concatenation of rangesStefano Brivio3-1/+2106
2020-01-27netfilter: nf_tables: Support for sets with multiple ranged fieldsStefano Brivio2-1/+92
2020-01-27netfilter: nf_tables: add NFTA_SET_ELEM_KEY_END attributePablo Neira Ayuso2-23/+64