summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
7 daysnetpoll: pass buffer size to egress_dev() to avoid MAC truncationBreno Leitao
7 daysnet: rtnetlink: zero ifla_vf_broadcast to avoid stack infoleak in rtnl_fill_v...Kai Zen
7 daysflow_dissector: do not dissect PPPoE PFC framesQingfang Deng
2026-04-22rtnetlink: add missing netlink_ns_capable() check for peer netnsNikolaos Gkarlis
2026-04-18net: skb: fix cross-cache free of KFENCE-allocated skb headJiayuan Chen
2026-04-11net: correctly handle tunneled traffic on IPV6_CSUM GSO fallbackWillem de Bruijn
2026-04-11bpf: sockmap: Fix use-after-free of sk->sk_socket in sk_psock_verdict_data_re...Kuniyuki Iwashima
2026-04-11net: use skb_header_pointer() for TCPv4 GSO frag_off checkGuoyu Su
2026-04-11net: introduce mangleid_featuresPaolo Abeni
2026-04-02rtnetlink: fix leak of SRCU struct in rtnl_link_registerSabrina Dubroca
2026-04-02rtnetlink: count IFLA_INFO_SLAVE_KIND in if_nlmsg_sizeSabrina Dubroca
2026-04-02rtnetlink: count IFLA_PARENT_DEV_{NAME,BUS_NAME} in if_nlmsg_sizeSabrina Dubroca
2026-03-19neighbour: restore protocol != 0 check in pneigh updateSabrina Dubroca
2026-03-19page_pool: store detach_time as ktime_t to avoid false-negativesJakub Kicinski
2026-03-19net: add xmit recursion limit to tunnel xmit functionsWeiming Shi
2026-03-12xdp: produce a warning when calculated tailroom is negativeLarysa Zaremba
2026-03-12xdp: use modulo operation to calculate XDP frag tailroomLarysa Zaremba
2026-03-12net: Provide a PREEMPT_RT specific check for netdev_queue::_xmit_lockSebastian Andrzej Siewior
2026-03-12net: devmem: use READ_ONCE/WRITE_ONCE on binding->devBobby Eshleman
2026-03-12tcp: secure_seq: add back ports to TS offsetEric Dumazet
2026-03-12net: annotate data-races around sk->sk_{data_ready,write_space}Eric Dumazet
2026-03-04net: consume xmit errors of GSO framesJakub Kicinski
2026-03-04net: add a common function to compute features for upper devicesHangbin Liu
2026-03-04net: Drop the lock in skb_may_tx_timestamp()Sebastian Andrzej Siewior
2026-03-04net: do not pass flow_id to set_rps_cpu()Eric Dumazet
2026-03-04gro: change the BUG_ON() in gro_pull_from_frag0()Eric Dumazet
2026-02-26net: remove WARN_ON_ONCE when accessing forward path arrayPablo Neira Ayuso
2026-02-26bpf: Fix bpf_xdp_store_bytes proto for read-only argPaul Chaignon
2026-02-26bpf, sockmap: Fix FIONREAD for sockmapJiayuan Chen
2026-02-26bpf, sockmap: Fix incorrect copied_seq calculationJiayuan Chen
2026-02-26bpf: Fix memory access flags in helper prototypesZesen Liu
2026-02-11net: gro: fix outer network offsetPaolo Abeni
2026-02-11net: add proper RCU protection to /proc/net/ptypeEric Dumazet
2026-02-11linkwatch: use __dev_put() in callers to prevent UAFJiayuan Chen
2026-02-11net: don't touch dev->stats in BPF redirect pathsJakub Kicinski
2026-02-06net: fix segmentation of forwarding fraglist GROJibin Zhang
2026-01-23dst: fix races in rt6_uncached_list_del() and rt_del_uncached_list()Eric Dumazet
2026-01-23net: update netdev_lock_{type,name}Eric Dumazet
2026-01-17net: fix memory leak in skb_segment_list for GRO packetsMohammad Heib
2026-01-17net: sock: fix hardened usercopy panic in sock_recv_errqueueWeiming Shi
2025-12-18net: netpoll: initialize work queue before error checksBreno Leitao
2025-12-18bpf: Check skb->transport_header is set in bpf_skb_check_mtuMartin KaFai Lau
2025-12-18net: export netdev_get_by_index_lock()David Wei
2025-12-18bpf: Do not let BPF test infra emit invalid GSO types to stackDaniel Borkmann
2025-11-13net: core: prevent NULL deref in generic_hwtstamp_ioctl_lower()Jiaming Zhang
2025-11-10net: netpoll: fix incorrect refcount handling causing incorrect cleanupBreno Leitao
2025-11-06Merge tag 'net-6.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-11-05net: gro_cells: Reduce lock scope in gro_cell_pollSebastian Andrzej Siewior
2025-11-04netpoll: Fix deadlock in memory allocation under spinlockBreno Leitao
2025-10-31Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds