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