1. 25537d7 net: Allow NETIF_F_HW_TLS_TX if IP_CSUM && IPV6_CSUM by Tariq Toukan · 4 years ago
  2. 3226b15 net: avoid 32 x truesize under-estimation for tiny skbs by Eric Dumazet · 4 years ago
  3. 97550f6 net: compound page support in skb_seq_read by Willem de Bruijn · 4 years ago
  4. 766b051 net: make sure devices go through netdev_wait_all_refs by Jakub Kicinski · 4 years ago
  5. c269a24 net: make free_netdev() more lenient with unregistering devices by Jakub Kicinski · 4 years ago
  6. 2b446e6 docs: net: explain struct net_device lifetime by Jakub Kicinski · 4 years ago
  7. fd2ddef udp: Prevent reuseport_select_sock from reading uninitialized socks by Baptiste Lepers · 4 years ago
  8. 53475c5 net: fix use-after-free when UDP GRO with shared fraglist by Dongseok Yi · 4 years ago
  9. a533b70 net: neighbor: fix a crash caused by mod zero by weichenchen · 4 years ago
  10. 4ae2bb8 net-sysfs: take the rtnl lock when accessing xps_rxqs_map and num_tc by Antoine Tenart · 4 years ago
  11. 2d57b4f net-sysfs: take the rtnl lock when storing xps_rxqs by Antoine Tenart · 4 years ago
  12. fb25038 net-sysfs: take the rtnl lock when accessing xps_cpus_map and num_tc by Antoine Tenart · 4 years ago
  13. 1ad58225 net-sysfs: take the rtnl lock when storing xps_cpus by Antoine Tenart · 4 years ago
  14. 7061eb8 net: core: introduce __netdev_notify_peers by Lijun Pan · 4 years, 1 month ago
  15. d635a69 Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years ago
  16. ae0b04b net: Disable NETIF_F_HW_TLS_TX when HW_CSUM is disabled by Tariq Toukan · 4 years, 1 month ago
  17. 54970a2 net: drop bogus skb with CHECKSUM_PARTIAL and offset beyond end of trimmed packet by Vasily Averin · 4 years, 1 month ago
  18. adb35e8 Merge tag 'sched-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 1 month ago
  19. f9b4240b Merge tag 'fixes-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 4 years, 1 month ago
  20. a6b5e02 Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 4 years, 1 month ago
  21. 46d5e62 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 1 month ago
  22. d9838b1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 4 years, 1 month ago
  23. 51e1368 rtnetlink: RCU-annotate both dimensions of rtnl_msg_handlers by Jakub Kicinski · 4 years, 1 month ago
  24. 5137d30 net: flow_offload: Fix memory leak for indirect flow block by Chris Mi · 4 years, 1 month ago
  25. 998f172 xdp: Remove the xdp_attachment_flags_ok() callback by Toke Høiland-Jørgensen · 4 years, 1 month ago
  26. b60da49 bpf: Only provide bpf_sock_from_file with CONFIG_NET by Florent Revest · 4 years, 1 month ago
  27. 8daa76a net: core: devlink: simplify the return expression of devlink_nl_cmd_trap_set_doit() by Zheng Yongjun · 4 years, 1 month ago
  28. e336688 lwt_bpf: Replace preempt_disable() with migrate_disable() by Cong Wang · 4 years, 1 month ago
  29. d9054a1 lwt: Disable BH too in run_lwt_bpf() by Dongdong Wang · 4 years, 1 month ago
  30. a50a85e bpf: Expose bpf_sk_storage_* to iterator programs by Florent Revest · 4 years, 1 month ago
  31. dba4a92 net: Remove the err argument from sock_from_file by Florent Revest · 4 years, 1 month ago
  32. a1dd1d8 Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 4 years, 1 month ago
  33. cb81110 bpf: Adds support for setting window clamp by Prankur gupta · 4 years, 1 month ago
  34. 55fd59b Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 1 month ago
  35. 13de4ed net: skbuff: ensure LSE is pullable before decrementing the MPLS ttl by Davide Caratti · 4 years, 1 month ago
  36. 0d2c4f9 bpf: Eliminate rlimit-based memory accounting for sockmap and sockhash maps by Roman Gushchin · 4 years, 1 month ago
  37. 7846dd9 bpf: Refine memcg-based memory accounting for sockmap and sockhash maps by Roman Gushchin · 4 years, 1 month ago
  38. 427167c bpf: Allow bpf_{s,g}etsockopt from cgroup bind{4,6} hooks by Stanislav Fomichev · 4 years, 1 month ago
  39. c214550 net: delete __dev_getfirstbyhwtype by Vladimir Oltean · 4 years, 1 month ago
  40. fa69ee5 net: switch to storing KCOV handle directly in sk_buff by Marco Elver · 4 years, 1 month ago
  41. ad80b0f mptcp: open code mptcp variant for lock_sock by Paolo Abeni · 4 years, 1 month ago
  42. b02e5a0 xsk: Propagate napi_id to XDP socket Rx path by Björn Töpel · 4 years, 1 month ago
  43. 7c951caf net: Add SO_BUSY_POLL_BUDGET socket option by Björn Töpel · 4 years, 1 month ago
  44. 7fd3253 net: Introduce preferred busy-polling by Björn Töpel · 4 years, 1 month ago
  45. ed1182d xdp: Handle MEM_TYPE_XSK_BUFF_POOL correctly in xdp_return_buff() by Björn Töpel · 4 years, 1 month ago
  46. 3771b82 Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by Jakub Kicinski · 4 years, 1 month ago
  47. 5c39f26 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 1 month ago
  48. aadaca9 net/sched: fix miss init the mru in qdisc_skb_cb by wenxu · 4 years, 1 month ago
  49. 985f733 sock: set sk_err to ee_errno on dequeue from errq by Willem de Bruijn · 4 years, 1 month ago
  50. a787bda Merge branch 'linus' into sched/core, to resolve semantic conflict by Ingo Molnar · 4 years, 1 month ago
  51. a7b4364 devlink: Make sure devlink instance and port are in same net namespace by Parav Pandit · 4 years, 1 month ago
  52. b187c9b devlink: Hold rtnl lock while reading netdev attributes by Parav Pandit · 4 years, 1 month ago
  53. 6454eca net: Use lockdep_assert_in_softirq() in napi_consume_skb() by Yunsheng Lin · 4 years, 1 month ago
  54. 2543a60 gro_cells: reduce number of synchronize_net() calls by Eric Dumazet · 4 years, 1 month ago
  55. 1d155df net: warn if gso_type isn't set for a GSO SKB by Heiner Kallweit · 4 years, 1 month ago
  56. 36ccdf8 net, xsk: Avoid taking multiple skbuff references by Björn Töpel · 4 years, 1 month ago
  57. 5204bb6 devlink: Fix reload stats structure by Moshe Shemesh · 4 years, 1 month ago
  58. f0a5013 devlink: Add blackhole_nexthop trap by Ido Schimmel · 4 years, 1 month ago
  59. 545b8c8 smp: Cleanup smp_call_function*() by Peter Zijlstra · 4 years, 7 months ago
  60. 12f4bd8 net: add annotation for sock_{lock,unlock}_fast by Paolo Abeni · 4 years, 1 month ago
  61. 52cc5f3 devlink: move flash end and begin to core devlink by Jacob Keller · 4 years, 1 month ago
  62. b44cfd4 devlink: move request_firmware out of driver by Jacob Keller · 4 years, 1 month ago
  63. 56495a2 Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 1 month ago
  64. e6ea60b Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by Jakub Kicinski · 4 years, 1 month ago
  65. 1532b97 net: Have netpoll bring-up DSA management interface by Florian Fainelli · 4 years, 1 month ago
  66. 4363023 bpf, sockmap: Avoid failures from skb_to_sgvec when skb has frag_list by John Fastabend · 4 years, 1 month ago
  67. 2443ca6 bpf, sockmap: Handle memory acct if skb_verdict prog redirects to self by John Fastabend · 4 years, 1 month ago
  68. 6fa9201 bpf, sockmap: Avoid returning unneeded EAGAIN when redirecting to self by John Fastabend · 4 years, 1 month ago
  69. 70796fb bpf, sockmap: Use truesize with sk_rmem_schedule() by John Fastabend · 4 years, 1 month ago
  70. 36cd0e69 bpf, sockmap: Ensure SO_RCVBUF memory is observed on ingress redirect by John Fastabend · 4 years, 1 month ago
  71. c1639be net: datagram: fix some kernel-doc markups by Mauro Carvalho Chehab · 4 years, 1 month ago
  72. b93ef08 bpf: Fix the irq and nmi check in bpf_sk_storage for tracing usage by Martin KaFai Lau · 4 years, 1 month ago
  73. 872f690 treewide: rename nla_strlcpy to nla_strscpy. by Francis Laniel · 4 years, 1 month ago
  74. 849920c devlink: Add missing genlmsg_cancel() in devlink_nl_sb_port_pool_fill() by Wang Hai · 4 years, 2 months ago
  75. 07cbce2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 4 years, 2 months ago
  76. 7886244 net: page_pool: Add bulk support for ptr_ring by Lorenzo Bianconi · 4 years, 2 months ago
  77. 8965398 net: xdp: Introduce bulking for xdp tx return path by Lorenzo Bianconi · 4 years, 2 months ago
  78. 8cf8821 net: Exempt multicast addresses from five-second neighbor lifetime by Jeff Dike · 4 years, 2 months ago
  79. 8e4597c bpf: Allow using bpf_sk_storage in FENTRY/FEXIT/RAW_TP by Martin KaFai Lau · 4 years, 2 months ago
  80. e794bfd bpf: Rename some functions in bpf_sk_storage by Martin KaFai Lau · 4 years, 2 months ago
  81. 9e838b0 bpf: Folding omem_charge() into sk_storage_charge() by Martin KaFai Lau · 4 years, 2 months ago
  82. e1d9d7b Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 2 months ago
  83. 9f73bd1 devlink: Avoid overwriting port attributes of registered port by Parav Pandit · 4 years, 2 months ago
  84. 8be33ec net: skb_vlan_untag(): don't reset transport offset if set by GRO layer by Alexander Lobakin · 4 years, 2 months ago
  85. a183942 net: core: add dev_get_tstats64 as a ndo_get_stats64 implementation by Heiner Kallweit · 4 years, 2 months ago
  86. 75a5fb0 net: core: fix spelling typo in flow_dissector.c by Wang Qing · 4 years, 2 months ago
  87. 1ca4743 net: dev_ioctl: remove redundant initialization of variable err by Colin Ian King · 4 years, 2 months ago
  88. 6370cc3 net: add kcov handle to skb extensions by Aleksandr Nogikh · 4 years, 2 months ago
  89. 5d86724 net: core: remove unneeded semicolon by Tom Rix · 4 years, 2 months ago
  90. 1c29d98 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 2 months ago
  91. 934291f Merge tag 'net-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 2 months ago
  92. 3aefd7d net: core: Use skb_is_gso() in skb_checksum_help() by Yi Li · 4 years, 2 months ago
  93. 0d8cb94 devlink: Unlock on error in dumpit() by Dan Carpenter · 4 years, 2 months ago
  94. 6c21180 devlink: Fix some error codes by Dan Carpenter · 4 years, 2 months ago
  95. 3744741 random32: add noise from network and scheduling activity by Willy Tarreau · 4 years, 5 months ago
  96. 700465f net: Properly typecast int values to set sk_max_pacing_rate by Ke Li · 4 years, 2 months ago
  97. d277598 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by Jakub Kicinski · 4 years, 2 months ago
  98. ebfe3c5 rtnetlink: fix data overflow in rtnl_calcit() by Di Zhu · 4 years, 2 months ago
  99. ba452c9 bpf: Fix bpf_redirect_neigh helper api to support supplying nexthop by Toke Høiland-Jørgensen · 4 years, 2 months ago
  100. 0e8b8d6 net: core: use list_del_init() instead of list_del() in netdev_run_todo() by Taehee Yoo · 4 years, 3 months ago