summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2026-09-04wifi: mac80211: drop encap offload frames with a tainted keyJohannes Berg
2026-09-04wifi: mac80211: don't send encap offload frames unencryptedJohannes Berg
2026-09-04wifi: mac80211: fix key selection for encap offload framesJohannes Berg
2026-09-04wifi: mac80211: fix unauthorised port check for encap offloadJohannes Berg
2026-09-04wifi: update UHR to Draft_P802.11bn D1.5Johannes Berg
2026-09-04wifi: mac80211: don't seed an S1G sta's last_rateLachlan Hodges
2026-09-04wifi: mac80211: include TIM bitmap control for buffered S1G mcast trafficLachlan Hodges
2026-09-03net: openvswitch: don't schedule rebalancing if there are no datapathsIlya Maximets
2026-09-03tunnels: Drop stale dst when building an ICMP error for PMTUDIdo Schimmel
2026-09-03genetlink: pin family module during policy dumpXingWang Xiang
2026-09-03devlink: use direct firmware requests for flash updatesMiguel Garcia
2026-09-03ipv4: fib: bound automatic table ID allocationZihan Xi
2026-09-03net: pktgen: Use accessor for hrtimer_sleeper ->task fieldPaul E. McKenney
2026-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-09-03Merge tag 'net-7.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2026-09-03net: gro: Fix nesting of TCP GSO SKBs in skb_gro_receive_list()HW He
2026-09-03mac802154: fix use-after-free of sdata via queued RX framesIbrahim Hashimov
2026-09-02net/rds: don't let rds_conn_shutdown() consume a concurrent dropAllison Henderson
2026-09-02net/rds: acquire the fastpath locks in rds_conn_shutdown()HÃ¥kon Bugge
2026-09-02net/rds: acquire RDS_IN_XMIT in rds_tcp_reset_callbacks()Allison Henderson
2026-09-02net/rds: tcp: don't force RDS_CONN_RESETTING over a concurrent shutdownGerd Rausch
2026-09-02net/rds: clear cp_flags bits individually in rds_conn_path_reset()Allison Henderson
2026-09-02net/rds: use clear_bit_unlock() in release_refill()Allison Henderson
2026-09-02net/rds: use wq_has_sleeper() in release_in_xmit()Allison Henderson
2026-09-02netdev: don't use dev->flags for IFF_UPJakub Kicinski
2026-09-02netdev: correct error code in netdev_nl_queue_fill_lease()Jakub Kicinski
2026-09-02net: Replace %pK output with 0Sebastian Andrzej Siewior
2026-09-02net: Remove conflicting altnames for dying netns in __dev_change_net_namespac...Kuniyuki Iwashima
2026-09-02net: bridge: mcast: don't truncate the port group walk on teardownJun Yang
2026-09-03netfilter: nf_log: unregister loggers before per-net teardownChengfeng Ye
2026-09-03netfilter: cttimeout: prevent UAF during module unloadChengfeng Ye
2026-09-03netfilter: nf_conntrack_sip: fix OOB read in sip_skip_whitespace()Joas Antonio dos Santos
2026-09-03ipvs: fix reversed sequence option serializationKyle Zeng
2026-09-03ipvs: reject invalid states in connection template sync recordsKyle Zeng
2026-09-02net: qrtr: Send HELLO message on endpoint registerChris Lew
2026-09-02libceph: remove pinning assertion in ceph_msg_data_iter_next()Tal Zussman
2026-09-02ieee802154: 6lowpan: fix NULL dereference in lowpan_newlinkZhiling Zou
2026-09-02net: 6lowpan: fix mismatched commentsChenguang Zhao
2026-09-01net: Make skb_ext_put_mctp() idempotentJakub Sitnicki
2026-09-01net: Make skb_ext_put_sp() idempotentJakub Sitnicki
2026-09-01net: psp: do not inherit the Rx association on cloneNorbert Szetei
2026-09-01net: xfrm: reject unrepresentable espintcp transport headersWyatt Feng
2026-09-01xfrm: save input state data before secpath resetsZhiling Zou
2026-09-01xfrm: hold net_device reference under RCU in bundle creationCen Zhang (Microsoft Security FORGE Labs)
2026-09-01mac802154: fix data race and NULL deref on local->assoc_devKaiwen Shi
2026-09-01af_packet: Don't cast tpacket_hdr.tp_len to int in tpacket_parse_header().Kuniyuki Iwashima
2026-08-31ipv6: sr: restore network header before routing and forwardingEric Dumazet
2026-08-31tipc: Dont send random pad bytes in RESET/ACTIVATE messagesDavid Laight
2026-08-31tipc: fix NULL deref in tipc_named_node_up() on empty publication listTung Nguyen
2026-08-31ipv6: udp: Create exceptions before socket matchingIdo Schimmel