aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2026-06-28batman-adv: dat: ensure accessible eth_hdr proto fieldSven Eckelmann2-0/+26
2026-06-28batman-adv: bla: reacquire gw address after skb reallocSven Eckelmann1-0/+1
2026-06-28batman-adv: dat: acquire ARP hw source only after skb reallocSven Eckelmann1-1/+4
2026-06-28batman-adv: gw: acquire ethernet header only after skb reallocSven Eckelmann1-1/+2
2026-06-28batman-adv: access unicast_ttvn skb->data only after skb reallocSven Eckelmann1-1/+1
2026-06-28batman-adv: retrieve ethhdr after potential skb realloc on RXSven Eckelmann1-0/+1
2026-06-27net: dsa: Fix skb ownership in taggersLinus Walleij24-101/+233
2026-06-27sctp: add INIT verification after cookie unpackingXin Long2-4/+37
2026-06-27netpoll: fix a use-after-free on shutdown pathBreno Leitao1-8/+1
2026-06-27sctp: fix SCTP_RESET_STREAMS stream list length limitYousef Alhouseen1-4/+5
2026-06-26net/sched: sch_multiq: Replace direct dequeue call with peek and qdisc_dequeu...Bryam Vargas1-1/+1
2026-06-26net/sched: sch_taprio: Replace direct dequeue call with peek and qdisc_dequeu...Bryam Vargas1-1/+1
2026-06-26seg6: validate SRH length before reading fixed fieldsNuoqi Gui1-0/+3
2026-06-26xfrm: fix stale skb->prev after async crypto steals a GSO segmentPetr Wozniak1-0/+8
2026-06-26xfrm: propagate -EINPROGRESS from validate_xmit_xfrm()Petr Wozniak2-4/+10
2026-06-25bpf, sockmap: reject a packet-modifying SK_SKB stream parserSechang Lim1-0/+20
2026-06-25Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds3-30/+17
2026-06-25Merge tag 'net-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds114-725/+1330
2026-06-25vlan: defer real device state propagation to netdev_workJakub Kicinski4-68/+80
2026-06-25net: add the driver-facing netdev_work scheduling APIJakub Kicinski1-18/+63
2026-06-25net: turn the rx_mode work into a generic netdev_work facilityJakub Kicinski5-76/+132
2026-06-25net: ethtool: keep rtnl_lock for ops using ethtool_op_get_link()Jakub Kicinski1-0/+4
2026-06-25rxrpc: Fix rxrpc_rotate_tx_rotate() to check there's something to rotateDavid Howells1-0/+3
2026-06-25rxrpc: Fix leak of released call in recvmsg(MSG_PEEK)David Howells1-2/+1
2026-06-25rxrpc: Fix socket notification raceDavid Howells1-2/+0
2026-06-25rxrpc: Fix potential infinite loop in rxrpc_recvmsg()David Howells1-1/+2
2026-06-25rxrpc: Fix oob challenge leak in cleanup after notification failureDavid Howells3-6/+14
2026-06-25rxrpc: Fix the reception of a reply packet before data transmissionDavid Howells1-3/+10
2026-06-25rxrpc: Fix double unlock in rxrpc_recvmsg()David Howells1-1/+1
2026-06-25rxrpc: Fix leak of connection from OOB challengeDavid Howells1-0/+5
2026-06-25rxrpc: Fix ACKALL packet handlingWyatt Feng6-7/+30
2026-06-25tipc: avoid busy looping in tipc_exit_net()Eric Dumazet2-3/+5
2026-06-25tipc: fix UAF in cleanup_bearer() due to premature dst_cache_destroy()Eric Dumazet1-4/+11
2026-06-25openvswitch: conntrack: annotate ct limit hlist traversalRunyu Xiao1-1/+2
2026-06-25net: udp_tunnel: prevent double queueing in udp_tunnel_nic_device_syncEric Dumazet1-1/+1
2026-06-24Merge tag 'nf-26-06-23' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski13-48/+95
2026-06-24net/tcp-ao: fix use-after-free of key in del_async pathHanQuan1-0/+4
2026-06-23ipv6: fix missing notification for ignore_routes_with_linkdownFernando Fernandez Mancera1-6/+12
2026-06-23ipv6: fix state corruption during proxy_ndp sysctl restartFernando Fernandez Mancera1-7/+7
2026-06-23ipv6: fix error handling in disable_policy sysctlFernando Fernandez Mancera1-0/+2
2026-06-23ipv6: fix error handling in forwarding sysctlFernando Fernandez Mancera1-1/+3
2026-06-23ipv6: fix error handling in ignore_routes_with_linkdown sysctlFernando Fernandez Mancera1-0/+2
2026-06-23ipv6: fix error handling in disable_ipv6 sysctlFernando Fernandez Mancera1-0/+2
2026-06-23sctp: fix err_chunk memory leaks in INIT handlingXin Long1-0/+5
2026-06-23net/sched: cls_api: Handle TC_ACT_CONSUMED in tcf_qevent_handleJamal Hadi Salim1-0/+3
2026-06-23net: lwtunnel: Drop skb metadata before LWT encapsulationJakub Sitnicki1-0/+6
2026-06-23Merge tag 'nfs-for-7.2-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds7-93/+349
2026-06-23Merge tag 'ipsec-2026-06-22' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski8-74/+64
2026-06-23net: do not acquire dev->tx_global_lock in netdev_watchdog_up()Eric Dumazet1-5/+2
2026-06-23net, bpf: check master for NULL in xdp_master_redirect()Xiang Mei1-1/+1