aboutsummaryrefslogtreecommitdiffstats
path: root/include/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-22codel: remove unnecessary sock.h includeJakub Kicinski2-1/+2
2021-12-22Bluetooth: MGMT: Fix LE simultaneous roles UUID if not supportedLuiz Augusto von Dentz1-0/+1
2021-12-22Bluetooth: hci_sync: Add check simultaneous roles supportLuiz Augusto von Dentz1-0/+6
2021-12-22Bluetooth: hci_sync: Add support for waiting specific LE subeventsLuiz Augusto von Dentz1-0/+1
2021-12-22Bluetooth: hci_sync: Add hci_le_create_conn_syncLuiz Augusto von Dentz2-2/+5
2021-12-22Bluetooth: hci_sync: Push sync command cancellation to workqueueBenjamin Berg2-0/+2
2021-12-21devlink: Add new "event_eq_size" generic device paramShay Drory1-0/+4
2021-12-21devlink: Add new "io_eq_size" generic device paramShay Drory1-0/+4
2021-12-21Merge tag 'mac80211-next-for-net-next-2021-12-21' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJakub Kicinski2-31/+95
2021-12-20inet: fully convert sk->sk_rx_dst to RCU rulesEric Dumazet1-1/+1
2021-12-20nl80211: Add support to set AP settings flags with single attributeVeerendranath Jakkam1-11/+0
2021-12-20cfg80211: Use the HE operation IE to determine a 6GHz BSS channelAyala Beker1-11/+13
2021-12-20cfg80211: rename offchannel_chain structs to background_chain to avoid confusion with ETSI standardLorenzo Bianconi2-15/+15
2021-12-20cfg80211: Add support for notifying association comebackIlan Peer1-0/+12
2021-12-20mac80211: introduce channel switch disconnect functionNathan Errera1-0/+12
2021-12-19flow_offload: validate flags of filter and actionsBaowen Zheng2-1/+4
2021-12-19flow_offload: add reoffload process to update hw_countBaowen Zheng1-0/+11
2021-12-19flow_offload: add process to update action stats from hardwareBaowen Zheng2-8/+11
2021-12-19flow_offload: rename exts stats update functions with hwBaowen Zheng1-3/+3
2021-12-19flow_offload: add skip_hw and skip_sw to control if offload the actionBaowen Zheng1-0/+1
2021-12-19flow_offload: allow user to offload tc action to net deviceBaowen Zheng2-0/+22
2021-12-19flow_offload: add ops to tc_action_ops for flow action setupBaowen Zheng1-0/+12
2021-12-19flow_offload: rename offload functions with offload instead of flowBaowen Zheng1-3/+3
2021-12-19flow_offload: add index to flow_action_entry structureBaowen Zheng2-7/+1
2021-12-17net/sched: flow_dissector: Fix matching on zone id for invalid connsPaul Blakey1-0/+1
2021-12-17net/sched: Extend qdisc control block with tc control blockPaul Blakey2-2/+15
2021-12-16fib: expand fib_rule_policyFlorian Westphal1-20/+0
2021-12-16fib: rules: remove duplicated nla policiesFlorian Westphal1-1/+0
2021-12-14net: dsa: make tagging protocols connect to individual switches from a treeVladimir Oltean1-3/+2
2021-12-14xsk: Wipe out dead zero_copy_allocator declarationsMaciej Fijalkowski1-1/+0
2021-12-13bareudp: Move definition of struct bareudp_conf to bareudp.cGuillaume Nault1-8/+1
2021-12-13bareudp: Remove bareudp_dev_create()Guillaume Nault1-4/+0
2021-12-12net: dsa: remove dp->privVladimir Oltean1-6/+0
2021-12-12net: dsa: introduce tagger-owned storage for private and shared dataVladimir Oltean1-0/+12
2021-12-10sock: Use sock_owned_by_user_nocheck() instead of sk_lock.owned.Kuniyuki Iwashima1-11/+12
2021-12-10xfrm: add net device refcount tracker to struct xfrm_state_offloadEric Dumazet1-1/+2
2021-12-10net: sched: add netns refcount tracker to struct tcf_extsEric Dumazet1-2/+6
2021-12-10net: add netns refcount tracker to struct sockEric Dumazet1-0/+2
2021-12-10net: add networking namespace refcount trackerEric Dumazet2-0/+52
2021-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-4/+17
2021-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski1-3/+3
2021-12-08net: dsa: eliminate dsa_switch_ops :: port_bridge_tx_fwd_{,un}offloadVladimir Oltean1-6/+1
2021-12-08net: dsa: add a "tx_fwd_offload" argument to ->port_bridge_joinVladimir Oltean1-1/+2
2021-12-08net: dsa: keep the bridge_dev and bridge_num as part of the same structureVladimir Oltean1-13/+21
2021-12-08net: dsa: export bridging offload helpers to driversVladimir Oltean1-0/+43
2021-12-08net: dsa: hide dp->bridge_dev and dp->bridge_num in the core behind helpersVladimir Oltean1-0/+21
2021-12-08net: dsa: assign a bridge number even without TX forwarding offloadVladimir Oltean1-5/+5
2021-12-08net: dsa: make dp->bridge_num one-basedVladimir Oltean1-3/+3
2021-12-07net: sched: act_mirred: add net device refcount trackerEric Dumazet1-0/+1
2021-12-07llc: add net device refcount trackerEric Dumazet1-0/+1