summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2025-01-19netfilter: br_netfilter: remove unused conditional and dead codeAntoine Tenart-29/+1
2025-01-19netfilter: nf_tables: fix set size with rbtree backendPablo Neira Ayuso-2/+90
2025-01-18Merge tag 'batadv-next-pullrequest-20250117' of git://git.open-mesh.org/linux...Jakub Kicinski-249/+229
2025-01-18Merge tag 'for-net-next-2025-01-15' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski-202/+101
2025-01-18Merge tag 'wireless-next-2025-01-17' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski-630/+2451
2025-01-18net: introduce netdev_napi_exit()Eric Dumazet-6/+17
2025-01-18net: sched: Disallow replacing of child qdisc from one parent to anotherJamal Hadi Salim-0/+4
2025-01-18net: avoid race between device unregistration and ethnl opsAntoine Tenart-1/+1
2025-01-18net: destroy dev->lock later in free_netdev()Eric Dumazet-2/+2
2025-01-18mptcp: sysctl: add syn_retrans_before_tcp_fallbackMatthieu Baerts (NGI0)-4/+17
2025-01-17net: dsa: implement get_ts_stats ethtool operation for user portsVladimir Oltean-0/+11
2025-01-17net: ethtool: ts: add separate counter for unconfirmed one-step TX timestampsVladimir Oltean-0/+2
2025-01-17net: tc: improve qdisc error messagesJohn Ousterhout-3/+3
2025-01-17dccp: Prepare dccp_v4_route_skb() to .flowi4_tos conversion.Guillaume Nault-1/+2
2025-01-17net: let net.core.dev_weight always be non-zeroLiu Jian-1/+4
2025-01-17batman-adv: netlink: reduce duplicate code by returning interfacesLinus Lüssing-209/+174
2025-01-16bpf: tcp: Mark bpf_load_hdr_opt() arg2 as read-writeDaniel Xu-1/+1
2025-01-16dev: Hold rtnl_net_lock() for dev_ifsioc().Kuniyuki Iwashima-26/+22
2025-01-16dev: Remove devnet_rename_sem.Kuniyuki Iwashima-14/+2
2025-01-16dev: Acquire netdev_rename_lock before restoring dev->name in dev_change_name().Kuniyuki Iwashima-0/+2
2025-01-16selftests: drv-net-hw: inject pp_alloc_fail errors in the right placeJohn Daley-1/+1
2025-01-16ipv4: Prepare inet_rtm_getroute() to .flowi4_tos conversion.Guillaume Nault-4/+5
2025-01-16gre: Prepare ipgre_open() to .flowi4_tos conversion.Guillaume Nault-1/+1
2025-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-77/+164
2025-01-16netdev: avoid CFI problems with sock priv helpersJakub Kicinski-2/+12
2025-01-15Merge branch 'net-reduce-rtnl-pressure-in-unregister_netdevice'Jakub Kicinski-22/+80
2025-01-15net: reduce RTNL hold duration in unregister_netdevice_many_notify() (part 2)Eric Dumazet-2/+1
2025-01-15net: reduce RTNL hold duration in unregister_netdevice_many_notify() (part 1)Eric Dumazet-0/+3
2025-01-15net: no longer hold RTNL while calling flush_all_backlogs()Eric Dumazet-3/+28
2025-01-15net: no longer assume RTNL is held in flush_all_backlogs()Eric Dumazet-18/+35
2025-01-15net: expedite synchronize_net() for cleanup_net()Eric Dumazet-1/+15
2025-01-15netdev-genl: remove rtnl_lock protection from NAPI opsJakub Kicinski-10/+0
2025-01-15net: protect NAPI config fields with netdev_lock()Jakub Kicinski-2/+3
2025-01-15net: protect napi->irq with netdev_lock()Jakub Kicinski-1/+1
2025-01-15net: protect threaded status of NAPI with netdev_lock()Jakub Kicinski-2/+34
2025-01-15net: make netdev netlink ops hold netdev_lock()Jakub Kicinski-23/+27
2025-01-15net: protect NAPI enablement with netdev_lock()Jakub Kicinski-7/+34
2025-01-15net: protect netdev->napi_list with netdev_lock()Jakub Kicinski-5/+10
2025-01-15net: add netdev->up protected by netdev_lock()Jakub Kicinski-2/+14
2025-01-15net: add helpers for lookup and walking netdevs under netdev_lock()Jakub Kicinski-0/+126
2025-01-15net: make netdev_lock() protect netdev->reg_stateJakub Kicinski-0/+6
2025-01-15net: add netdev_lock() / netdev_unlock() helpersJakub Kicinski-3/+3
2025-01-15inet: ipmr: fix data-racesEric Dumazet-31/+31
2025-01-15net: disallow setup single buffer XDP when tcp-data-split is enabled.Taehee Yoo-0/+15
2025-01-15net: ethtool: add ring parameter filteringTaehee Yoo-0/+13
2025-01-15net: devmem: add ring parameter filteringTaehee Yoo-0/+11
2025-01-15net: ethtool: add support for configuring hds-threshTaehee Yoo-4/+26
2025-01-15net: ethtool: add hds_config member in ethtool_netdev_stateTaehee Yoo-0/+24
2025-01-15mptcp: fix for setting remote ipv4mapped addressGeliang Tang-1/+1
2025-01-15Bluetooth: MGMT: Fix slab-use-after-free Read in mgmt_remove_adv_monitor_syncMazin Al Haddad-1/+11