summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2025-01-15wifi: mac80211: fix memory leak in ieee80211_mgd_assoc_ml_reconf()Dan Carpenter1-2/+4
2025-01-15saner replacement for debugfs_rename()Al Viro3-20/+5
2025-01-15net: netpoll: ensure skb_pool list is always initializedJohn Sperbeck1-5/+5
2025-01-15socket: Remove unused kernel_sendmsg_lockedDr. David Alan Gilbert1-28/+0
2025-01-15mptcp: fix spurious wake-up on under memory pressurePaolo Abeni1-2/+7
2025-01-15mptcp: be sure to send ack when mptcp-level window re-opensPaolo Abeni1-2/+4
2025-01-15Bluetooth: iso: Allow BIG re-syncIulia Tanasescu1-0/+36
2025-01-15tcp: add LINUX_MIB_PAWS_OLD_ACK SNMP counterEric Dumazet2-3/+5
2025-01-15tcp: add TCP_RFC7323_PAWS_ACK drop reasonEric Dumazet1-1/+9
2025-01-15tcp: add drop_reason support to tcp_disordered_ack()Eric Dumazet1-35/+44
2025-01-14net: pse-pd: Split ethtool_get_status into multiple callbacksKory Maincent1-4/+4
2025-01-14vsock: prevent null-ptr-deref in vsock_*[has_data|has_space]Stefano Garzarella1-0/+9
2025-01-14vsock: reset socket state when de-assigning the transportStefano Garzarella1-0/+9
2025-01-14vsock/virtio: cancel close work in the destructorStefano Garzarella1-8/+21
2025-01-14vsock/bpf: return early if transport is not assignedStefano Garzarella1-0/+9
2025-01-14vsock/virtio: discard packets if the transport changesStefano Garzarella1-2/+5
2025-01-14net: hsr: Create and export hsr_get_port_ndev()MD Danish Anwar2-9/+13
2025-01-14net: ti: icssg-prueth: Add Multicast Filtering support for VLAN in MAC modeMD Danish Anwar1-3/+4
2025-01-14Merge tag 'nf-next-25-01-11' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni5-27/+84
2025-01-14net: ethtool: add support for structured PHY statisticsJakub Kicinski3-1/+44
2025-01-14net: ethtool: plumb PHY stats to PHY driversJakub Kicinski2-2/+21
2025-01-14ethtool: linkstate: migrate linkstate functions to support multi-PHY setupsOleksij Rempel1-8/+15
2025-01-14udp: Make rehash4 independent in udp_lib_rehash()Philo Lu1-19/+27
2025-01-14net: sched: calls synchronize_net() only when neededEric Dumazet1-11/+11
2025-01-14net: cleanup init_dummy_netdev_core()Jakub Kicinski1-10/+4
2025-01-14net: remove init_dummy_netdev()Jakub Kicinski3-28/+11
2025-01-14net/ncsi: fix locking in Get MAC Address handlingPaul Fertser3-15/+22
2025-01-14net/smc: fix data error when recvmsg with MSG_PEEK flagGuangguan Wang3-21/+26
2025-01-13SUNRPC: display total RPC tasks for RPC clientDai Ngo2-2/+8
2025-01-13SUNRPC: only put task on cl_tasks list after the RPC call slot is reserved.Dai Ngo1-5/+13
2025-01-13wifi: mac80211: avoid double free in auth/assoc timeoutMiri Korenblit1-2/+4
2025-01-13wifi: mac80211: ibss: mark IBSS left before leavingJohannes Berg1-1/+1
2025-01-13wifi: mac80211: ibss: stop transmit when merging IBSSJohannes Berg1-0/+1
2025-01-13wifi: mac80211: don't flush non-uploaded STAsJohannes Berg1-0/+3
2025-01-13wifi: mac80211: set key link ID to the deflink oneBenjamin Berg2-4/+9
2025-01-13wifi: mac80211: pass correct link ID on assocBenjamin Berg1-0/+2
2025-01-13wifi: nl80211: simplify nested if checksJohannes Berg1-4/+3
2025-01-13wifi: mac80211: Support parsing EPCS ML elementIlan Peer2-0/+31
2025-01-13wifi: cfg80211: Add support for controlling EPCSIlan Peer3-0/+109
2025-01-13wifi: mac80211: Support dynamic link addition and removalIlan Peer5-1/+800
2025-01-13wifi: mac80211: Pull link space calculation to a functionIlan Peer1-31/+53
2025-01-13wifi: mac80211: Refactor adding association elementsIlan Peer1-35/+38
2025-01-13wifi: cfg80211: Add support for dynamic addition/removal of linksIlan Peer6-0/+231
2025-01-13wifi: nl80211: Split the links handling of an association requestIlan Peer1-75/+76
2025-01-13wifi: nl80211: fix nl80211_start_radar_detection return valueNicolas Escande1-18/+19
2025-01-13wifi: cfg80211: skip regulatory for punctured subchannelsKavita Kavita1-247/+123
2025-01-13wifi: mac80211: fix tid removal during mesh forwardingAndy Strohman1-0/+1
2025-01-13wifi: cfg80211: Move cfg80211_scan_req_add_chan() n_channels increment earlierKees Cook1-2/+1
2025-01-13wifi: mac80211: prohibit deactivating all linksJohannes Berg1-1/+1
2025-01-13wifi: mac80211: tests: add utility to create sdata skeletonBenjamin Berg3-1/+350