summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2026-03-09tcp: avoid dst->ops->check() call in tcp_v{4,6}_do_rcv()Eric Dumazet
2026-03-09tcp: move tcp_v4_early_demux() to net/ipv4/ip_input.cEric Dumazet
2026-03-09tcp: remove unused hash_size from struct tcp_out_optionsKeita Morisaki
2026-03-09net: nexthop: fix percpu use-after-free in remove_nh_grp_entryMehul Rao
2026-03-09net: Add SPDX ids to some source filesTim Bird
2026-03-09wifi: mac80211: Use AES-CMAC library in aes_s2v()Eric Biggers
2026-03-09wifi: mac80211: Use AES-CMAC library in ieee80211_aes_cmac()Eric Biggers
2026-03-09xfrm: iptfs: fix skb_put() panic on non-linear skb during reassemblyFernando Fernandez Mancera
2026-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.0-rc3Alexei Starovoitov
2026-03-06rxrpc, afs: Fix missing error pointer check after rxrpc_kernel_lookup_peer()Miaoqian Lin
2026-03-06net/sched: teql: fix NULL pointer dereference in iptunnel_xmit on TEQL slave ...Weiming Shi
2026-03-06net: ncsi: fix skb leak in error pathsJian Zhang
2026-03-06net: annotate data races around sk->sk_protJiayuan Chen
2026-03-06inet_diag: report delayed ack timer informationEric Dumazet
2026-03-06treewide: change inode->i_ino from unsigned long to u64Jeff Layton
2026-03-06net: change sock.sk_ino and sock_i_ino() to u64Jeff Layton
2026-03-06wifi: cfg80211: cancel pmsr_free_wk in cfg80211_pmsr_wdev_downPeddolla Harshavardhan Reddy
2026-03-06wifi: mac80211: Fix static_branch_dec() underflow for aql_disable.Kuniyuki Iwashima
2026-03-06mac80211: fix crash in ieee80211_chan_bw_change for AP_VLAN stationsFelix Fietkau
2026-03-06wifi: mac80211: use jiffies_delta_to_msecs() for sta_info inactive timesNicolas Cavallari
2026-03-06wifi: mac80211: remove keys after disabling beaconingJohannes Berg
2026-03-06wifi: Add SPDX ids to some files in the wireless subsystemTim Bird
2026-03-06wifi: mac80211: add support for NDP ADDBA/DELBA for S1GRia Thomas
2026-03-06wifi: nl80211: fix UHR capability validationJohannes Berg
2026-03-06wifi: mac80211: remove AID bit stripping for printJohannes Berg
2026-03-06wifi: mac80211: remove stale TODO itemJohannes Berg
2026-03-06wifi: move action code from per-type frame structsJohannes Berg
2026-03-05tcp: Initialise ehash secrets during connect() and listen().Kuniyuki Iwashima
2026-03-05tcp: move tcp_v6_early_demux() to net/ipv6/ip6_input.cEric Dumazet
2026-03-05tcp: shrink per-packet memset in __tcp_transmit_skb()Keita Morisaki
2026-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-03-05xdp: produce a warning when calculated tailroom is negativeLarysa Zaremba
2026-03-05xdp: use modulo operation to calculate XDP frag tailroomLarysa Zaremba
2026-03-05net/sched: act_ife: Fix metalist update behaviorJamal Hadi Salim
2026-03-05net: ipv6: fix panic when IPv4 route references loopback IPv6 nexthopJiayuan Chen
2026-03-05net: bridge: fix nd_tbl NULL dereference when IPv6 is disabledFernando Fernandez Mancera
2026-03-05net: ethtool: Track pause storm eventsMohsin Bashir
2026-03-05netfilter: nft_set_pipapo: split gc into unlink and reclaim phaseFlorian Westphal
2026-03-05netfilter: nf_tables: clone set on flush onlyPablo Neira Ayuso
2026-03-05netfilter: nf_tables: unconditionally bump set->nelems before insertionPablo Neira Ayuso
2026-03-05net: Provide a PREEMPT_RT specific check for netdev_queue::_xmit_lockSebastian Andrzej Siewior
2026-03-05Merge tag 'nf-next-26-03-04' of https://git.kernel.org/pub/scm/linux/kernel/g...Paolo Abeni
2026-03-04mptcp: pm: in-kernel: always mark signal+subflow endp as usedMatthieu Baerts (NGI0)
2026-03-04mptcp: pm: avoid sending RM_ADDR over same subflowMatthieu Baerts (NGI0)
2026-03-04nfc: rawsock: cancel tx_work before socket teardownJakub Kicinski
2026-03-04nfc: nci: clear NCI_DATA_EXCHANGE before calling completion callbackJakub Kicinski
2026-03-04nfc: nci: complete pending data exchange on device closeJakub Kicinski
2026-03-04nfc: digital: free skb on digital_in_send error pathsJakub Kicinski
2026-03-04nfc: nci: free skb on nci_transceive early error pathsJakub Kicinski
2026-03-04net: devmem: use READ_ONCE/WRITE_ONCE on binding->devBobby Eshleman