aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2025-11-18bpf: Remove smap argument from bpf_selem_free()Amery Hung1-1/+1
2025-11-18bpf: Always charge/uncharge memory when allocating/unlinking storage elementsAmery Hung1-1/+1
2025-11-18scm: Convert put_cmsg() to scoped user accessChristophe Leroy1-13/+7
2025-11-17convert rpc_pipefsAl Viro1-15/+12
2025-11-17tcp: reduce tcp_comp_sack_slack_ns default value to 10 usecEric Dumazet1-1/+1
2025-11-16sunrpc: allocate a separate bvec array for socket sendsJeff Layton1-7/+48
2025-11-16SUNRPC: Improve "fragment too large" warningChuck Lever1-3/+4
2025-11-16svcrdma: Release transport resources synchronouslyChuck Lever1-11/+8
2025-11-14bpf: Check skb->transport_header is set in bpf_skb_check_mtuMartin KaFai Lau1-3/+6
2025-11-14net: openvswitch: remove never-working support for setting nsh fieldsIlya Maximets3-125/+9
2025-11-14mptcp: fix race condition in mptcp_schedule_work()Eric Dumazet1-7/+12
2025-11-14tcp: gro: inline tcp_gro_pull_header()Eric Dumazet1-27/+0
2025-11-14ipv6: clean up routes when manually removing address with a lifetimeJakub Kicinski1-1/+1
2025-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.18-rc5+Alexei Starovoitov42-192/+434
2025-11-14Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds4-10/+16
2025-11-14bpf: Add bpf_prog_run_data_pointers()Eric Dumazet2-8/+4
2025-11-14xfrm: fix memory leak in xfrm_add_acquire()Zilin Guan1-0/+3
2025-11-13net: core: prevent NULL deref in generic_hwtstamp_ioctl_lower()Jiaming Zhang1-0/+3
2025-11-13net/sched: act_ife: convert comma to semicolonChen Ni1-3/+3
2025-11-13mptcp: Fix proto fallback detection with BPFJiayuan Chen1-2/+4
2025-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski24-109/+240
2025-11-13Merge tag 'net-6.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds23-107/+239
2025-11-13mptcp: Disallow MPTCP subflows from sockmapJiayuan Chen1-0/+8
2025-11-13hsr: Follow standard for HSRv0 supervision framesFelix Maurer2-8/+16
2025-11-13hsr: Fix supervision frame sending on HSRv0Felix Maurer1-0/+3
2025-11-12Merge tag 'nfsd-6.18-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds1-2/+1
2025-11-12Merge tag 'wireless-next-2025-11-12' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-nextJakub Kicinski23-332/+488
2025-11-12Merge tag 'wireless-2025-11-12' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wirelessJakub Kicinski2-6/+18
2025-11-12net: clear skb->sk in skb_release_head_state()Eric Dumazet1-0/+1
2025-11-12ipv4: route: Prevent rt_bind_exception() from rebinding stale fnheChuang Wang1-0/+5
2025-11-12vfs: make vfs_mknod break delegations on parent directoryJeff Layton1-1/+1
2025-11-11net_sched: limit try_bulk_dequeue_skb() batchesEric Dumazet1-7/+10
2025-11-11Merge tag 'for-net-2025-11-11' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetoothJakub Kicinski6-64/+134
2025-11-11net: export netdev_get_by_index_lock()David Wei1-1/+0
2025-11-11net: sched: act_ife: initialize struct tc_ife to fix KMSAN kernel-infoleakRanganath V N1-5/+7
2025-11-11net: sched: act_connmark: initialize struct tc_ife to fix kernel leakRanganath V N1-5/+7
2025-11-11Bluetooth: hci_event: Fix not handling PA Sync Lost eventLuiz Augusto von Dentz1-14/+35
2025-11-11af_unix: Initialise scc_index in unix_add_edge().Kuniyuki Iwashima1-3/+11
2025-11-11devlink: Introduce switchdev_inactive eswitch modeSaeed Mahameed1-1/+1
2025-11-11wifi: mac80211: make monitor link info check more specificBenjamin Berg2-4/+7
2025-11-11wifi: mac80211: track MU-MIMO configuration on disabled interfacesBenjamin Berg4-23/+76
2025-11-11wifi: cfg80211/mac80211: Add fallback mechanism for INDOOR_SP connectionPagadala Yesu Anjaneyulu4-7/+10
2025-11-11wifi: cfg80211/mac80211: clean up duplicate ap_power handlingPagadala Yesu Anjaneyulu2-33/+2
2025-11-11wifi: cfg80211: use a C99 initializer in wiphy_registerEmmanuel Grumbach1-6/+6
2025-11-11xsk: add indirect call for xsk_destruct_skbJason Xing2-4/+7
2025-11-11Merge branch 'kbuild-6.19.fms.extension'Christian Brauner10-62/+84
2025-11-11wifi: mac80211: skip rate verification for not captured PSDUsBenjamin Berg1-3/+7
2025-11-10net: netpoll: fix incorrect refcount handling causing incorrect cleanupBreno Leitao1-2/+5
2025-11-10tipc: Fix use-after-free in tipc_mon_reinit_self().Kuniyuki Iwashima1-0/+2
2025-11-10net/handshake: Fix memory leak in tls_handshake_accept()Zilin Guan1-0/+1