aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2026-03-10libceph: reject preamble if control segment is emptyIlya Dryomov1-9/+8
2026-03-10libceph: admit message frames only in CEPH_CON_S_OPEN stateIlya Dryomov1-0/+5
2026-03-10libceph: prevent potential out-of-bounds reads in process_message_header()Ilya Dryomov1-1/+8
2026-03-10mctp: route: hold key->lock in mctp_flow_prepare_output()Chengfeng Ye1-4/+7
2026-03-09tcp: inline tcp_chrono_start()Eric Dumazet1-24/+0
2026-03-09net/sched: refine indirect call mitigation in tc_wrapper.hEric Dumazet1-1/+2
2026-03-09ppp: simplify input error handlingQingfang Deng1-1/+1
2026-03-09net/sched: use rtnl_kfree_skbs() in pfifo_fast_reset()Eric Dumazet1-1/+1
2026-03-09net/sched: do not reset queues in graft operationsEric Dumazet8-16/+20
2026-03-09tcp: avoid dst->ops->check() call in tcp_v{4,6}_do_rcv()Eric Dumazet2-2/+2
2026-03-09tcp: move tcp_v4_early_demux() to net/ipv4/ip_input.cEric Dumazet2-38/+39
2026-03-09tcp: remove unused hash_size from struct tcp_out_optionsKeita Morisaki1-1/+0
2026-03-09net: nexthop: fix percpu use-after-free in remove_nh_grp_entryMehul Rao1-3/+11
2026-03-09net: Add SPDX ids to some source filesTim Bird23-57/+27
2026-03-09wifi: mac80211: Use AES-CMAC library in aes_s2v()Eric Biggers2-32/+17
2026-03-09wifi: mac80211: Use AES-CMAC library in ieee80211_aes_cmac()Eric Biggers6-79/+26
2026-03-09xfrm: iptfs: fix skb_put() panic on non-linear skb during reassemblyFernando Fernandez Mancera1-0/+6
2026-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.0-rc3Alexei Starovoitov54-429/+730
2026-03-06rxrpc, afs: Fix missing error pointer check after rxrpc_kernel_lookup_peer()Miaoqian Lin1-3/+5
2026-03-06net/sched: teql: fix NULL pointer dereference in iptunnel_xmit on TEQL slave xmitWeiming Shi1-0/+1
2026-03-06net: ncsi: fix skb leak in error pathsJian Zhang2-5/+14
2026-03-06net: annotate data races around sk->sk_protJiayuan Chen1-2/+6
2026-03-06inet_diag: report delayed ack timer informationEric Dumazet2-6/+11
2026-03-06treewide: change inode->i_ino from unsigned long to u64Jeff Layton4-7/+7
2026-03-06net: change sock.sk_ino and sock_i_ino() to u64Jeff Layton19-24/+24
2026-03-06wifi: cfg80211: cancel pmsr_free_wk in cfg80211_pmsr_wdev_downPeddolla Harshavardhan Reddy1-0/+1
2026-03-06wifi: mac80211: Fix static_branch_dec() underflow for aql_disable.Kuniyuki Iwashima1-9/+5
2026-03-06mac80211: fix crash in ieee80211_chan_bw_change for AP_VLAN stationsFelix Fietkau1-2/+4
2026-03-06wifi: mac80211: use jiffies_delta_to_msecs() for sta_info inactive timesNicolas Cavallari1-2/+5
2026-03-06wifi: mac80211: remove keys after disabling beaconingJohannes Berg1-6/+6
2026-03-06wifi: Add SPDX ids to some files in the wireless subsystemTim Bird8-51/+8
2026-03-06wifi: mac80211: add support for NDP ADDBA/DELBA for S1GRia Thomas9-13/+63
2026-03-06wifi: nl80211: fix UHR capability validationJohannes Berg1-1/+3
2026-03-06wifi: mac80211: remove AID bit stripping for printJohannes Berg1-1/+1
2026-03-06wifi: mac80211: remove stale TODO itemJohannes Berg1-1/+0
2026-03-06wifi: move action code from per-type frame structsJohannes Berg16-281/+225
2026-03-05tcp: Initialise ehash secrets during connect() and listen().Kuniyuki Iwashima2-5/+25
2026-03-05tcp: move tcp_v6_early_demux() to net/ipv6/ip6_input.cEric Dumazet2-38/+40
2026-03-05tcp: shrink per-packet memset in __tcp_transmit_skb()Keita Morisaki1-4/+11
2026-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski54-429/+730
2026-03-05xdp: produce a warning when calculated tailroom is negativeLarysa Zaremba1-1/+2
2026-03-05xdp: use modulo operation to calculate XDP frag tailroomLarysa Zaremba1-1/+2
2026-03-05net/sched: act_ife: Fix metalist update behaviorJamal Hadi Salim1-49/+44
2026-03-05net: ipv6: fix panic when IPv4 route references loopback IPv6 nexthopJiayuan Chen1-5/+3
2026-03-05net: bridge: fix nd_tbl NULL dereference when IPv6 is disabledFernando Fernandez Mancera2-2/+2
2026-03-05net: ethtool: Track pause storm eventsMohsin Bashir1-1/+3
2026-03-05netfilter: nft_set_pipapo: split gc into unlink and reclaim phaseFlorian Westphal3-13/+45
2026-03-05netfilter: nf_tables: clone set on flush onlyPablo Neira Ayuso4-6/+24
2026-03-05netfilter: nf_tables: unconditionally bump set->nelems before insertionPablo Neira Ayuso1-14/+16
2026-03-05net: Provide a PREEMPT_RT specific check for netdev_queue::_xmit_lockSebastian Andrzej Siewior2-5/+2