aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2025-01-16netdev: avoid CFI problems with sock priv helpersJakub Kicinski1-2/+12
2025-01-15Merge branch 'net-reduce-rtnl-pressure-in-unregister_netdevice'Jakub Kicinski2-22/+80
2025-01-15net: reduce RTNL hold duration in unregister_netdevice_many_notify() (part 2)Eric Dumazet1-2/+1
2025-01-15net: reduce RTNL hold duration in unregister_netdevice_many_notify() (part 1)Eric Dumazet1-0/+3
2025-01-15net: no longer hold RTNL while calling flush_all_backlogs()Eric Dumazet1-3/+28
2025-01-15net: no longer assume RTNL is held in flush_all_backlogs()Eric Dumazet1-18/+35
2025-01-15net: expedite synchronize_net() for cleanup_net()Eric Dumazet2-1/+15
2025-01-15netdev-genl: remove rtnl_lock protection from NAPI opsJakub Kicinski1-10/+0
2025-01-15net: protect NAPI config fields with netdev_lock()Jakub Kicinski1-2/+3
2025-01-15net: protect napi->irq with netdev_lock()Jakub Kicinski1-1/+1
2025-01-15net: protect threaded status of NAPI with netdev_lock()Jakub Kicinski2-2/+34
2025-01-15net: make netdev netlink ops hold netdev_lock()Jakub Kicinski3-23/+27
2025-01-15net: protect NAPI enablement with netdev_lock()Jakub Kicinski1-7/+34
2025-01-15net: protect netdev->napi_list with netdev_lock()Jakub Kicinski1-5/+10
2025-01-15net: add netdev->up protected by netdev_lock()Jakub Kicinski2-2/+14
2025-01-15net: add helpers for lookup and walking netdevs under netdev_lock()Jakub Kicinski2-0/+126
2025-01-15net: make netdev_lock() protect netdev->reg_stateJakub Kicinski1-0/+6
2025-01-15net: add netdev_lock() / netdev_unlock() helpersJakub Kicinski1-3/+3
2025-01-15inet: ipmr: fix data-racesEric Dumazet3-31/+31
2025-01-15net: disallow setup single buffer XDP when tcp-data-split is enabled.Taehee Yoo1-0/+15
2025-01-15net: ethtool: add ring parameter filteringTaehee Yoo1-0/+13
2025-01-15net: devmem: add ring parameter filteringTaehee Yoo1-0/+11
2025-01-15net: ethtool: add support for configuring hds-threshTaehee Yoo2-4/+26
2025-01-15net: ethtool: add hds_config member in ethtool_netdev_stateTaehee Yoo2-0/+24
2025-01-15mptcp: fix for setting remote ipv4mapped addressGeliang Tang1-1/+1
2025-01-15Bluetooth: MGMT: Fix slab-use-after-free Read in mgmt_remove_adv_monitor_syncMazin Al Haddad1-1/+11
2025-01-15Bluetooth: Allow reset via sysfsHsin-chen Chuang1-0/+19
2025-01-15Bluetooth: Get rid of cmd_timeout and use the reset callbackHsin-chen Chuang1-2/+2
2025-01-15Bluetooth: L2CAP: handle NULL sock pointer in l2cap_sock_allocFedor Pchelkin1-1/+2
2025-01-15Bluetooth: hci: Remove deadcodeDr. David Alan Gilbert2-44/+0
2025-01-15Bluetooth: MGMT: Mark LL Privacy as stableLuiz Augusto von Dentz2-154/+31
2025-01-15wifi: cfg80211: adjust allocation of colocated AP dataDmitry Antipov1-3/+1
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-14net: netpoll: ensure skb_pool list is always initializedJohn Sperbeck1-5/+5
2025-01-14socket: Remove unused kernel_sendmsg_lockedDr. David Alan Gilbert1-28/+0
2025-01-14mptcp: fix spurious wake-up on under memory pressurePaolo Abeni1-2/+7
2025-01-14mptcp: be sure to send ack when mptcp-level window re-opensPaolo Abeni1-2/+4
2025-01-14Bluetooth: iso: Allow BIG re-syncIulia Tanasescu1-0/+36
2025-01-14tcp: add LINUX_MIB_PAWS_OLD_ACK SNMP counterEric Dumazet2-3/+5
2025-01-14tcp: add TCP_RFC7323_PAWS_ACK drop reasonEric Dumazet1-1/+9
2025-01-14tcp: add drop_reason support to tcp_disordered_ack()Eric Dumazet1-34/+43
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