summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2025-01-15Bluetooth: Allow reset via sysfsHsin-chen Chuang-0/+19
2025-01-15Bluetooth: Get rid of cmd_timeout and use the reset callbackHsin-chen Chuang-2/+2
2025-01-15Bluetooth: L2CAP: handle NULL sock pointer in l2cap_sock_allocFedor Pchelkin-1/+2
2025-01-15Bluetooth: hci: Remove deadcodeDr. David Alan Gilbert-44/+0
2025-01-15Bluetooth: MGMT: Mark LL Privacy as stableLuiz Augusto von Dentz-154/+31
2025-01-15wifi: cfg80211: adjust allocation of colocated AP dataDmitry Antipov-3/+1
2025-01-15wifi: mac80211: fix memory leak in ieee80211_mgd_assoc_ml_reconf()Dan Carpenter-2/+4
2025-01-15saner replacement for debugfs_rename()Al Viro-20/+5
2025-01-14net: netpoll: ensure skb_pool list is always initializedJohn Sperbeck-5/+5
2025-01-14socket: Remove unused kernel_sendmsg_lockedDr. David Alan Gilbert-28/+0
2025-01-14mptcp: fix spurious wake-up on under memory pressurePaolo Abeni-2/+7
2025-01-14mptcp: be sure to send ack when mptcp-level window re-opensPaolo Abeni-2/+4
2025-01-14Bluetooth: iso: Allow BIG re-syncIulia Tanasescu-0/+36
2025-01-14tcp: add LINUX_MIB_PAWS_OLD_ACK SNMP counterEric Dumazet-3/+5
2025-01-14tcp: add TCP_RFC7323_PAWS_ACK drop reasonEric Dumazet-1/+9
2025-01-14tcp: add drop_reason support to tcp_disordered_ack()Eric Dumazet-35/+44
2025-01-14net: pse-pd: Split ethtool_get_status into multiple callbacksKory Maincent-4/+4
2025-01-14vsock: prevent null-ptr-deref in vsock_*[has_data|has_space]Stefano Garzarella-0/+9
2025-01-14vsock: reset socket state when de-assigning the transportStefano Garzarella-0/+9
2025-01-14vsock/virtio: cancel close work in the destructorStefano Garzarella-8/+21
2025-01-14vsock/bpf: return early if transport is not assignedStefano Garzarella-0/+9
2025-01-14vsock/virtio: discard packets if the transport changesStefano Garzarella-2/+5
2025-01-14net: hsr: Create and export hsr_get_port_ndev()MD Danish Anwar-9/+13
2025-01-14net: ti: icssg-prueth: Add Multicast Filtering support for VLAN in MAC modeMD Danish Anwar-3/+4
2025-01-14Merge tag 'nf-next-25-01-11' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni-27/+84
2025-01-14net: ethtool: add support for structured PHY statisticsJakub Kicinski-1/+44
2025-01-14net: ethtool: plumb PHY stats to PHY driversJakub Kicinski-2/+21
2025-01-14ethtool: linkstate: migrate linkstate functions to support multi-PHY setupsOleksij Rempel-8/+15
2025-01-14udp: Make rehash4 independent in udp_lib_rehash()Philo Lu-19/+27
2025-01-14net: sched: calls synchronize_net() only when neededEric Dumazet-11/+11
2025-01-13net: cleanup init_dummy_netdev_core()Jakub Kicinski-10/+4
2025-01-13net: remove init_dummy_netdev()Jakub Kicinski-28/+11
2025-01-13net/ncsi: fix locking in Get MAC Address handlingPaul Fertser-15/+22
2025-01-13net/smc: fix data error when recvmsg with MSG_PEEK flagGuangguan Wang-21/+26
2025-01-13SUNRPC: display total RPC tasks for RPC clientDai Ngo-2/+8
2025-01-13SUNRPC: only put task on cl_tasks list after the RPC call slot is reserved.Dai Ngo-5/+13
2025-01-13wifi: mac80211: avoid double free in auth/assoc timeoutMiri Korenblit-2/+4
2025-01-13wifi: mac80211: ibss: mark IBSS left before leavingJohannes Berg-1/+1
2025-01-13wifi: mac80211: ibss: stop transmit when merging IBSSJohannes Berg-0/+1
2025-01-13wifi: mac80211: don't flush non-uploaded STAsJohannes Berg-0/+3
2025-01-13wifi: mac80211: set key link ID to the deflink oneBenjamin Berg-4/+9
2025-01-13wifi: mac80211: pass correct link ID on assocBenjamin Berg-0/+2
2025-01-13wifi: nl80211: simplify nested if checksJohannes Berg-4/+3
2025-01-13wifi: mac80211: Support parsing EPCS ML elementIlan Peer-0/+31
2025-01-13wifi: cfg80211: Add support for controlling EPCSIlan Peer-0/+109
2025-01-13wifi: mac80211: Support dynamic link addition and removalIlan Peer-1/+800
2025-01-13wifi: mac80211: Pull link space calculation to a functionIlan Peer-31/+53
2025-01-13wifi: mac80211: Refactor adding association elementsIlan Peer-35/+38
2025-01-13wifi: cfg80211: Add support for dynamic addition/removal of linksIlan Peer-0/+231
2025-01-13wifi: nl80211: Split the links handling of an association requestIlan Peer-75/+76