summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2026-01-17bpf: test_run: Fix ctx leak in bpf_prog_test_run_xdp error pathShardul Bankar
2026-01-17can: j1939: make j1939_session_activate() fail if device is no longer registeredTetsuo Handa
2026-01-17netfilter: nf_tables: avoid chain re-validation if possibleFlorian Westphal
2026-01-17bpf: Fix reference count leak in bpf_prog_test_run_xdp()Tetsuo Handa
2026-01-17bpf, test_run: Subtract size of xdp_frame from allowed metadata sizeToke Høiland-Jørgensen
2026-01-17bpf: Support specifying linear xdp packet data size for BPF_PROG_TEST_RUNAmery Hung
2026-01-17bpf: Make variables in bpf_prog_test_run_xdp less confusingAmery Hung
2026-01-17bpf: Fix an issue in bpf_prog_test_run_xdp when page size greater than 4KYonghong Song
2026-01-17arp: do not assume dev_hard_header() does not change skb->headEric Dumazet
2026-01-17net/sched: sch_qfq: Fix NULL deref when deactivating inactive aggregate in qf...Xiang Mei
2026-01-17net: fix memory leak in skb_segment_list for GRO packetsMohammad Heib
2026-01-17vsock: Make accept()ed sockets use custom setsockopt()Michal Luczaj
2026-01-17net: sock: fix hardened usercopy panic in sock_recv_errqueueWeiming Shi
2026-01-17inet: ping: Fix icmp out countingyuan.gao
2026-01-17bridge: fix C-VLAN preservation in 802.1ad vlan_tunnel egressAlexandre Knecht
2026-01-17netfilter: nf_conncount: update last_gc only when GC has been performedFernando Fernandez Mancera
2026-01-17netfilter: nf_tables: fix memory leak in nf_tables_newrule()Zilin Guan
2026-01-17netfilter: nft_synproxy: avoid possible data-race on update operationFernando Fernandez Mancera
2026-01-17netfilter: nft_set_pipapo: fix range overlap detectionFlorian Westphal
2026-01-17tls: Use __sk_dst_get() and dst_dev_rcu() in get_netdev_for_sock().Kuniyuki Iwashima
2026-01-17libceph: make calc_target() set t->paused, not just clear itIlya Dryomov
2026-01-17libceph: reset sparse-read state in osd_fault()Sam Edwards
2026-01-17libceph: return the handler error from mon_handle_auth_done()Ilya Dryomov
2026-01-17libceph: make free_choose_arg_map() resilient to partial allocationTuo Li
2026-01-17libceph: replace overzealous BUG_ON in osdmap_apply_incremental()Ilya Dryomov
2026-01-17libceph: prevent potential out-of-bounds reads in handle_auth_done()ziming zhang
2026-01-17wifi: mac80211: restore non-chanctx injection behaviourJohannes Berg
2026-01-17wifi: avoid kernel-infoleak from struct iw_pointEric Dumazet
2026-01-11net: Remove RTNL dance for SIOCBRADDIF and SIOCBRDELIF.Thadeu Lima de Souza Cascardo
2026-01-11wifi: mac80211: Discard Beacon frames to non-broadcast addressJouni Malinen
2026-01-11mptcp: ensure context reset on disconnect()Paolo Abeni
2026-01-11mptcp: fallback earlier on simult connectionPaolo Abeni
2026-01-08net: use dst_dev_rcu() in sk_setup_caps()Eric Dumazet
2026-01-08ipv6: adopt dst_dev() helperEric Dumazet
2026-01-08net: ipv6: ioam6: use consistent dst namesJustin Iurman
2026-01-08netfilter: nft_ct: add seqadj extension for natted connectionsAndrii Melnychenko
2026-01-08svcrdma: bound check rq_pages index in inline pathJoshua Rogers
2026-01-08mptcp: pm: ignore unknown endpoint flagsMatthieu Baerts (NGI0)
2026-01-08tty: introduce and use tty_port_tty_vhangup() helperJiri Slaby (SUSE)
2026-01-08net: nfc: fix deadlock between nfc_unregister_device and rfkill_fop_writeDeepanshu Kartikey
2026-01-08ipv6: fix a BUG in rt6_get_pcpu_route() under PREEMPT_RTJiayuan Chen
2026-01-08net: rose: fix invalid array index in rose_kill_by_device()Pwnverse
2026-01-08ipv4: Fix reference count leak when using error routes with nexthop objectsIdo Schimmel
2026-01-08ipv6: BUG() in pskb_expand_head() as part of calipso_skbuff_setattr()Will Rosenberg
2026-01-08net: bridge: Describe @tunnel_hash member in net_bridge_vlan_group structBagas Sanjaya
2026-01-08net: dsa: fix missing put_device() in dsa_tree_find_first_conduit()Vladimir Oltean
2026-01-08ip6_gre: make ip6gre_header() robustEric Dumazet
2026-01-08net: openvswitch: Avoid needlessly taking the RTNL on vport destroyToke Høiland-Jørgensen
2026-01-08wifi: mac80211: do not use old MBSSID elementsAloka Dixit
2026-01-08wifi: cfg80211: sme: store capped length in __cfg80211_connect_result()Dan Carpenter