1. c9a368f bpf: net: Avoid incorrect bpf_sk_reuseport_detach call by Martin KaFai Lau · 4 years, 6 months ago
  2. 394de11 net: Added pointer check for dst->ops->neigh_lookup in dst_neigh_lookup_skb by Martin Varghese · 4 years, 7 months ago
  3. d7bf2eb sched: consistently handle layer3 header accesses in the presence of VLANs by Toke Høiland-Jørgensen · 4 years, 7 months ago
  4. 1e82a62 genetlink: remove genl_bind by Sean Tranchetti · 4 years, 7 months ago
  5. e708e2b Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 4 years, 7 months ago
  6. 2606aff net: ip_tunnel: add header_ops for layer 3 devices by Jason A. Donenfeld · 4 years, 7 months ago
  7. ab53cad bpf, netns: Keep a list of attached bpf_link's by Jakub Sitnicki · 4 years, 7 months ago
  8. 695c121 bpf, netns: Keep attached programs in bpf_prog_array by Jakub Sitnicki · 4 years, 7 months ago
  9. 3b70169 flow_dissector: Pull BPF program assignment up to bpf-netns by Jakub Sitnicki · 4 years, 7 months ago
  10. 91d5b70 xsk: Replace the cheap_dma flag with a dma_need_sync flag by Christoph Hellwig · 4 years, 7 months ago
  11. bf64ff4 genetlink: get rid of family->attrbuf by Cong Wang · 4 years, 7 months ago
  12. 471e39d sctp: Don't advertise IPv4 addresses if ipv6only is set on the socket by Marcelo Ricardo Leitner · 4 years, 7 months ago
  13. 41b14fb net: Do not clear the sock TX queue in sk_set_socket() by Tariq Toukan · 4 years, 7 months ago
  14. 26ac10b GUE: Fix a typo by Aiden Leong · 4 years, 7 months ago
  15. a1db217 net: flow_offload: fix flow_indr_dev_unregister path by wenxu · 4 years, 7 months ago
  16. 66f1939a flow_offload: use flow_indr_block_cb_alloc/remove function by wenxu · 4 years, 7 months ago
  17. 26f2eb2 flow_offload: add flow_indr_block_cb_alloc/remove function by wenxu · 4 years, 7 months ago
  18. 0e5f9d5 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by David S. Miller · 4 years, 7 months ago
  19. 505ee3a netfilter: flowtable: Make nf_flow_table_offload_add/del_cb inline by Alaa Hleihel · 4 years, 7 months ago
  20. 762f926 net/sched: act_ct: Make tcf_ct_flow_table_restore_skb inline by Alaa Hleihel · 4 years, 7 months ago
  21. 96144c5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 7 months ago
  22. 1c38372 Merge branch 'work.sysctl' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 7 months ago
  23. 50cb876 vxlan: Remove access to nexthop group struct by David Ahern · 4 years, 7 months ago
  24. ce9ac05 nexthop: Fix fdb labeling for groups by David Ahern · 4 years, 7 months ago
  25. 89dc685 net: flow_offload: remove indirect flow_block declarations leftover by Pablo Neira Ayuso · 4 years, 7 months ago
  26. c96b6ac dccp: Fix possible memleak in dccp_init and dccp_fini by Wang Hai · 4 years, 7 months ago
  27. 6b1ad5a Merge tag 'mac80211-for-davem-2020-06-08' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by David S. Miller · 4 years, 8 months ago
  28. c7388c1 net/sysctl: remove leftover __user annotations on neigh_proc_dointvec* by Christoph Hellwig · 4 years, 8 months ago
  29. 79ea1e12 cfg80211: fix management registrations deadlock by Johannes Berg · 4 years, 8 months ago
  30. 6761893 inet_connection_sock: clear inet_num out of destroy helper by Paolo Abeni · 4 years, 8 months ago
  31. bb986a5 seg6: fix seg6_validate_srh() to avoid slab-out-of-bounds by Ahmed Abdelsalam · 4 years, 8 months ago
  32. 94579ac xfrm: Fix double ESP trailer insertion in IPsec crypto offload. by Huy Nguyen · 4 years, 8 months ago
  33. cb8e59c Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 8 months ago
  34. 4b01285 Merge branch 'uaccess.csum' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 8 months ago
  35. 7f045a4 bpf: Add link-based BPF program attachment to network namespace by Jakub Sitnicki · 4 years, 8 months ago
  36. b27f7bb flow_dissector: Move out netns_bpf prog callbacks by Jakub Sitnicki · 4 years, 8 months ago
  37. a3fd7ce net: Introduce netns_bpf for BPF programs attached to netns by Jakub Sitnicki · 4 years, 8 months ago
  38. 1b698fa xdp: Rename convert_to_xdp_frame in xdp_convert_buff_to_frame by Lorenzo Bianconi · 4 years, 8 months ago
  39. fc37987 xdp: Introduce xdp_convert_frame_to_buff utility routine by Lorenzo Bianconi · 4 years, 8 months ago
  40. 8ea204c net: Make locking in sock_bindtoindex optional by Ferenc Fejes · 4 years, 8 months ago
  41. e91de6a bpf: Fix running sk_skb program types with ktls by John Fastabend · 4 years, 8 months ago
  42. 64b5902 xdp: Add xdp_txq_info to xdp_buff by David Ahern · 4 years, 8 months ago
  43. 81e8c10 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 4 years, 8 months ago
  44. c6676e7 bridge: mrp: Add support for role MRA by Horatiu Vultur · 4 years, 8 months ago
  45. 4b3a61b bridge: mrp: Set the priority of MRP instance by Horatiu Vultur · 4 years, 8 months ago
  46. 5eb18a2 devlink: Add ACL control packet traps by Ido Schimmel · 4 years, 8 months ago
  47. d77cfd1 devlink: Add layer 3 control packet traps by Ido Schimmel · 4 years, 8 months ago
  48. 515eac6 devlink: Add layer 2 control packet traps by Ido Schimmel · 4 years, 8 months ago
  49. 678eb19 devlink: Create dedicated trap group for layer 3 exceptions by Ido Schimmel · 4 years, 8 months ago
  50. af0a248 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 4 years, 8 months ago
  51. 709ffbe net: remove indirect block netdev event registration by Pablo Neira Ayuso · 4 years, 8 months ago
  52. 1fac52d net: flow_offload: consolidate indirect flow_block infrastructure by Pablo Neira Ayuso · 4 years, 8 months ago
  53. a8284c6 netfilter: nf_flowtable: expose nf_flow_table_gc_cleanup() by Pablo Neira Ayuso · 4 years, 8 months ago
  54. 07f6ece Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by David S. Miller · 4 years, 8 months ago
  55. 1806c13 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 8 months ago
  56. 1079a34 Merge tag 'mac80211-next-for-davem-2020-05-31' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by David S. Miller · 4 years, 8 months ago
  57. 093a48d cfg80211: support bigger kek/kck key length by Nathan Errera · 4 years, 8 months ago
  58. 2ad2274 mac80211: Add HE 6GHz capabilities element to probe request by Ilan Peer · 4 years, 8 months ago
  59. 1bb9a8a mac80211: use HE 6 GHz band capability and pass it to the driver by Johannes Berg · 4 years, 8 months ago
  60. 2239521 cfg80211: add and expose HE 6 GHz band capabilities by Johannes Berg · 4 years, 8 months ago
  61. 43e64bf cfg80211: handle 6 GHz capability of new station by Rajkumar Manoharan · 4 years, 8 months ago
  62. afbc9c9 cfg80211: add a helper to identify 6 GHz PSCs by Johannes Berg · 4 years, 8 months ago
  63. 4300c7e Merge tag 'mlx5-cleanup-2020-05-29' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux by David S. Miller · 4 years, 8 months ago
  64. 86ae579 net: Make mpls_entry_encode() available for generic users by Eli Cohen · 4 years, 8 months ago
  65. bc183de tcp: tcp_init_buffer_space can be static by Florian Westphal · 4 years, 8 months ago
  66. 001c1a6 default csum_and_copy_to_user(): don't bother with access_ok() by Al Viro · 4 years, 9 months ago
  67. 5904122 take the dummy csum_and_copy_from_user() into net/checksum.h by Al Viro · 5 years ago
  68. c0425a4 net: add a new bind_add method by Christoph Hellwig · 4 years, 8 months ago
  69. 40ef92c sctp: add sctp_sock_set_nodelay by Christoph Hellwig · 4 years, 8 months ago
  70. 942110f Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by David S. Miller · 4 years, 8 months ago
  71. f26e9b2 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 4 years, 8 months ago
  72. 298cd88 rxrpc: add rxrpc_sock_set_min_security_level by Christoph Hellwig · 4 years, 8 months ago
  73. 7d7207c ipv6: add ip6_sock_set_recvpktinfo by Christoph Hellwig · 4 years, 8 months ago
  74. 18d5ad6 ipv6: add ip6_sock_set_addr_preferences by Christoph Hellwig · 4 years, 8 months ago
  75. fce9349 ipv6: add ip6_sock_set_recverr by Christoph Hellwig · 4 years, 8 months ago
  76. 9b11574 ipv6: add ip6_sock_set_v6only by Christoph Hellwig · 4 years, 8 months ago
  77. c1f9ec5 ipv4: add ip_sock_set_pktinfo by Christoph Hellwig · 4 years, 8 months ago
  78. 2de569b ipv4: add ip_sock_set_mtu_discover by Christoph Hellwig · 4 years, 8 months ago
  79. db45c0e ipv4: add ip_sock_set_recverr by Christoph Hellwig · 4 years, 8 months ago
  80. c4e446b ipv4: add ip_sock_set_freebind by Christoph Hellwig · 4 years, 8 months ago
  81. 6ebf71b ipv4: add ip_sock_set_tos by Christoph Hellwig · 4 years, 8 months ago
  82. fe31a32 net: add sock_set_reuseport by Christoph Hellwig · 4 years, 8 months ago
  83. 26cfabf net: add sock_set_rcvbuf by Christoph Hellwig · 4 years, 8 months ago
  84. ce3d954 net: add sock_set_keepalive by Christoph Hellwig · 4 years, 8 months ago
  85. 783da70 net: add sock_enable_timestamps by Christoph Hellwig · 4 years, 8 months ago
  86. 7594888 net: add sock_bindtoindex by Christoph Hellwig · 4 years, 8 months ago
  87. 76ee078 net: add sock_set_sndtimeo by Christoph Hellwig · 4 years, 8 months ago
  88. 6e43496 net: add sock_set_priority by Christoph Hellwig · 4 years, 8 months ago
  89. c433594 net: add sock_no_linger by Christoph Hellwig · 4 years, 8 months ago
  90. b58f0e8 net: add sock_set_reuseaddr by Christoph Hellwig · 4 years, 8 months ago
  91. d292456 tcp: ipv6: support RFC 6069 (TCP-LD) by Eric Dumazet · 4 years, 8 months ago
  92. 50ce4c0 sctp: fix typo sctp_ulpevent_nofity_peer_addr_change by Jonas Falkevik · 4 years, 8 months ago
  93. b3ae245 net/tls: Add force_resync for driver resync by Tariq Toukan · 4 years, 8 months ago
  94. abadb2f netfilter: nf_tables: delete devices from flowtable by Pablo Neira Ayuso · 4 years, 8 months ago
  95. 78d9f48 netfilter: nf_tables: add devices to existing flowtable by Pablo Neira Ayuso · 4 years, 8 months ago
  96. cb8aa9a netfilter: ctnetlink: add kernel side filtering for dump by Romain Bellan · 4 years, 9 months ago
  97. 9a5f648 nl80211: Add support to configure TID specific Tx rate configuration by Tamizh Chelvam · 4 years, 8 months ago
  98. dca9ca2 nl80211: add ability to report TX status for control port TX by Markus Theil · 4 years, 9 months ago
  99. 3c23215 mac80211: Replace zero-length array with flexible-array by Gustavo A. R. Silva · 4 years, 9 months ago
  100. 396fba0 cfg80211: Replace zero-length array with flexible-array by Gustavo A. R. Silva · 4 years, 9 months ago