summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2025-06-19Merge tag 'wireless-2025-06-18' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski
2025-06-19net: atm: fix /proc/net/atm/lec handlingEric Dumazet
2025-06-19net: atm: add lec_mutexEric Dumazet
2025-06-19NFC: nci: uart: Set tty->disc_data only in success pathKrzysztof Kozlowski
2025-06-19calipso: Fix null-ptr-deref in calipso_req_{set,del}attr().Kuniyuki Iwashima
2025-06-19sunrpc: handle SVC_GARBAGE during svc auth processing as auth errorJeff Layton
2025-06-18tcp: fix passive TFO socket having invalid NAPI IDDavid Wei
2025-06-18tipc: fix null-ptr-deref when acquiring remote ip of ethernet bearerHaixia Qu
2025-06-18tcp: fix tcp_packet_delayed() for tcp_is_non_sack_preventing_reopen() behaviorNeal Cardwell
2025-06-17atm: Revert atm_account_tx() if copy_from_iter_full() fails.Kuniyuki Iwashima
2025-06-17mpls: Use rcu_dereference_rtnl() in mpls_route_input_rcu().Kuniyuki Iwashima
2025-06-17net/sched: fix use-after-free in taprio_dev_notifierHyunwoo Kim
2025-06-17Merge tag 'linux-can-fixes-for-6.16-20250617' of git://git.kernel.org/pub/scm...Jakub Kicinski
2025-06-17net: netmem: fix skb_ensure_writable with unreadable skbsMina Almasry
2025-06-17openvswitch: Allocate struct ovs_pcpu_storage dynamicallySebastian Andrzej Siewior
2025-06-17wifi: mac80211: don't WARN for late channel/color switchJohannes Berg
2025-06-17wifi: mac80211: drop invalid source address OCB framesJohannes Berg
2025-06-12SUNRPC: Cleanup/fix initial rq_pages allocationBenjamin Coddington
2025-06-12Merge tag 'net-6.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-06-12Merge tag 'wireless-2025-06-12' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski
2025-06-12net: ethtool: Don't check if RSS context exists in case of context 0Gal Pressman
2025-06-12Merge tag 'for-net-2025-06-11' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski
2025-06-12af_unix: Allow passing cred for embryo without SO_PASSCRED/SO_PASSPIDFD.Kuniyuki Iwashima
2025-06-12ipv6: Move fib6_config_validate() to ip6_route_add().Kuniyuki Iwashima
2025-06-12net_sched: ets: fix a race in ets_qdisc_change()Eric Dumazet
2025-06-12net_sched: tbf: fix a race in tbf_change()Eric Dumazet
2025-06-12net_sched: red: fix a race in __red_change()Eric Dumazet
2025-06-12net_sched: prio: fix a race in prio_tune()Eric Dumazet
2025-06-12net_sched: sch_sfq: reject invalid perturb periodEric Dumazet
2025-06-12xfrm: always initialize offload pathLeon Romanovsky
2025-06-11net: clear the dst when changing skb protocolJakub Kicinski
2025-06-11Bluetooth: MGMT: Fix sparse errorsLuiz Augusto von Dentz
2025-06-11Bluetooth: ISO: Fix not using bc_sid as advertisement SIDLuiz Augusto von Dentz
2025-06-11Bluetooth: ISO: Fix using BT_SK_PA_SYNC to detect BIS socketsLuiz Augusto von Dentz
2025-06-11Bluetooth: eir: Fix possible crashes on eir_create_adv_dataLuiz Augusto von Dentz
2025-06-11Bluetooth: hci_sync: Fix broadcast/PA when using an existing instanceLuiz Augusto von Dentz
2025-06-11Bluetooth: Fix NULL pointer deference on eir_get_service_dataLuiz Augusto von Dentz
2025-06-11wifi: cfg80211: use kfree_sensitive() for connkeys cleanupZilin Guan
2025-06-09Merge tag 'for-net-2025-06-05' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski
2025-06-09net_sched: sch_sfq: fix a potential crash on gso_skb handlingEric Dumazet
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar
2025-06-05Merge tag 'net-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-06-05Bluetooth: MGMT: Protect mgmt_pending list with its own lockLuiz Augusto von Dentz
2025-06-05Bluetooth: MGMT: Fix UAF on mgmt_remove_adv_monitor_completeLuiz Augusto von Dentz
2025-06-05Bluetooth: hci_core: fix list_for_each_entry_rcu usagePauli Virtanen
2025-06-05calipso: unlock rcu before returning -EAFNOSUPPORTEric Dumazet
2025-06-05seg6: Fix validation of nexthop addressesIdo Schimmel
2025-06-05net: prevent a NULL deref in rtnl_create_link()Eric Dumazet
2025-06-05net: annotate data-races around cleanup_net_taskEric Dumazet
2025-06-05Merge tag 'wireless-2025-06-05' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Abeni