summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2025-01-17net: tc: improve qdisc error messagesJohn Ousterhout
2025-01-17dccp: Prepare dccp_v4_route_skb() to .flowi4_tos conversion.Guillaume Nault
2025-01-17net: let net.core.dev_weight always be non-zeroLiu Jian
2025-01-17batman-adv: netlink: reduce duplicate code by returning interfacesLinus Lüssing
2025-01-16bpf: tcp: Mark bpf_load_hdr_opt() arg2 as read-writeDaniel Xu
2025-01-16dev: Hold rtnl_net_lock() for dev_ifsioc().Kuniyuki Iwashima
2025-01-16dev: Remove devnet_rename_sem.Kuniyuki Iwashima
2025-01-16dev: Acquire netdev_rename_lock before restoring dev->name in dev_change_name().Kuniyuki Iwashima
2025-01-16selftests: drv-net-hw: inject pp_alloc_fail errors in the right placeJohn Daley
2025-01-16ipv4: Prepare inet_rtm_getroute() to .flowi4_tos conversion.Guillaume Nault
2025-01-16gre: Prepare ipgre_open() to .flowi4_tos conversion.Guillaume Nault
2025-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-01-16netdev: avoid CFI problems with sock priv helpersJakub Kicinski
2025-01-15Merge branch 'net-reduce-rtnl-pressure-in-unregister_netdevice'Jakub Kicinski
2025-01-15net: reduce RTNL hold duration in unregister_netdevice_many_notify() (part 2)Eric Dumazet
2025-01-15net: reduce RTNL hold duration in unregister_netdevice_many_notify() (part 1)Eric Dumazet
2025-01-15net: no longer hold RTNL while calling flush_all_backlogs()Eric Dumazet
2025-01-15net: no longer assume RTNL is held in flush_all_backlogs()Eric Dumazet
2025-01-15net: expedite synchronize_net() for cleanup_net()Eric Dumazet
2025-01-15netdev-genl: remove rtnl_lock protection from NAPI opsJakub Kicinski
2025-01-15net: protect NAPI config fields with netdev_lock()Jakub Kicinski
2025-01-15net: protect napi->irq with netdev_lock()Jakub Kicinski
2025-01-15net: protect threaded status of NAPI with netdev_lock()Jakub Kicinski
2025-01-15net: make netdev netlink ops hold netdev_lock()Jakub Kicinski
2025-01-15net: protect NAPI enablement with netdev_lock()Jakub Kicinski
2025-01-15net: protect netdev->napi_list with netdev_lock()Jakub Kicinski
2025-01-15net: add netdev->up protected by netdev_lock()Jakub Kicinski
2025-01-15net: add helpers for lookup and walking netdevs under netdev_lock()Jakub Kicinski
2025-01-15net: make netdev_lock() protect netdev->reg_stateJakub Kicinski
2025-01-15net: add netdev_lock() / netdev_unlock() helpersJakub Kicinski
2025-01-15inet: ipmr: fix data-racesEric Dumazet
2025-01-15net: disallow setup single buffer XDP when tcp-data-split is enabled.Taehee Yoo
2025-01-15net: ethtool: add ring parameter filteringTaehee Yoo
2025-01-15net: devmem: add ring parameter filteringTaehee Yoo
2025-01-15net: ethtool: add support for configuring hds-threshTaehee Yoo
2025-01-15net: ethtool: add hds_config member in ethtool_netdev_stateTaehee Yoo
2025-01-15mptcp: fix for setting remote ipv4mapped addressGeliang Tang
2025-01-15Bluetooth: MGMT: Fix slab-use-after-free Read in mgmt_remove_adv_monitor_syncMazin Al Haddad
2025-01-15Bluetooth: Allow reset via sysfsHsin-chen Chuang
2025-01-15Bluetooth: Get rid of cmd_timeout and use the reset callbackHsin-chen Chuang
2025-01-15Bluetooth: L2CAP: handle NULL sock pointer in l2cap_sock_allocFedor Pchelkin
2025-01-15Bluetooth: hci: Remove deadcodeDr. David Alan Gilbert
2025-01-15Bluetooth: MGMT: Mark LL Privacy as stableLuiz Augusto von Dentz
2025-01-15wifi: cfg80211: adjust allocation of colocated AP dataDmitry Antipov
2025-01-15wifi: mac80211: fix memory leak in ieee80211_mgd_assoc_ml_reconf()Dan Carpenter
2025-01-15saner replacement for debugfs_rename()Al Viro
2025-01-14net: netpoll: ensure skb_pool list is always initializedJohn Sperbeck
2025-01-14socket: Remove unused kernel_sendmsg_lockedDr. David Alan Gilbert
2025-01-14mptcp: fix spurious wake-up on under memory pressurePaolo Abeni
2025-01-14mptcp: be sure to send ack when mptcp-level window re-opensPaolo Abeni