1. 8aaaf2f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years ago
  2. 6f022c2 net: openvswitch: Fix ct_state nat flags for conns arriving from tc by Paul Blakey · 3 years ago
  3. 77bbcb6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by Jakub Kicinski · 3 years ago
  4. be5650f netfilter: nft_bitwise: track register operations by Pablo Neira Ayuso · 3 years ago
  5. 12e4ecf netfilter: nf_tables: add register tracking infrastructure by Pablo Neira Ayuso · 3 years ago
  6. 642c8ef netfilter: nf_tables: add NFT_REG32_NUM by Pablo Neira Ayuso · 3 years ago
  7. 2c865a8 netfilter: nf_tables: add rule blob layout by Pablo Neira Ayuso · 3 years ago
  8. 6ae7989 netfilter: conntrack: avoid useless indirection during conntrack destruction by Florian Westphal · 3 years ago
  9. 613a0c6 netfilter: conntrack: Use max() instead of doing it manually by Jiapeng Chong · 3 years ago
  10. 9f3248c Merge tag 'for-net-next-2022-01-07' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by Jakub Kicinski · 3 years ago
  11. 257367c Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 3 years ago
  12. 91a760b net: bpf: Handle return value of BPF_CGROUP_RUN_PROG_INET{4,6}_POST_BIND() by Menglong Dong · 3 years ago
  13. 72279d1 Bluetooth: hci_event: Rework hci_inquiry_result_with_rssi_evt by Luiz Augusto von Dentz · 3 years ago
  14. 1b26d36 net: dsa: warn about dsa_port and dsa_switch bit fields being non atomic by Vladimir Oltean · 3 years ago
  15. 63cfc65 net: dsa: don't enumerate dsa_switch and dsa_port bit fields using commas by Vladimir Oltean · 3 years ago
  16. c4251db Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by David S. Miller · 3 years ago
  17. d093d17 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 3 years ago
  18. 64693ec page_pool: Store the XDP mem id by Toke Høiland-Jørgensen · 3 years ago
  19. 35b2e54 page_pool: Add callback to init pages when they are allocated by Toke Høiland-Jørgensen · 3 years ago
  20. 4a48ef7 xdp: Allow registering memory model without rxq reference by Toke Høiland-Jørgensen · 3 years ago
  21. b9adba3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years ago
  22. 4b026e8 net: dsa: combine two holes in struct dsa_switch_tree by Vladimir Oltean · 3 years ago
  23. b035c88c net: dsa: move dsa_switch_tree :: ports and lags to first cache line by Vladimir Oltean · 3 years ago
  24. 258030a net: dsa: make dsa_switch :: num_ports an unsigned int by Vladimir Oltean · 3 years ago
  25. 7787ff7 net: dsa: merge all bools of struct dsa_switch into a single u32 by Vladimir Oltean · 3 years ago
  26. 0625125 net: dsa: move dsa_port :: type near dsa_port :: index by Vladimir Oltean · 3 years ago
  27. bde82f3 net: dsa: merge all bools of struct dsa_port into a single u8 by Vladimir Oltean · 3 years ago
  28. b08db33 net: dsa: move dsa_port :: stp_state near dsa_port :: mac by Vladimir Oltean · 3 years ago
  29. acb99b9 mac80211: Add stations iterator where the iterator function may sleep by Martin Blumenstingl · 3 years ago
  30. 1135fad Namespaceify mtu_expires sysctl by xu xin · 3 years ago
  31. 1de6b15a Namespaceify min_pmtu sysctl by xu xin · 3 years ago
  32. 222a011 udp6: Use Segment Routing Header for dest address if present by Andrew Lunn · 3 years ago
  33. e412944 icmp: ICMPV6: Examine invoking packet for Segment Route Headers. by Andrew Lunn · 3 years ago
  34. fa55a7d seg6: export get_srh() for ICMP handling by Andrew Lunn · 3 years ago
  35. 9795ded net/sched: act_ct: Fill offloading tuple iifidx by Paul Blakey · 3 years ago
  36. f9d31c4 sctp: hold endpoint before calling cb in sctp_transport_lookup_process by Xin Long · 3 years ago
  37. e63a023 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 3 years ago
  38. aec53e6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years ago
  39. aebb51e bpf: Invert the dependency between bpf-netns.h and netns/bpf.h by Jakub Kicinski · 3 years ago
  40. 3b80b73 net: Add includes masked by netdevice.h including uapi/bpf.h by Jakub Kicinski · 3 years ago
  41. e2dfb94 Merge tag 'for-net-next-2021-12-29' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by Jakub Kicinski · 3 years ago
  42. b645941 net: Don't include filter.h from net/sock.h by Jakub Kicinski · 3 years ago
  43. 5ec7d18 sctp: use call_rcu to free endpoint by Xin Long · 3 years ago
  44. 8b3f913 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years ago
  45. 3d3b2f5 sctp: move hlist_node and hashent out of sctp_ep_common by Xin Long · 3 years ago
  46. 4e484b3 xfrm: rate limit SA mapping change message to user space by Antony Antony · 3 years ago
  47. 5de24da Merge tag 'mlx5-updates-2021-12-21' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux by Jakub Kicinski · 3 years ago
  48. 4a6fbdd8 netfilter: conntrack: tag conntracks picked up in local out hook by Florian Westphal · 3 years ago
  49. 023223d netfilter: nf_tables: make counter support built-in by Pablo Neira Ayuso · 3 years ago
  50. e6e5904 codel: remove unnecessary pkt_sched.h include by Jakub Kicinski · 3 years ago
  51. 15fcb10 codel: remove unnecessary sock.h include by Jakub Kicinski · 3 years ago
  52. 76d0685 Bluetooth: MGMT: Fix LE simultaneous roles UUID if not supported by Luiz Augusto von Dentz · 3 years ago
  53. 4fc9857a Bluetooth: hci_sync: Add check simultaneous roles support by Luiz Augusto von Dentz · 3 years ago
  54. 85b5685 Bluetooth: hci_sync: Add support for waiting specific LE subevents by Luiz Augusto von Dentz · 3 years ago
  55. 8e8b92e Bluetooth: hci_sync: Add hci_le_create_conn_sync by Luiz Augusto von Dentz · 3 years ago
  56. 744451c Bluetooth: hci_sync: Push sync command cancellation to workqueue by Benjamin Berg · 3 years ago
  57. 0b5705e devlink: Add new "event_eq_size" generic device param by Shay Drory · 3 years, 1 month ago
  58. 4740238 devlink: Add new "io_eq_size" generic device param by Shay Drory · 3 years, 1 month ago
  59. 294e70c Merge tag 'mac80211-next-for-net-next-2021-12-21' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by Jakub Kicinski · 3 years ago
  60. 8f905c0 inet: fully convert sk->sk_rx_dst to RCU rules by Eric Dumazet · 3 years ago
  61. 47301a7 nl80211: Add support to set AP settings flags with single attribute by Veerendranath Jakkam · 3 years, 1 month ago
  62. 7f599ae cfg80211: Use the HE operation IE to determine a 6GHz BSS channel by Ayala Beker · 3 years, 1 month ago
  63. a95bfb8 cfg80211: rename offchannel_chain structs to background_chain to avoid confusion with ETSI standard by Lorenzo Bianconi · 3 years, 1 month ago
  64. a083ee8 cfg80211: Add support for notifying association comeback by Ilan Peer · 3 years, 1 month ago
  65. 6d50176 mac80211: introduce channel switch disconnect function by Nathan Errera · 3 years, 1 month ago
  66. c86e020 flow_offload: validate flags of filter and actions by Baowen Zheng · 3 years ago
  67. 13926d1 flow_offload: add reoffload process to update hw_count by Baowen Zheng · 3 years ago
  68. c7a66f8 flow_offload: add process to update action stats from hardware by Baowen Zheng · 3 years ago
  69. bcd6436 flow_offload: rename exts stats update functions with hw by Baowen Zheng · 3 years ago
  70. 7adc576 flow_offload: add skip_hw and skip_sw to control if offload the action by Baowen Zheng · 3 years ago
  71. 8cbfe93 flow_offload: allow user to offload tc action to net device by Baowen Zheng · 3 years ago
  72. c54e1d9 flow_offload: add ops to tc_action_ops for flow action setup by Baowen Zheng · 3 years ago
  73. 9c1c0e1 flow_offload: rename offload functions with offload instead of flow by Baowen Zheng · 3 years ago
  74. 5a99590 flow_offload: add index to flow_action_entry structure by Baowen Zheng · 3 years ago
  75. 3849595 net/sched: flow_dissector: Fix matching on zone id for invalid conns by Paul Blakey · 3 years ago
  76. ec624fe net/sched: Extend qdisc control block with tc control block by Paul Blakey · 3 years ago
  77. 66495f3 fib: expand fib_rule_policy by Florian Westphal · 3 years ago
  78. 92e1bce fib: rules: remove duplicated nla policies by Florian Westphal · 3 years ago
  79. 7f29731 net: dsa: make tagging protocols connect to individual switches from a tree by Vladimir Oltean · 3 years ago
  80. d27a662 xsk: Wipe out dead zero_copy_allocator declarations by Maciej Fijalkowski · 3 years, 1 month ago
  81. dcdd77e bareudp: Move definition of struct bareudp_conf to bareudp.c by Guillaume Nault · 3 years, 1 month ago
  82. 614b7a1 bareudp: Remove bareudp_dev_create() by Guillaume Nault · 3 years, 1 month ago
  83. 4f3cb343 net: dsa: remove dp->priv by Vladimir Oltean · 3 years, 1 month ago
  84. dc452a4 net: dsa: introduce tagger-owned storage for private and shared data by Vladimir Oltean · 3 years, 1 month ago
  85. 33d60fb sock: Use sock_owned_by_user_nocheck() instead of sk_lock.owned. by Kuniyuki Iwashima · 3 years, 1 month ago
  86. e1b539b xfrm: add net device refcount tracker to struct xfrm_state_offload by Eric Dumazet · 3 years, 1 month ago
  87. dbdcda6 net: sched: add netns refcount tracker to struct tcf_exts by Eric Dumazet · 3 years, 1 month ago
  88. ffa84b5 net: add netns refcount tracker to struct sock by Eric Dumazet · 3 years, 1 month ago
  89. 9ba74e6 net: add networking namespace refcount tracker by Eric Dumazet · 3 years, 1 month ago
  90. 3150a73 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 1 month ago
  91. fd31cb0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by Jakub Kicinski · 3 years, 1 month ago
  92. 857fdd7 net: dsa: eliminate dsa_switch_ops :: port_bridge_tx_fwd_{,un}offload by Vladimir Oltean · 3 years, 1 month ago
  93. b079922 net: dsa: add a "tx_fwd_offload" argument to ->port_bridge_join by Vladimir Oltean · 3 years, 1 month ago
  94. d3eed0e net: dsa: keep the bridge_dev and bridge_num as part of the same structure by Vladimir Oltean · 3 years, 1 month ago
  95. 6a43cba net: dsa: export bridging offload helpers to drivers by Vladimir Oltean · 3 years, 1 month ago
  96. 36cbf39 net: dsa: hide dp->bridge_dev and dp->bridge_num in the core behind helpers by Vladimir Oltean · 3 years, 1 month ago
  97. 947c874 net: dsa: assign a bridge number even without TX forwarding offload by Vladimir Oltean · 3 years, 1 month ago
  98. 3f9bb03 net: dsa: make dp->bridge_num one-based by Vladimir Oltean · 3 years, 1 month ago
  99. ada066b net: sched: act_mirred: add net device refcount tracker by Eric Dumazet · 3 years, 1 month ago
  100. 615d069 llc: add net device refcount tracker by Eric Dumazet · 3 years, 1 month ago