summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2025-09-10Merge tag 'linux-can-fixes-for-6.17-20250910' of git://git.kernel.org/pub/scm...Jakub Kicinski-1/+60
2025-09-10Merge tag 'nfs-for-6.17-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds-5/+3
2025-09-10libceph: fix invalid accesses to ceph_connection_v1_infoIlya Dryomov-3/+4
2025-09-10netfilter: nf_tables: restart set lookup on base_seq changeFlorian Westphal-2/+32
2025-09-10netfilter: nf_tables: make nft_set_do_lookup available unconditionallyFlorian Westphal-5/+12
2025-09-10netfilter: nf_tables: place base_seq in struct netFlorian Westphal-32/+33
2025-09-10netfilter: nft_set_rbtree: continue traversal if element is inactiveFlorian Westphal-3/+3
2025-09-10netfilter: nft_set_pipapo: don't check genbit from packetpath lookupsFlorian Westphal-5/+19
2025-09-10netfilter: nft_set_bitmap: fix lockdep splat due to missing annotationFlorian Westphal-1/+2
2025-09-10can: j1939: j1939_local_ecu_get(): undo increment when j1939_local_ecu_get() ...Tetsuo Handa-1/+4
2025-09-10can: j1939: j1939_sk_bind(): call j1939_priv_put() immediately when j1939_loc...Tetsuo Handa-0/+3
2025-09-10can: j1939: implement NETDEV_UNREGISTER notification handlerTetsuo Handa-0/+53
2025-09-10tcp_bpf: Call sk_msg_free() when tcp_bpf_send_verdict() fails to allocate pso...Kuniyuki Iwashima-1/+4
2025-09-10wifi: cfg80211: Remove the redundant wiphy_devZheng tan-1/+1
2025-09-10wifi: mac80211: fix incorrect commentMiri Korenblit-5/+1
2025-09-10wifi: cfg80211: update the time stamps in hidden ssidMiri Korenblit-2/+7
2025-09-10wifi: mac80211: Fix HE capabilities element checkIlan Peer-1/+1
2025-09-10wifi: mac80211: add tx_handlers_drop statistics to ethtoolSarika Sharma-3/+11
2025-09-10wifi: mac80211: fix reporting of all valid links in sta_set_sinfo()Sarika Sharma-3/+7
2025-09-10wifi: cfg80211: Fix "no buffer space available" error in nl80211_get_station(...Nithyanantham Paramasivam-6/+7
2025-09-09devlink: Add 'total_vfs' generic device paramVlad Dumitrescu-0/+5
2025-09-09mptcp: make ADD_ADDR retransmission timeout adaptiveGeliang Tang-4/+24
2025-09-09mptcp: sockopt: make sync_socket_options propagate SOCK_KEEPOPENKrister Johansen-6/+5
2025-09-09net: dev_ioctl: take ops lock in hwtstamp lower pathsCarolina Jubran-4/+18
2025-09-09ipv4: udp: fix typos in commentsAlok Tiwari-3/+3
2025-09-09xsk: Fix immature cq descriptor productionMaciej Fijalkowski-14/+111
2025-09-09tunnels: reset the GSO metadata before reusing the skbAntoine Tenart-0/+6
2025-09-09hsr: use netdev_master_upper_dev_link() when linking lower portsHangbin Liu-1/+4
2025-09-08net: bridge: Bounce invalid booloptsPetr Machata-0/+7
2025-09-08rds: ib: Remove unused extern definitionHÃ¥kon Bugge-1/+0
2025-09-08xfrm: snmp: do not use SNMP_MIB_SENTINEL anymoreEric Dumazet-6/+6
2025-09-08tls: snmp: do not use SNMP_MIB_SENTINEL anymoreEric Dumazet-4/+6
2025-09-08sctp: snmp: do not use SNMP_MIB_SENTINEL anymoreEric Dumazet-6/+6
2025-09-08mptcp: snmp: do not use SNMP_MIB_SENTINEL anymoreEric Dumazet-6/+6
2025-09-08ipv4: snmp: do not use SNMP_MIB_SENTINEL anymoreEric Dumazet-32/+33
2025-09-08ipv6: snmp: do not track per idev ICMP6_MIB_RATELIMITHOSTEric Dumazet-3/+6
2025-09-08ipv6: snmp: do not use SNMP_MIB_SENTINEL anymoreEric Dumazet-19/+24
2025-09-08ipv6: snmp: remove icmp6type2name[]Eric Dumazet-22/+22
2025-09-08genetlink: fix genl_bind() invoking bind() after -EPERMAlok Tiwari-0/+3
2025-09-08net: mctp: fix typo in commentAlok Tiwari-1/+1
2025-09-06SUNRPC: call xs_sock_process_cmsg for all cmsgJustin Worrell-3/+3
2025-09-06Revert "SUNRPC: Don't allow waiting for exiting tasks"Trond Myklebust-2/+0
2025-09-05batman-adv: remove includes for extern declarationsSven Eckelmann-3/+2
2025-09-05batman-adv: keep skb crc32 helper local in BLASven Eckelmann-35/+34
2025-09-05batman-adv: remove network coding supportSven Eckelmann-2302/+4
2025-09-05batman-adv: Start new development cycleSimon Wunderlich-1/+1
2025-09-04net: call cond_resched() less often in __release_sock()Eric Dumazet-4/+8
2025-09-04tcp: use tcp_eat_recv_skb in __tcp_close()Eric Dumazet-2/+2
2025-09-04tcp: fix __tcp_close() to only send RST when requiredEric Dumazet-4/+5
2025-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-100/+150