summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2021-12-21Bluetooth: mgmt: Make use of mgmt_send_event_skb in MGMT_EV_DEVICE_CONNECTEDLuiz Augusto von Dentz1-8/+18
2021-12-21Bluetooth: mgmt: Make use of mgmt_send_event_skb in MGMT_EV_DEVICE_FOUNDLuiz Augusto von Dentz1-21/+31
2021-12-21Merge tag 'mac80211-next-for-net-next-2021-12-21' of git://git.kernel.org/pub...Jakub Kicinski24-168/+677
2021-12-21net/sched: use min() macro instead of doing it manuallyYang Li1-3/+3
2021-12-20inet: fully convert sk->sk_rx_dst to RCU rulesEric Dumazet7-17/+22
2021-12-20mctp: emit RTM_NEWADDR and RTM_DELADDRMatt Johnston1-5/+48
2021-12-20phonet/pep: refuse to enable an unbound pipeRĂ©mi Denis-Courmont1-0/+2
2021-12-20mac80211: fix locking in ieee80211_start_ap error pathJohannes Berg1-0/+3
2021-12-20cfg80211: Enable regulatory enforcement checks for drivers supporting mesh ifaceSriram R2-0/+3
2021-12-20rfkill: allow to get the software rfkill stateEmmanuel Grumbach1-0/+12
2021-12-20cfg80211: refactor cfg80211_get_ies_channel_number()Johannes Berg1-24/+22
2021-12-20nl80211: Add support to set AP settings flags with single attributeVeerendranath Jakkam1-2/+6
2021-12-20mac80211: add more HT/VHT/HE state loggingJohannes Berg1-12/+33
2021-12-20cfg80211: Use the HE operation IE to determine a 6GHz BSS channelAyala Beker1-7/+49
2021-12-20cfg80211: rename offchannel_chain structs to background_chain to avoid confus...Lorenzo Bianconi8-78/+80
2021-12-20mac80211: Notify cfg80211 about association comebackIlan Peer1-0/+4
2021-12-20cfg80211: Add support for notifying association comebackIlan Peer2-0/+55
2021-12-20mac80211: introduce channel switch disconnect functionNathan Errera1-1/+13
2021-12-20cfg80211: simplify cfg80211_chandef_valid()Johannes Berg1-30/+32
2021-12-20mac80211: Remove a couple of obsolete TODOIlan Peer2-12/+5
2021-12-20mac80211: fix FEC flag in radio tap headerP Praneesh1-1/+6
2021-12-20mac80211: use coarse boottime for airtime fairness codeFelix Fietkau1-5/+5
2021-12-19flow_offload: validate flags of filter and actionsBaowen Zheng5-19/+47
2021-12-19flow_offload: add reoffload process to update hw_countBaowen Zheng2-17/+239
2021-12-19net: sched: save full flags for tc actionBaowen Zheng1-3/+5
2021-12-19flow_offload: add process to update action stats from hardwareBaowen Zheng1-0/+34
2021-12-19flow_offload: rename exts stats update functions with hwBaowen Zheng2-11/+11
2021-12-19flow_offload: add skip_hw and skip_sw to control if offload the actionBaowen Zheng1-6/+77
2021-12-19flow_offload: allow user to offload tc action to net deviceBaowen Zheng14-23/+231
2021-12-19flow_offload: add ops to tc_action_ops for flow action setupBaowen Zheng13-208/+394
2021-12-19flow_offload: rename offload functions with offload instead of flowBaowen Zheng3-14/+14
2021-12-19flow_offload: add index to flow_action_entry structureBaowen Zheng1-2/+1
2021-12-19flow_offload: fill flags to action structureBaowen Zheng14-14/+14
2021-12-18bpf: Add MEM_RDONLY for helper args that are pointers to rdonly mem.Hao Luo1-32/+32
2021-12-18bpf: Introduce MEM_RDONLY flagHao Luo2-2/+2
2021-12-18bpf: Replace PTR_TO_XXX_OR_NULL with PTR_TO_XXX | PTR_MAYBE_NULLHao Luo2-2/+2
2021-12-18xdp: move the if dev statements to the firstYajun Deng1-5/+5
2021-12-18ax25: NPD bug when detaching AX25 deviceLin Ma1-1/+3
2021-12-17mptcp: clean up harmless false expressionsJean Sacren1-4/+4
2021-12-17mptcp: enforce HoL-blocking estimationPaolo Abeni2-25/+48
2021-12-17Revert "tipc: use consistent GFP flags"Hoang Le1-4/+4
2021-12-17net: openvswitch: Fix matching zone id for invalid conns arriving from tcPaul Blakey2-1/+8
2021-12-17net/sched: flow_dissector: Fix matching on zone id for invalid connsPaul Blakey3-2/+5
2021-12-17net/sched: Extend qdisc control block with tc control blockPaul Blakey5-15/+19
2021-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller4-6/+9
2021-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski25-57/+115
2021-12-16Merge tag 'net-5.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds24-56/+113
2021-12-16add missing bpf-cgroup.h includesJakub Kicinski3-0/+3
2021-12-16Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski1-2/+2
2021-12-16sit: do not call ipip6_dev_free() from sit_init_net()Eric Dumazet1-1/+0