summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2026-08-06packet: use consistent hard_header_len in TX_RING send pathQihang Tang
2026-08-06packet: use consistent hard_header_len in non-ring send pathsQihang Tang
2026-08-06tls: rx: restore msg_iter before TLS 1.3 optimistic retryJérémy Jean
2026-08-06tls: don't leave a full plaintext sk_msg ring unpushedchanyoung
2026-08-06xdp: reject clones that overrun skb_shared_info tailroomZhiling Zou
2026-08-06mptcp: reclaim forward-allocated memory on RX path errorsPaolo Abeni
2026-08-06mptcp: fastopen: only mark MPTFO subflows with SYN dataWyatt Feng
2026-08-06mptcp: pm: fix memory leak from alloc-during-teardown raceShardul Bankar
2026-08-06mptcp: pm: fix data race in add_addr timer callbackQing Luo
2026-08-06mptcp: remove MPC && MPJ checkMatthieu Baerts (NGI0)
2026-08-06mptcp: avoid combining some incoming suboptionsMatthieu Baerts (NGI0)
2026-08-06mptcp: options: reset DSS fields in case of unexpected sizeMatthieu Baerts (NGI0)
2026-08-06net: qrtr: ns: Raise lookup limit to 128Łukasz Patron
2026-08-06net/sched: reject overly deep qdisc hierarchiesZijie Huang
2026-08-06net: gre: remove unused gretap_fb_dev_createIlya Maximets
2026-08-06openvswitch: vport: remove infrastructure for separate modulesIlya Maximets
2026-08-06openvswitch: vport: remove infrastructure for vport optionsIlya Maximets
2026-08-06openvswitch: remove support for legacy tunnel typesIlya Maximets
2026-08-06block: rename bi_bvec_donePavel Begunkov
2026-08-06wifi: mac80211: skip default WMM setup for AP_VLAN linksFelix Fietkau
2026-08-06net/smc: fix TOCTOU race between smc_listen_out() and listener closeSidraya Jayagond
2026-08-06net: remove WARN_ON_ONCE() from sk_mc_loop()Eric Dumazet
2026-08-06rtnetlink: cap IFLA_VFINFO_LIST at a documented number of VFsArtem Lytkin
2026-08-05xsk: account ring allocations to memcgZihan Xi
2026-08-05rds: synchronize info callbacks with module unloadChengfeng Ye
2026-08-05netlink: drop unneeded semicolonJulia Lawall
2026-08-05ip6_tunnel: clear skb2->cb[] in ip6ip6_err()Zhiling Zou
2026-08-05net/ncsi: fix heap OOB read in NCSI_CMD_SEND_CMD payload lengthHenry Martin
2026-08-05mac802154: fix netdev use-after-free in beacon workerZihan Xi
2026-08-05netfilter: nf_flow_table: drop existing skb dst before skb_dst_set_noref()Eric Dumazet
2026-08-05tcp: fix TFO max_qlen accounting across reuseport migrationJiayuan Chen
2026-08-05devlink: Expose external flag for PCI SF portsShay Drory
2026-08-05Merge tag 'nf-next-26-07-31' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
2026-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski
2026-08-05bpf: Check sk_state before sk_protocol in bpf_tcp_*_syncookieLuxiao Xu
2026-08-05sysctl: remove CONFIG_PROC_SYSCTL, it just mirrors CONFIG_SYSCTLOleg Nesterov
2026-08-05batman-adv: bla: fix freeing of claims on meshif deletionSven Eckelmann
2026-08-05batman-adv: mcast: linearize skbuff for packet generationSven Eckelmann
2026-08-05batman-adv: mcast: ensure unshared skb for multicast packetsSven Eckelmann
2026-08-05batman-adv: fix TX priority extraction for BATADV_FORW_MCASTSven Eckelmann
2026-08-05batman-adv: dat: atomically update mac addressesSven Eckelmann
2026-08-05batman-adv: dat: avoid unaligned fault in IP extractionSven Eckelmann
2026-08-05batman-adv: bla: prevent CRC corruptions after claim flushSven Eckelmann
2026-08-05batman-adv: bla: avoid CRC corruption due to parallel claim addSven Eckelmann
2026-08-05batman-adv: fix stale receive device on merged fragmentsZhiling Zou
2026-08-05batman-adv: remove negative returns for batadv_send_skb_unicastSven Eckelmann
2026-08-05batman-adv: correct NET_RX_* NET_XMIT_* confusionSven Eckelmann
2026-08-05batman-adv: handle errors in batadv_init()Minhong He
2026-08-04sctp: fix addip_serial increment on ASCONF_ACK allocation failureQing Luo
2026-08-04net: failover: check register_netdevice_notifier() error in failover_init()Minhong He