summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2025-06-26Merge tag 'net-6.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds10-28/+84
2025-06-26net: selftests: fix TCP packet checksumJakub Kicinski1-2/+3
2025-06-25atm: Release atm_dev_mutex after removing procfs in atm_dev_deregister().Kuniyuki Iwashima1-2/+1
2025-06-25Merge tag 'wireless-2025-06-25' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2-4/+4
2025-06-24wifi: mac80211: finish link init before RCU publishJohannes Berg1-3/+3
2025-06-24Merge tag 'for-net-2025-06-23' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Abeni2-5/+38
2025-06-24af_unix: Don't set -ECONNRESET for consumed OOB skb.Kuniyuki Iwashima1-6/+12
2025-06-24af_unix: Don't leave consecutive consumed OOB skbs.Kuniyuki Iwashima1-2/+11
2025-06-24wifi: mac80211: fix beacon interval calculation overflowLachlan Hodges1-1/+1
2025-06-23bridge: mcast: Fix use-after-free during router port configurationIdo Schimmel1-0/+9
2025-06-23net: netpoll: Initialize UDP checksum field before checksummingBreno Leitao1-1/+1
2025-06-23Bluetooth: hci_core: Fix use-after-free in vhci_flush()Kuniyuki Iwashima1-4/+30
2025-06-22atm: clip: prevent NULL deref in clip_push()Eric Dumazet1-6/+5
2025-06-21Merge tag 'nfsd-6.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds1-14/+3
2025-06-20Bluetooth: L2CAP: Fix L2CAP MTU negotiationFrédéric Danis1-1/+8
2025-06-19Merge tag 'wireless-2025-06-18' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski3-9/+29
2025-06-19net: atm: fix /proc/net/atm/lec handlingEric Dumazet1-2/+3
2025-06-19net: atm: add lec_mutexEric Dumazet1-0/+7
2025-06-19NFC: nci: uart: Set tty->disc_data only in success pathKrzysztof Kozlowski1-4/+4
2025-06-19calipso: Fix null-ptr-deref in calipso_req_{set,del}attr().Kuniyuki Iwashima1-0/+8
2025-06-19sunrpc: handle SVC_GARBAGE during svc auth processing as auth errorJeff Layton1-9/+2
2025-06-18tcp: fix passive TFO socket having invalid NAPI IDDavid Wei1-0/+3
2025-06-18tipc: fix null-ptr-deref when acquiring remote ip of ethernet bearerHaixia Qu1-2/+2
2025-06-18tcp: fix tcp_packet_delayed() for tcp_is_non_sack_preventing_reopen() behaviorNeal Cardwell1-12/+25
2025-06-17atm: Revert atm_account_tx() if copy_from_iter_full() fails.Kuniyuki Iwashima2-1/+2
2025-06-17mpls: Use rcu_dereference_rtnl() in mpls_route_input_rcu().Kuniyuki Iwashima1-2/+2
2025-06-17net/sched: fix use-after-free in taprio_dev_notifierHyunwoo Kim1-2/+4
2025-06-17Merge tag 'linux-can-fixes-for-6.16-20250617' of git://git.kernel.org/pub/scm...Jakub Kicinski3-21/+47
2025-06-17net: netmem: fix skb_ensure_writable with unreadable skbsMina Almasry1-3/+0
2025-06-17openvswitch: Allocate struct ovs_pcpu_storage dynamicallySebastian Andrzej Siewior3-21/+47
2025-06-17wifi: mac80211: don't WARN for late channel/color switchJohannes Berg2-9/+25
2025-06-17wifi: mac80211: drop invalid source address OCB framesJohannes Berg1-0/+4
2025-06-12SUNRPC: Cleanup/fix initial rq_pages allocationBenjamin Coddington1-5/+1
2025-06-12Merge tag 'net-6.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds19-199/+281
2025-06-12Merge tag 'wireless-2025-06-12' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski1-1/+1
2025-06-12net: ethtool: Don't check if RSS context exists in case of context 0Gal Pressman1-1/+2
2025-06-12Merge tag 'for-net-2025-06-11' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski7-33/+99
2025-06-12af_unix: Allow passing cred for embryo without SO_PASSCRED/SO_PASSPIDFD.Kuniyuki Iwashima1-1/+2
2025-06-12ipv6: Move fib6_config_validate() to ip6_route_add().Kuniyuki Iwashima1-55/+55
2025-06-12net_sched: ets: fix a race in ets_qdisc_change()Eric Dumazet1-1/+1
2025-06-12net_sched: tbf: fix a race in tbf_change()Eric Dumazet1-1/+1
2025-06-12net_sched: red: fix a race in __red_change()Eric Dumazet1-1/+1
2025-06-12net_sched: prio: fix a race in prio_tune()Eric Dumazet1-1/+1
2025-06-12net_sched: sch_sfq: reject invalid perturb periodEric Dumazet1-2/+8
2025-06-11net: clear the dst when changing skb protocolJakub Kicinski1-6/+13
2025-06-11Bluetooth: MGMT: Fix sparse errorsLuiz Augusto von Dentz1-2/+2
2025-06-11Bluetooth: ISO: Fix not using bc_sid as advertisement SIDLuiz Augusto von Dentz4-15/+64
2025-06-11Bluetooth: ISO: Fix using BT_SK_PA_SYNC to detect BIS socketsLuiz Augusto von Dentz1-1/+4
2025-06-11Bluetooth: eir: Fix possible crashes on eir_create_adv_dataLuiz Augusto von Dentz3-6/+8
2025-06-11Bluetooth: hci_sync: Fix broadcast/PA when using an existing instanceLuiz Augusto von Dentz1-5/+15