summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2026-06-29ipv6: fib6: fix NULL deref in fib6_walk_continue() on multi-batch dumpPengfei Zhang
2026-06-29tcp: Decrement tcp_md5_needed static branchDmitry Safonov
2026-06-29tcp: defer md5sig_info kfree past RCU grace period in tcp_connectMichael Bommarito
2026-06-29tcp: restore RCU grace period in tcp_ao_destroy_sockMichael Bommarito
2026-06-29tipc: fix out-of-bounds read in broadcast Gap ACK blocksSamuel Page
2026-06-29af_unix: use scoped_with_init_fs() for coredump socket lookupChristian Brauner
2026-06-29fs: Add bpf_sock_read_xattr() kfunc to read socket xattrsChristian Brauner
2026-06-28batman-adv: tp_meter: delay allocation of unacked entrySven Eckelmann
2026-06-28batman-adv: tp_meter: adjust name of receiver lockSven Eckelmann
2026-06-28batman-adv: tp_meter: keep unacked list for receiversSven Eckelmann
2026-06-28batman-adv: tp_meter: combine adjacent/overlapping unacked entriesSven Eckelmann
2026-06-28batman-adv: tp_meter: simplify unordered ack calculationSven Eckelmann
2026-06-28batman-adv: tvlv: extract tvlv header iteratorSven Eckelmann
2026-06-28batman-adv: iv: drop migration check for batadv_hard_ifaceSven Eckelmann
2026-06-28Revert "batman-adv: v: stop OGMv2 on disabled interface"Sven Eckelmann
2026-06-28batman-adv: drop NULL check for immutable hardif->mesh_ifaceSven Eckelmann
2026-06-28batman-adv: drop unneeded goto and initialization from batadv_hardif_disable_...Nora Schiffer
2026-06-28batman-adv: move hardif generation counter into batadv_privNora Schiffer
2026-06-28batman-adv: remove BATADV_IF_NOT_IN_USE hardif stateNora Schiffer
2026-06-28batman-adv: make hard_iface->mesh_iface immutableSven Eckelmann
2026-06-28batman-adv: remove global hardif listNora Schiffer
2026-06-28batman-adv: create hardif only for netdevs that are part of a meshNora Schiffer
2026-06-28batman-adv: dat: ensure accessible eth_hdr proto fieldSven Eckelmann
2026-06-28batman-adv: bla: reacquire gw address after skb reallocSven Eckelmann
2026-06-28batman-adv: dat: acquire ARP hw source only after skb reallocSven Eckelmann
2026-06-28batman-adv: gw: acquire ethernet header only after skb reallocSven Eckelmann
2026-06-28batman-adv: access unicast_ttvn skb->data only after skb reallocSven Eckelmann
2026-06-28batman-adv: retrieve ethhdr after potential skb realloc on RXSven Eckelmann
2026-06-27net: dsa: Fix skb ownership in taggersLinus Walleij
2026-06-27sctp: add INIT verification after cookie unpackingXin Long
2026-06-27netpoll: fix a use-after-free on shutdown pathBreno Leitao
2026-06-27sctp: fix SCTP_RESET_STREAMS stream list length limitYousef Alhouseen
2026-06-26net/sched: sch_multiq: Replace direct dequeue call with peek and qdisc_dequeu...Bryam Vargas
2026-06-26net/sched: sch_taprio: Replace direct dequeue call with peek and qdisc_dequeu...Bryam Vargas
2026-06-26seg6: validate SRH length before reading fixed fieldsNuoqi Gui
2026-06-26xfrm: fix stale skb->prev after async crypto steals a GSO segmentPetr Wozniak
2026-06-26xfrm: propagate -EINPROGRESS from validate_xmit_xfrm()Petr Wozniak
2026-06-25bpf, sockmap: reject a packet-modifying SK_SKB stream parserSechang Lim
2026-06-25bpf: Support BPF_F_EGRESS with bpf_redirect_peerJordan Rife
2026-06-25Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2026-06-25Merge tag 'net-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2026-06-25vlan: defer real device state propagation to netdev_workJakub Kicinski
2026-06-25net: add the driver-facing netdev_work scheduling APIJakub Kicinski
2026-06-25net: turn the rx_mode work into a generic netdev_work facilityJakub Kicinski
2026-06-25net: ethtool: keep rtnl_lock for ops using ethtool_op_get_link()Jakub Kicinski
2026-06-25rxrpc: Fix rxrpc_rotate_tx_rotate() to check there's something to rotateDavid Howells
2026-06-25rxrpc: Fix leak of released call in recvmsg(MSG_PEEK)David Howells
2026-06-25rxrpc: Fix socket notification raceDavid Howells
2026-06-25rxrpc: Fix potential infinite loop in rxrpc_recvmsg()David Howells
2026-06-25rxrpc: Fix oob challenge leak in cleanup after notification failureDavid Howells