summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2024-10-16Bluetooth: bnep: fix wild-memory-access in proto_unregisterYe Bin1-2/+1
2024-10-16Bluetooth: Remove debugfs directory on module init failureAaron Thompson1-0/+1
2024-10-16Bluetooth: Call iso_exit() on module unloadAaron Thompson1-0/+2
2024-10-16Bluetooth: ISO: Fix multiple init when debugfs is disabledAaron Thompson1-5/+1
2024-10-16bpf: Fix link info netfilter flags to populate defrag flagTyrone Wu1-1/+2
2024-10-15udp: Compute L4 checksum as usual when not segmenting the skbJakub Sitnicki2-2/+6
2024-10-15genetlink: hold RCU in genlmsg_mcast()Eric Dumazet3-22/+18
2024-10-15tcp/dccp: Don't use timer_pending() in reqsk_queue_unlink().Kuniyuki Iwashima1-5/+16
2024-10-15mptcp: prevent MPC handshake on port-based signal endpointsPaolo Abeni5-0/+15
2024-10-15net/smc: Fix searching in list of known pnetids in smc_pnet_add_pnetidLi RongQing1-1/+1
2024-10-14net/smc: Fix memory leak when using percpu refsKai Shen1-1/+5
2024-10-13Merge tag 'usb-6.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-0/+2
2024-10-11Merge tag 'nfs-for-6.12-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-7/+4
2024-10-11ipv4: give an IPv4 dev to blackhole_netdevXin Long1-10/+25
2024-10-11xfrm: fix one more kernel-infoleak in algo dumpingPetr Vaganov1-1/+3
2024-10-10Merge tag 'net-6.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds49-287/+720
2024-10-10net/smc: fix lacks of icsk_syn_mss with IPPROTO_SMCD. Wythe1-0/+11
2024-10-10phonet: Handle error of rtnl_register_module().Kuniyuki Iwashima1-17/+11
2024-10-10mpls: Handle error of rtnl_register_module().Kuniyuki Iwashima1-11/+21
2024-10-10mctp: Handle error of rtnl_register_module().Kuniyuki Iwashima4-35/+65
2024-10-10bridge: Handle error of rtnl_register_module().Kuniyuki Iwashima3-13/+17
2024-10-10rtnetlink: Add bulk registration helpers for rtnetlink message handlers.Kuniyuki Iwashima1-0/+29
2024-10-10Merge tag 'nf-24-10-09' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni18-170/+426
2024-10-10net: do not delay dst_entries_add() in dst_release()Eric Dumazet1-5/+12
2024-10-09mptcp: pm: do not remove closing subflowsMatthieu Baerts (NGI0)1-1/+2
2024-10-09mptcp: fallback when MPTCP opts are dropped after 1st dataMatthieu Baerts (NGI0)1-1/+1
2024-10-09tcp: fix mptcp DSS corruption due to large pmtu xmitPaolo Abeni1-4/+1
2024-10-09mptcp: handle consistently DSS corruptionPaolo Abeni4-4/+28
2024-10-09net: dsa: refuse cross-chip mirroring operationsVladimir Oltean1-3/+8
2024-10-09netfilter: fib: check correct rtable in vrf setupsFlorian Westphal2-5/+4
2024-10-09netfilter: xtables: avoid NFPROTO_UNSPEC where neededFlorian Westphal16-165/+422
2024-10-09sctp: ensure sk_state is set to CLOSED if hashing fails in sctp_listen_startXin Long1-5/+13
2024-10-09net/9p/usbg: Fix build errorJinjie Ruan1-0/+2
2024-10-08net/sched: accept TCA_STAB only for root qdiscEric Dumazet1-1/+6
2024-10-08wifi: mac80211: skip non-uploaded keys in ieee80211_iter_keysFelix Fietkau1-17/+25
2024-10-08wifi: mac80211: do not pass a stopped vif to the driver in .get_txpowerFelix Fietkau1-1/+2
2024-10-08wifi: mac80211: Convert color collision detection to wiphy workRemi Pommarel3-13/+16
2024-10-08wifi: cfg80211: Add wiphy_delayed_work_pending()Remi Pommarel1-0/+7
2024-10-08wifi: cfg80211: Do not create BSS entries for unsupported channelsChenming Huang1-0/+4
2024-10-08wifi: mac80211: Fix setting txpower with emulate_chanctxBen Greear1-0/+5
2024-10-08mac80211: MAC80211_MESSAGE_TRACING should depend on TRACINGGeert Uytterhoeven1-1/+1
2024-10-07Merge tag 'for-net-2024-10-04' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski2-2/+3
2024-10-07net: explicitly clear the sk pointer, when pf->create failsIgnat Korchagin1-1/+6
2024-10-07Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-4/+4
2024-10-07vsock/virtio: use GFP_ATOMIC under RCU read lockMichael S. Tsirkin1-4/+4
2024-10-07xfrm: validate new SA's prefixlen using SA family when sel.family is unsetSabrina Dubroca1-1/+5
2024-10-04net: Fix an unsafe loop on the listAnastasia Kovaleva1-1/+2
2024-10-04Bluetooth: hci_conn: Fix UAF in hci_enhanced_setup_syncLuiz Augusto von Dentz1-0/+3
2024-10-04Bluetooth: RFCOMM: FIX possible deadlock in rfcomm_sk_state_changeLuiz Augusto von Dentz1-2/+0
2024-10-04netfilter: br_netfilter: fix panic with metadata_dst skbAndy Roulin1-0/+5