summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2026-06-30netfilter: nf_conntrack_sip: validate skb_dst() before accessing itPablo Neira Ayuso1-2/+5
2026-06-30netfilter: ipset: fix race between dump and ip_set_list resizeXiang Mei1-1/+7
2026-06-30netfilter: nft_set_pipapo: don't leak bad clone into future transactionFlorian Westphal2-5/+37
2026-06-30netfilter: nf_conntrack_expect: zero at allocation timeFlorian Westphal2-11/+3
2026-06-29ipv6: fib6: fix NULL deref in fib6_walk_continue() on multi-batch dumpPengfei Zhang1-9/+8
2026-06-29tcp: Decrement tcp_md5_needed static branchDmitry Safonov1-2/+2
2026-06-29tcp: defer md5sig_info kfree past RCU grace period in tcp_connectMichael Bommarito2-4/+8
2026-06-29tcp: restore RCU grace period in tcp_ao_destroy_sockMichael Bommarito1-2/+3
2026-06-29tipc: fix out-of-bounds read in broadcast Gap ACK blocksSamuel Page3-12/+27
2026-06-29af_unix: use scoped_with_init_fs() for coredump socket lookupChristian Brauner1-11/+6
2026-06-29fs: Add bpf_sock_read_xattr() kfunc to read socket xattrsChristian Brauner1-0/+25
2026-06-28batman-adv: tp_meter: delay allocation of unacked entrySven Eckelmann1-47/+41
2026-06-28batman-adv: tp_meter: adjust name of receiver lockSven Eckelmann2-12/+12
2026-06-28batman-adv: tp_meter: keep unacked list for receiversSven Eckelmann2-59/+71
2026-06-28batman-adv: tp_meter: combine adjacent/overlapping unacked entriesSven Eckelmann2-10/+53
2026-06-28batman-adv: tp_meter: simplify unordered ack calculationSven Eckelmann1-3/+3
2026-06-28batman-adv: tvlv: extract tvlv header iteratorSven Eckelmann1-35/+51
2026-06-28batman-adv: iv: drop migration check for batadv_hard_ifaceSven Eckelmann1-9/+0
2026-06-28Revert "batman-adv: v: stop OGMv2 on disabled interface"Sven Eckelmann1-21/+12
2026-06-28batman-adv: drop NULL check for immutable hardif->mesh_ifaceSven Eckelmann4-22/+4
2026-06-28batman-adv: drop unneeded goto and initialization from batadv_hardif_disable_...Nora Schiffer1-5/+3
2026-06-28batman-adv: move hardif generation counter into batadv_privNora Schiffer5-6/+6
2026-06-28batman-adv: remove BATADV_IF_NOT_IN_USE hardif stateNora Schiffer5-23/+2
2026-06-28batman-adv: make hard_iface->mesh_iface immutableSven Eckelmann1-4/+1
2026-06-28batman-adv: remove global hardif listNora Schiffer6-27/+15
2026-06-28batman-adv: create hardif only for netdevs that are part of a meshNora Schiffer3-91/+44
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-25bpf: Support BPF_F_EGRESS with bpf_redirect_peerJordan Rife1-5/+7
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-724/+1329
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