summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2025-09-14net: use NUMA drop counters for softnet_data.droppedEric Dumazet
2025-09-13Merge tag 'ceph-for-6.17-rc6' of https://github.com/ceph/ceph-clientLinus Torvalds
2025-09-12net: ethtool: handle EOPNOTSUPP from ethtool get_ts_info() methodRussell King (Oracle)
2025-09-12Merge tag 'nf-next-25-09-11' of https://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski
2025-09-11udp_tunnel: use netdev_warn() instead of netdev_WARN()Alok Tiwari
2025-09-11tcp: Free TCP-AO/TCP-MD5 info/keys without RCUDmitry Safonov
2025-09-11tcp: Destroy TCP-AO, TCP-MD5 keys in .sk_destruct()Dmitry Safonov
2025-09-11net: bridge: Introduce UAPI for BR_BOOLOPT_FDB_LOCAL_VLAN_0Petr Machata
2025-09-11net: bridge: BROPT_FDB_LOCAL_VLAN_0: Skip local FDBs on VLAN creationPetr Machata
2025-09-11net: bridge: BROPT_FDB_LOCAL_VLAN_0: On bridge changeaddr, skip per-VLAN FDBsPetr Machata
2025-09-11net: bridge: BROPT_FDB_LOCAL_VLAN_0: On port changeaddr, skip per-VLAN FDBsPetr Machata
2025-09-11net: bridge: BROPT_FDB_LOCAL_VLAN_0: Look up FDB on VLAN 0 on missPetr Machata
2025-09-11net: bridge: Introduce BROPT_FDB_LOCAL_VLAN_0Petr Machata
2025-09-11net: devmem: expose tcp_recvmsg_locked errorsStanislav Fomichev
2025-09-11ipv6: udp: fix typos in commentsAlok Tiwari
2025-09-11net: af_packet: Use hrtimer to do the retire operationXin Zhao
2025-09-11net: af_packet: remove last_kactive_blk_num fieldXin Zhao
2025-09-11net: Use NAPI_* in test_bit when stopping napi kthreadSamiullah Khawaja
2025-09-11Merge tag 'wireless-next-2025-09-11' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski
2025-09-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-09-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc5Alexei Starovoitov
2025-09-11Merge tag 'net-6.17-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-09-11Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2025-09-11netfilter: nf_reject: don't reply to icmp error messagesFlorian Westphal
2025-09-11ipvs: Use READ_ONCE/WRITE_ONCE for ipvs->enableZhang Tengfei
2025-09-11netfilter: nft_meta_bridge: introduce NFT_META_BRI_IIFHWADDR supportFernando Fernandez Mancera
2025-09-11netfilter: ipset: Remove unused htable_bits in macro ahash_regionZhen Ni
2025-09-11Merge tag 'wireless-2025-09-11' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Abeni
2025-09-11ipv4: icmp: Fix source IP derivation in presence of VRFsIdo Schimmel
2025-09-11ipv4: icmp: Pass IPv4 control block structure as an argument to __icmp_send()Ido Schimmel
2025-09-11ipv4: cipso: Simplify IP options handling in cipso_v4_error()Ido Schimmel
2025-09-11net: xdp: pass full flags to xdp_update_skb_shared_info()Jakub Kicinski
2025-09-11hsr: hold rcu and dev lock for hsr_get_port_ndevHangbin Liu
2025-09-11hsr: use hsr_for_each_port_rtnl in hsr_port_get_hsrHangbin Liu
2025-09-11hsr: use rtnl lock when iterating over portsHangbin Liu
2025-09-11wifi: nl80211: completely disable per-link stats for nowJohannes Berg
2025-09-10Merge tag 'nf-25-09-10-v2' of https://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
2025-09-10Merge tag 'linux-can-fixes-for-6.17-20250910' of git://git.kernel.org/pub/scm...Jakub Kicinski
2025-09-10Merge tag 'nfs-for-6.17-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2025-09-10libceph: fix invalid accesses to ceph_connection_v1_infoIlya Dryomov
2025-09-10netfilter: nf_tables: restart set lookup on base_seq changeFlorian Westphal
2025-09-10netfilter: nf_tables: make nft_set_do_lookup available unconditionallyFlorian Westphal
2025-09-10netfilter: nf_tables: place base_seq in struct netFlorian Westphal
2025-09-10netfilter: nft_set_rbtree: continue traversal if element is inactiveFlorian Westphal
2025-09-10netfilter: nft_set_pipapo: don't check genbit from packetpath lookupsFlorian Westphal
2025-09-10netfilter: nft_set_bitmap: fix lockdep splat due to missing annotationFlorian Westphal
2025-09-10can: j1939: j1939_local_ecu_get(): undo increment when j1939_local_ecu_get() ...Tetsuo Handa
2025-09-10can: j1939: j1939_sk_bind(): call j1939_priv_put() immediately when j1939_loc...Tetsuo Handa
2025-09-10can: j1939: implement NETDEV_UNREGISTER notification handlerTetsuo Handa
2025-09-10tcp_bpf: Call sk_msg_free() when tcp_bpf_send_verdict() fails to allocate pso...Kuniyuki Iwashima