1. 2f18439 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  2. a8c41a6 pktgen: remove unnecessary assignment in pktgen_xmit() by Yunsheng Lin · 5 years ago
  3. 6570bc7 net: core: use listified Rx for GRO_NORMAL in napi_gro_receive() by Alexander Lobakin · 5 years ago
  4. fa4e0f8 net/sched: fix corrupted L2 header with MPLS 'push' and 'pop' actions by Davide Caratti · 5 years ago
  5. dedc5a0 net: avoid errors when trying to pop MLPS header on non-MPLS packets by Davide Caratti · 5 years ago
  6. a98d62c Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 5 years ago
  7. ab4e846 tcp: annotate sk->sk_wmem_queued lockless reads by Eric Dumazet · 5 years ago
  8. e292f05 tcp: annotate sk->sk_sndbuf lockless reads by Eric Dumazet · 5 years ago
  9. ebb3b78 tcp: annotate sk->sk_rcvbuf lockless reads by Eric Dumazet · 5 years ago
  10. d983ea6 tcp: add rcu protection around tp->fastopen_rsk by Eric Dumazet · 5 years ago
  11. e7a9810 devlink: propagate extack down to health reporter ops by Jiri Pirko · 5 years ago
  12. 4028182 devlink: don't do reporter recovery if the state is healthy by Jiri Pirko · 5 years ago
  13. 28e72b2 sock_get_timeout: drop unnecessary return variable by Vito Caputo · 5 years ago
  14. baead85 xdp: Trivial, fix spelling in function description by Anton Ivanov · 5 years ago
  15. 719b78a5 flow_dissector: Allow updating the flow dissector program atomically by Jakub Sitnicki · 5 years ago
  16. 70c2655 net: silence KCSAN warnings about sk->sk_backlog.len reads by Eric Dumazet · 5 years ago
  17. eac6640 net: annotate sk->sk_rcvlowat lockless reads by Eric Dumazet · 5 years ago
  18. 8265792 net: silence KCSAN warnings around sk_add_backlog() calls by Eric Dumazet · 5 years ago
  19. 503978a net: avoid possible false sharing in sk_leave_memory_pressure() by Eric Dumazet · 5 years ago
  20. 993e4c9 netns: fix NLM_F_ECHO mechanism for RTM_NEWNSID by Nicolas Dichtel · 5 years ago
  21. bacb7e1 Revert "tun: call dev_get_valid_name() before register_netdevice()" by Eric Dumazet · 5 years ago
  22. a11c397 bpf/flow_dissector: add mode to enforce global BPF flow dissector by Stanislav Fomichev · 5 years ago
  23. 163ab96 net: sockmap: use bitmap for copy info by Jakub Kicinski · 5 years ago
  24. 8211fbf net: core: use helper skb_ensure_writable in more places by Heiner Kallweit · 5 years ago
  25. 82a843d net: devlink: fix reporter dump dumpit by Jiri Pirko · 5 years ago
  26. ee85da5 devlink: have genetlink code to parse the attrs during dumpit by Jiri Pirko · 5 years ago
  27. 8273fd8 net: devlink: export devlink net setter by Jiri Pirko · 5 years ago
  28. 6f4c930 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  29. c62c2cf net: devlink: don't ignore errors during dumpit by Jiri Pirko · 5 years ago
  30. 7a512eb net: make sock_prot_memory_pressure() return "const char *" by Alexey Dobriyan · 5 years ago
  31. 193d357 net: spread "enum sock_flags" by Alexey Dobriyan · 5 years ago
  32. 070c63f net: devlink: allow to change namespaces during reload by Jiri Pirko · 5 years ago
  33. 471f894 net: devlink: export devlink net getter by Jiri Pirko · 5 years ago
  34. b7a5955 net: fib_notifier: propagate extack down to the notifier block callback by Jiri Pirko · 5 years ago
  35. 55c894f net: fib_notifier: propagate possible error during fib notifier registration by Jiri Pirko · 5 years ago
  36. 7c550da net: fib_notifier: make FIB notifier per-netns by Jiri Pirko · 5 years ago
  37. 9077f05 net: propagate errors correctly in register_netdevice() by Eric Dumazet · 5 years ago
  38. 4fbb97b Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 5 years ago
  39. a30c7b4 net: introduce per-netns netdevice notifiers by Jiri Pirko · 5 years ago
  40. afa0df5 net: push loops and nb calls into helper functions by Jiri Pirko · 5 years ago
  41. 76c9ac0 net: rtnetlink: add possibility to use alternative names as message handle by Jiri Pirko · 5 years ago
  42. cc6090e net: rtnetlink: introduce helper to get net_device instance by ifname by Jiri Pirko · 5 years ago
  43. 7af12cb net: rtnetlink: unify the code in __rtnl_newlink get dev with the rest by Jiri Pirko · 5 years ago
  44. 88f4fb0 net: rtnetlink: put alternative names to getlink message by Jiri Pirko · 5 years ago
  45. 36fbf1e net: rtnetlink: add linkprop commands to add and delete alternative ifnames by Jiri Pirko · 5 years ago
  46. ff92741 net: introduce name_node struct to be used in hashlist by Jiri Pirko · 5 years ago
  47. 6958c97 net: procfs: use index hashlist instead of name hashlist by Jiri Pirko · 5 years ago
  48. 93c2fcb devlink: Fix error handling in param and info_get dumpit cb by Vasundhara Volam · 5 years ago
  49. 895b5c9 netfilter: drop bridge nf reset from nf_reset by Florian Westphal · 5 years ago
  50. 5be5515 net: core: dev: replace state xoff flag comparison by netif_xmit_stopped method by Julio Faracco · 5 years ago
  51. 8c7138b net: Unpublish sk from sk_reuseport_cb before call_rcu by Martin KaFai Lau · 5 years ago
  52. 174e238 sk_buff: drop all skb extensions on free and skb scrubbing by Florian Westphal · 5 years ago
  53. adecda5 net: print proper warning on dst underflow by Jason A. Donenfeld · 5 years ago
  54. 81160dd Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 5 years ago
  55. 1bab8d4 Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  56. 7f2444d Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  57. 9f2f13f ethtool: implement Energy Detect Powerdown support via phy-tunable by Alexandru Ardelean · 5 years ago
  58. bef1746 drop_monitor: Better sanitize notified packets by Ido Schimmel · 5 years ago
  59. acdcecc udp: correct reuseport selection with connected sockets by Willem de Bruijn · 5 years ago
  60. d518d2e net/sched: fix race between deactivation and dequeue for NOLOCK qdisc by Paolo Abeni · 5 years ago
  61. aa2eaa8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  62. 2670ac2 net: devlink: move reload fail indication to devlink core and expose to user by Jiri Pirko · 5 years ago
  63. 9769106 net: devlink: split reload op into two by Jiri Pirko · 5 years ago
  64. 10cc514 net: Fix null de-reference of device refcount by Subash Abhinov Kasiviswanathan · 5 years ago
  65. 5bbd21d devlink: add 'reset_dev_on_drv_probe' param by Dirk van der Merwe · 5 years ago
  66. 3dcbdb1 net: gso: Fix skb_segment splat when splitting gso_size mangled skb having linear-headed frag_list by Shmulik Ladkani · 5 years ago
  67. 3dd97a0 net: fib_notifier: move fib_notifier_ops from struct net into per-net struct by Jiri Pirko · 5 years ago
  68. 1e46c09 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 5 years ago
  69. 95a7233 net: openvswitch: Set OvS recirc_id from tc chain index by Paul Blakey · 5 years ago
  70. 44580a0 net: sock_map, fix missing ulp check in sock hash case by John Fastabend · 5 years ago
  71. 765b759 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  72. 58b6be4 devlink: Use switch-case instead of if-else by Parav Pandit · 5 years ago
  73. c7282b5 devlink: Make port index data type as unsigned int by Parav Pandit · 5 years ago
  74. 15a7dea net/tls: use RCU protection on icsk->icsk_ulp_data by Jakub Kicinski · 5 years ago
  75. 0741be3 bpf: fix error check in bpf_tcp_gen_syncookie by Petar Penkov · 5 years ago
  76. 2c1644c net: fix skb use after free in netpoll by Feng Sun · 5 years ago
  77. 68aaf44 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  78. b45ce32 sock: fix potential memory leak in proto_register() by zhanglin · 5 years ago
  79. dd016ac net/core/skmsg: Delete an unnecessary check before the function call “consume_skb” by Markus Elfring · 5 years ago
  80. 211c462 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 5 years ago
  81. 2c23817 bpf: allow narrow loads of some sk_reuseport_md fields with offset > 0 by Ilya Leoshkevich · 5 years ago
  82. db38de3 flow_dissector: Fix potential use-after-free on BPF_PROG_DETACH by Jakub Sitnicki · 5 years ago
  83. bd1200b drop_monitor: Make timestamps y2038 safe by Ido Schimmel · 5 years ago
  84. ef8d8cc tcp: make sure EPOLLOUT wont be missed by Eric Dumazet · 5 years ago
  85. 607f625 net: flow_offload: convert block_ing_cb_list to regular list type by Vlad Buslov · 5 years ago
  86. 446bf64 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  87. 8f51dfc bpf: support cloning sk storage on accept() by Stanislav Fomichev · 5 years ago
  88. c14a9f6 net: Don't call XDP_SETUP_PROG when nothing is changed by Maxim Mikityanskiy · 5 years ago
  89. 391203a devlink: Add generic packet traps and groups by Ido Schimmel · 5 years ago
  90. 0f420b6 devlink: Add packet trap infrastructure by Ido Schimmel · 5 years ago
  91. 8e94c3b drop_monitor: Allow user to start monitoring hardware drops by Ido Schimmel · 5 years ago
  92. d40e1de drop_monitor: Add support for summary alert mode for hardware drops by Ido Schimmel · 5 years ago
  93. 5e58109 drop_monitor: Add support for packet alert mode for hardware drops by Ido Schimmel · 5 years ago
  94. 80cebed drop_monitor: Consider all monitoring states before performing configuration by Ido Schimmel · 5 years ago
  95. edd3d00 drop_monitor: Add basic infrastructure for hardware drops by Ido Schimmel · 5 years ago
  96. cac1174 drop_monitor: Initialize hardware per-CPU data by Ido Schimmel · 5 years ago
  97. 9b63f57 drop_monitor: Move per-CPU data init/fini to separate functions by Ido Schimmel · 5 years ago
  98. 8d73f8f page_pool: fix logic in __page_pool_get_cached by Jonathan Lemon · 5 years ago
  99. 873343e page_pool: remove unnecessary variable init by Yunsheng Lin · 5 years ago
  100. 043b841 net: devlink: remove redundant rtnl lock assert by Vlad Buslov · 5 years ago