aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2025-09-09ipv4: udp: fix typos in commentsAlok Tiwari1-3/+3
2025-09-09xsk: Fix immature cq descriptor productionMaciej Fijalkowski2-14/+111
2025-09-09tunnels: reset the GSO metadata before reusing the skbAntoine Tenart1-0/+6
2025-09-09hsr: use netdev_master_upper_dev_link() when linking lower portsHangbin Liu1-1/+4
2025-09-08net: bridge: Bounce invalid booloptsPetr Machata1-0/+7
2025-09-08rds: ib: Remove unused extern definitionHÃ¥kon Bugge1-1/+0
2025-09-08xfrm: snmp: do not use SNMP_MIB_SENTINEL anymoreEric Dumazet1-6/+6
2025-09-08tls: snmp: do not use SNMP_MIB_SENTINEL anymoreEric Dumazet1-4/+6
2025-09-08sctp: snmp: do not use SNMP_MIB_SENTINEL anymoreEric Dumazet1-6/+6
2025-09-08mptcp: snmp: do not use SNMP_MIB_SENTINEL anymoreEric Dumazet1-6/+6
2025-09-08ipv4: snmp: do not use SNMP_MIB_SENTINEL anymoreEric Dumazet1-32/+33
2025-09-08ipv6: snmp: do not track per idev ICMP6_MIB_RATELIMITHOSTEric Dumazet2-3/+6
2025-09-08ipv6: snmp: do not use SNMP_MIB_SENTINEL anymoreEric Dumazet1-19/+24
2025-09-08ipv6: snmp: remove icmp6type2name[]Eric Dumazet1-22/+22
2025-09-08genetlink: fix genl_bind() invoking bind() after -EPERMAlok Tiwari1-0/+3
2025-09-08net: mctp: fix typo in commentAlok Tiwari1-1/+1
2025-09-06SUNRPC: call xs_sock_process_cmsg for all cmsgJustin Worrell1-3/+3
2025-09-06Revert "SUNRPC: Don't allow waiting for exiting tasks"Trond Myklebust1-2/+0
2025-09-05batman-adv: remove includes for extern declarationsSven Eckelmann5-3/+2
2025-09-05batman-adv: keep skb crc32 helper local in BLASven Eckelmann3-35/+34
2025-09-05batman-adv: remove network coding supportSven Eckelmann15-2302/+4
2025-09-05batman-adv: Start new development cycleSimon Wunderlich1-1/+1
2025-09-04net: call cond_resched() less often in __release_sock()Eric Dumazet1-4/+8
2025-09-04tcp: use tcp_eat_recv_skb in __tcp_close()Eric Dumazet1-2/+2
2025-09-04tcp: fix __tcp_close() to only send RST when requiredEric Dumazet1-4/+5
2025-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski26-100/+150
2025-09-04net/smc: Improve log message for devices w/o pnetidAlexandra Winter2-11/+20
2025-09-04Merge tag 'nf-25-09-04' of https://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski1-11/+31
2025-09-04wifi: mac80211: Fix 6 GHz Band capabilities element advertisement in lower bandsRamya Gnanasekar2-1/+5
2025-09-04wifi: mac80211: reduce the scope of rts_thresholdMiri Korenblit1-2/+3
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 during MLOAditya Kumar Singh1-4/+17
2025-09-04wifi: mac80211: simplify return value handling of cfg80211_get_radio_idx_by_chan()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