summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2023-02-14wifi: mac80211: fix non-MLO station associationKarthikeyan Periyasamy1-3/+0
2023-02-14wifi: mac80211: Allow NSS change only up to capabilityRameshkumar Sundaram1-5/+20
2023-02-14wifi: mac80211: add a workaround for receiving non-standard mesh A-MSDUFelix Fietkau4-3/+48
2023-02-14wifi: mac80211: fix receiving A-MSDU frames on mesh interfacesFelix Fietkau2-200/+270
2023-02-14wifi: mac80211: remove mesh forwarding congestion checkFelix Fietkau3-9/+0
2023-02-14wifi: cfg80211: factor out bridge tunnel / RFC1042 header checkFelix Fietkau1-16/+18
2023-02-14wifi: cfg80211: move A-MSDU check in ieee80211_data_to_8023_exthdrFelix Fietkau1-2/+3
2023-02-14wifi: mac80211: make rate u32 in sta_set_rate_info_rx()Shayne Chen1-1/+1
2023-02-14rfkill: Use sysfs_emit() to instead of sprintf()Bo Liu1-8/+8
2023-02-14wifi: cfg80211: Allow action frames to be transmitted with link BSS in MLDRameshkumar Sundaram1-1/+4
2023-02-14wifi: mac80211: configure puncturing bitmapAloka Dixit1-3/+19
2023-02-14wifi: cfg80211: include puncturing bitmap in channel switch eventsAloka Dixit4-19/+34
2023-02-14wifi: nl80211: validate and configure puncturing bitmapAloka Dixit1-0/+32
2023-02-14wifi: cfg80211: move puncturing bitmap validation from mac80211Aloka Dixit2-67/+75
2023-02-14wifi: nl80211: return error message for malformed chandefJaewan Kim1-1/+4
2023-02-14wifi: nl80211: add MLO_LINK_ID to CMD_STOP_AP eventAlvin Šipraga3-4/+6
2023-02-14wifi: nl80211: emit CMD_START_AP on multicast group when an AP is startedAlvin Šipraga1-0/+38
2023-02-14wifi: mac80211: mlme: handle EHT channel puncturingJohannes Berg4-6/+224
2023-02-14wifi: cfg80211: Extend cfg80211_update_owe_info_event() for MLD APVeerendranath Jakkam2-14/+35
2023-02-14wifi: cfg80211: Extend cfg80211_new_sta() for MLD APVeerendranath Jakkam1-0/+16
2023-02-14wifi: mac80211: move color collision detection report in a delayed workLorenzo Bianconi3-1/+31
2023-02-14wifi: cfg80211: Fix use after free for wextAlexander Wetzel1-5/+26
2023-02-14wifi: cfg80211: Authentication offload to user space for MLO connection in ST...Veerendranath Jakkam2-3/+8
2023-02-14wifi: cfg80211: trace: remove MAC_PR_{FMT,ARG}Johannes Berg1-124/+120
2023-02-11bridge: mcast: Move validation to a policyIdo Schimmel1-18/+27
2023-02-11bridge: mcast: Remove pointless sequence generation counter assignmentIdo Schimmel1-2/+0
2023-02-11bridge: mcast: Use correct define in MDB dumpIdo Schimmel1-1/+1
2023-02-11Merge tag 'for-net-next-2023-02-09' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski4-34/+33
2023-02-11Daniel Borkmann says:Jakub Kicinski16-84/+370
2023-02-11net: extract nf_ct_handle_fragments to nf_conntrack_ovsXin Long3-88/+51
2023-02-11net: sched: move frag check and tc_skb_cb update out of handle_fragmentsXin Long1-32/+39
2023-02-11openvswitch: move key and ovs_cb update out of handle_fragmentsXin Long1-12/+25
2023-02-11net: extract nf_ct_skb_network_trim function to nf_conntrack_ovsXin Long3-58/+31
2023-02-11net: create nf_conntrack_ovs for ovs and tc useXin Long6-98/+110
2023-02-10net: skbuff: drop the word head from skb cacheJakub Kicinski3-20/+18
2023-02-10Merge tag 'rxrpc-next-20230208' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller5-9/+15
2023-02-10openvswitch: Use string_is_terminated() helperAndy Shevchenko1-2/+3
2023-02-10genetlink: Use string_is_terminated() helperAndy Shevchenko1-2/+2
2023-02-10string_helpers: Move string_is_valid() to the headerAndy Shevchenko1-10/+6
2023-02-10net: introduce default_rps_mask netns attributePaolo Abeni2-1/+43
2023-02-10net-sysctl: factor-out rpm mask manipulation helpersPaolo Abeni2-30/+44
2023-02-10net-sysctl: factor out cpumask parsing helperPaolo Abeni1-18/+28
2023-02-10Bluetooth: Make sure LE create conn cancel is sent when timeoutArchie Pusaka1-0/+2
2023-02-10Bluetooth: Free potentially unfreed SCO connectionArchie Pusaka1-1/+8
2023-02-10Bluetooth: L2CAP: Fix potential user-after-freeLuiz Augusto von Dentz2-24/+8
2023-02-10Bluetooth: MGMT: add CIS feature bits to controller informationPauli Virtanen1-0/+12
2023-02-10Bluetooth: hci_conn: Refactor hci_bind_bis() since it always succeedsKees Cook1-9/+3
2023-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski19-42/+176
2023-02-09net: enable usercopy for skb_small_head_cacheEric Dumazet1-1/+7
2023-02-09rds: rds_rm_zerocopy_callback() use list_first_entry()Pietro Borrello1-3/+3