aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-09-04wifi: mac80211: reduce the scope of link_idMiri Korenblit1-1/+2
2025-09-04wifi: nl80211: strict checking attributes for NL80211_CMD_SET_BSSArend van Spriel1-7/+45
2025-09-04wifi: drivers: indicate support for attributes in NL80211_CMD_SET_BSSArend van Spriel1-0/+8
2025-09-04wifi: nl80211: allow drivers to support subset of NL80211_CMD_SET_BSSArend van Spriel2-2/+46
2025-09-04wifi: nl80211: Add EHT fixed Tx rate supportMuna Sinada1-5/+224
2025-09-04wifi: mac80211: consider links for validating SCAN_FLAG_AP in scan request du...Aditya Kumar Singh1-4/+17
2025-09-04wifi: mac80211: simplify return value handling of cfg80211_get_radio_idx_by_c...Aditya Kumar Singh3-33/+6
2025-09-04wifi: cfg80211: fix return value in cfg80211_get_radio_idx_by_chan()Aditya Kumar Singh1-1/+1
2025-09-04wifi: mac80211: kunit: add kunit tests for S1G PVB decodingLachlan Hodges2-1/+357
2025-09-04wifi: mac80211: support parsing S1G TIM PVBLachlan Hodges2-2/+3
2025-09-04wifi: mac80211: support block bitmap S1G TIM encodingLachlan Hodges4-49/+154
2025-09-04net: add helper to pre-check if PP for an Rx queue will be unreadableJakub Kicinski1-0/+9
2025-09-04ipv6: sit: Add ipip6_tunnel_dst_find() for cleanupYue Haibing1-56/+48
2025-09-04net: atm: fix memory leak in atm_register_sysfs when device_register failWang Liang1-2/+4
2025-09-04netfilter: nf_tables: Introduce NFTA_DEVICE_PREFIXPhil Sutter1-11/+31
2025-09-03ax25: properly unshare skbs in ax25_kiss_rcv()Eric Dumazet1-0/+4
2025-09-03mctp: return -ENOPROTOOPT for unknown getsockopt optionsAlok Tiwari1-1/+1
2025-09-03net/smc: Remove validation of reserved bits in CLC Decline messageMahanta Jambigi1-2/+0
2025-09-03ipv4: Fix NULL vs error pointer check in inet_blackhole_dev_init()Dan Carpenter1-4/+3
2025-09-03net: lockless sock_i_ino()Eric Dumazet3-24/+1
2025-09-03Merge tag 'nf-next-25-09-02' of https://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski9-79/+206
2025-09-03netlink: specs: fou: change local-v6/peer-v6 checkAsbjørn Sloth Tønnesen1-2/+2
2025-09-03mptcp: record subflows in RPS tableChristoph Paasch1-0/+21
2025-09-03mptcp: use HMAC-SHA256 library instead of open-coded HMACEric Biggers1-33/+2
2025-09-03Merge tag 'wireless-2025-09-03' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski1-1/+4
2025-09-03wifi: mac80211: count reg connection element in the sizeMiri Korenblit1-1/+4
2025-09-03wifi: mac80211: Make CONNECTION_MONITOR optional for MLO staLorenzo Bianconi1-3/+0
2025-09-03wifi: cfg80211: Remove unused tracepointsSteven Rostedt1-56/+0
2025-09-03wifi: cfg80211: sme: cap SSID length in __cfg80211_connect_result()Dan Carpenter1-1/+4
2025-09-02ipv6: Add sanity checks on ipv6_devconf.rpl_seg_enabledYue Haibing1-1/+3
2025-09-02ipv6: annotate data-races around devconf->rpl_seg_enabledYue Haibing1-4/+2
2025-09-02net/tcp: Fix socket memory leak in TCP-AO failure handling for IPv6Christoph Paasch1-17/+15
2025-09-02net_sched: act: remove tcfa_qstatsEric Dumazet1-4/+8
2025-09-02net_sched: add back BH safety to tcf_lockEric Dumazet11-22/+22
2025-09-02net/smc: Replace use of strncpy on NUL-terminated string with strscpyJames Flowers1-1/+1
2025-09-02netfilter: nft_payload: extend offset to 65535 bytesFernando Fernandez Mancera1-7/+11
2025-09-02netfilter: nf_reject: remove unneeded exportsFlorian Westphal2-22/+42
2025-09-02netfilter: nft_set_pipapo: remove redundant test for avx feature bitFlorian Westphal2-3/+2
2025-09-02netfilter: nf_tables: all transaction allocations can now sleepFlorian Westphal1-28/+19
2025-09-02netfilter: nf_tables: allow iter callbacks to sleepFlorian Westphal2-11/+124
2025-09-02netfilter: nft_payload: Use csum_replace4() instead of opencodingChristophe Leroy1-1/+1
2025-09-02netfilter: ebtables: Use vmalloc_array() to improve codeQianfeng Rong1-7/+7
2025-09-02net: mctp: mctp_fraq_queue should take ownership of passed skbJeremy Kerr1-16/+19
2025-09-02net/smc: fix one NULL pointer dereference in smc_ib_is_sg_need_sync()Liu Jian1-0/+3
2025-09-01Merge tag 'batadv-net-pullrequest-20250901' of https://git.open-mesh.org/linu...Jakub Kicinski1-1/+6
2025-09-01inet: ping: use EXPORT_IPV6_MOD[_GPL]()Eric Dumazet1-16/+16
2025-09-01inet: ping: make ping_port_rover per netnsEric Dumazet1-5/+5
2025-09-01inet: ping: remove ping_hash()Eric Dumazet2-11/+0
2025-09-01inet: ping: check sock_net() in ping_get_port() and ping_lookup()Eric Dumazet1-4/+10
2025-09-01icmp: fix icmp_ndo_send address translation for reply directionFabian Bläse2-4/+8