summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2025-02-11wifi: mac80211: remove debugfs dir for virtual monitorAlexander Wetzel-7/+14
2025-02-11wifi: mac80211: Cleanup sta TXQs on flushAlexander Wetzel-2/+3
2025-02-11wifi: nl80211: reject cooked mode if it is set along with other flagsVitaliy Shevtsov-0/+5
2025-02-11wifi: mac80211: rework the Tx of the deauth in ieee80211_set_disassoc()Emmanuel Grumbach-32/+36
2025-02-11wifi: mac80211: ensure sdata->work is canceled before initialized.Miri Korenblit-1/+4
2025-02-11wifi: mac80211: enable removing assoc linkJohannes Berg-3/+0
2025-02-11wifi: mac80211: aggregation: remove deflink accesses for MLOJohannes Berg-12/+19
2025-02-11wifi: mac80211: always send max agg subframe num in strict modeJohannes Berg-2/+3
2025-02-11wifi: mac80211: don't unconditionally call drv_mgd_complete_tx()Johannes Berg-1/+2
2025-02-11wifi: mac80211: remove misplaced drv_mgd_complete_tx() callJohannes Berg-1/+0
2025-02-11wifi: mac80211: set ieee80211_prep_tx_info::link_id upon Auth RxEmmanuel Grumbach-2/+5
2025-02-11wifi: mac80211: tests: add tests for ieee80211_determine_chan_modeBenjamin Berg-7/+265
2025-02-11wifi: mac80211: add HT and VHT basic set verificationBenjamin Berg-0/+129
2025-02-11wifi: mac80211: add strict mode disabling workaroundsJohannes Berg-16/+73
2025-02-11wifi: mac80211: Add processing of TTLM teardown frameIlan Peer-5/+23
2025-02-11wifi: mac80211: Add support for EPCS configurationIlan Peer-1/+335
2025-02-11wifi: mac80211: Refactor ieee80211_sta_wmm_params()Ilan Peer-4/+17
2025-02-11wifi: cfg80211: Fix trace print for removed linksIlan Peer-1/+1
2025-02-11wifi: mac80211: Drop cooked monitor supportAlexander Wetzel-243/+94
2025-02-11wifi: nl80211/cfg80211: Stop supporting cooked monitorAlexander Wetzel-0/+4
2025-02-11net: rfkill: gpio: allow booting in blocked stateCatalin Popescu-0/+3
2025-02-11netlink: support dumping IPv4 multicast addressesYuyang Huang-18/+90
2025-02-11Merge tag 'batadv-net-pullrequest-20250207' of git://git.open-mesh.org/linux-...Paolo Abeni-50/+91
2025-02-10Merge tag 'linux-can-fixes-for-6.14-20250208' of git://git.kernel.org/pub/scm...Jakub Kicinski-4/+5
2025-02-10net: fib_rules: Convert RTM_DELRULE to per-netns RTNL.Kuniyuki Iwashima-7/+16
2025-02-10net: fib_rules: Add error_free label in fib_delrule().Kuniyuki Iwashima-5/+6
2025-02-10net: fib_rules: Convert RTM_NEWRULE to per-netns RTNL.Kuniyuki Iwashima-2/+14
2025-02-10net: fib_rules: Factorise fib_newrule() and fib_delrule().Kuniyuki Iwashima-13/+23
2025-02-10ip: fib_rules: Fetch net from fib_rule in fib[46]_rule_configure().Kuniyuki Iwashima-4/+4
2025-02-10net: fib_rules: Split fib_nl2rule().Kuniyuki Iwashima-17/+41
2025-02-10net: fib_rules: Pass net to fib_nl2rule() instead of skb.Kuniyuki Iwashima-4/+3
2025-02-10net: fib_rules: Don't check net in rule_exists() and rule_find().Kuniyuki Iwashima-6/+0
2025-02-10ipv6: mcast: extend RCU protection in igmp6_send()Eric Dumazet-16/+15
2025-02-10ndisc: extend RCU protection in ndisc_send_skb()Eric Dumazet-4/+8
2025-02-10openvswitch: use RCU protection in ovs_vport_cmd_fill_info()Eric Dumazet-3/+9
2025-02-10arp: use RCU protection in arp_xmit()Eric Dumazet-1/+3
2025-02-10neighbour: use RCU protection in __neigh_notify()Eric Dumazet-2/+6
2025-02-10ndisc: use RCU protection in ndisc_alloc_skb()Eric Dumazet-6/+4
2025-02-10ndisc: ndisc_send_redirect() must use dev_get_by_index_rcu()Eric Dumazet-1/+1
2025-02-10xsk: add helper to get &xdp_desc's DMA and meta pointer in one goAlexander Lobakin-4/+42
2025-02-10Merge tag 'hid-for-linus-2025021001' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-2/+1
2025-02-10net: ethtool: prevent flow steering to RSS contexts which don't existJakub Kicinski-4/+8
2025-02-08batman-adv: Ignore own maximum aggregation size during RXSven Eckelmann-4/+2
2025-02-08can: j1939: j1939_sk_send_loop(): fix unable to send messages with data lengt...Alexander Hölzl-4/+5
2025-02-07net: page_pool: avoid false positive warning if NAPI was never addedJakub Kicinski-5/+14
2025-02-07net: devmem: don't call queue stop / start when the interface is downJakub Kicinski-7/+11
2025-02-07net: refactor netdev_rx_queue_restart() to use local qopsJakub Kicinski-13/+12
2025-02-07Revert "net: skb: introduce and use a single page frag cache"Paolo Abeni-98/+22
2025-02-07tcp: rename inet_csk_{delete|reset}_keepalive_timer()Eric Dumazet-25/+21
2025-02-07tcp: do not export tcp_parse_mss_option() and tcp_mtup_init()Eric Dumazet-2/+0