summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: ipv6/addrconf: clamp preferred_lft to the minimum requiredAlex Henrie2024-02-151-9/+34
* net: ipv6/addrconf: introduce a regen_min_advance sysctlAlex Henrie2024-02-151-1/+10
* net: ipv6/addrconf: ensure that regen_advance is at least 2 secondsAlex Henrie2024-02-151-6/+9
* tipc: Cleanup tipc_nl_bearer_add() error pathsShigeru Yoshida2024-02-151-9/+6
* tcp: no need to use acceptable for conn_requestJason Xing2024-02-151-4/+1
* net: remove dev_base_lockEric Dumazet2024-02-141-35/+4
* net: remove dev_base_lock from register_netdevice() and friends.Eric Dumazet2024-02-141-13/+7
* net: remove dev_base_lock from do_setlink()Eric Dumazet2024-02-141-2/+0
* net: add netdev_set_operstate() helperEric Dumazet2024-02-143-30/+23
* net-sysfs: convert netstat_show() to RCUEric Dumazet2024-02-141-3/+3
* net-sysfs: convert dev->operstate reads to lockless onesEric Dumazet2024-02-146-14/+13
* net-sysfs: use dev_addr_sem to remove races in address_show()Eric Dumazet2024-02-143-4/+11
* net-sysfs: convert netdev_show() to RCUEric Dumazet2024-02-141-7/+10
* net: convert dev->reg_state to u8Eric Dumazet2024-02-141-4/+4
* dev: annotate accesses to dev->linkEric Dumazet2024-02-141-1/+1
* ip_tunnel: annotate data-races around t->parms.linkEric Dumazet2024-02-141-14/+13
* net: annotate data-races around dev->name_assign_typeEric Dumazet2024-02-142-5/+5
* Merge tag 'linux-can-next-for-6.9-20240213' of git://git.kernel.org/pub/scm/l...David S. Miller2024-02-144-22/+147
|\
| * can: canxl: add virtual CAN network identifier supportOliver Hartkopp2024-02-132-8/+87
| * can: isotp: support dynamic flow control parametersOliver Hartkopp2024-02-121-2/+3
| * can: bcm: add recvmsg flags for own, local and remote trafficNicolas Maier2024-02-121-12/+57
* | veth: rely on skb_pp_cow_data utility routineLorenzo Bianconi2024-02-131-2/+3
* | xdp: add multi-buff support for xdp running in generic modeLorenzo Bianconi2024-02-132-19/+142
* | xdp: rely on skb pointer reference in do_xdp_generic and netif_receive_generi...Lorenzo Bianconi2024-02-131-7/+9
* | net: add generic percpu page_pool allocatorLorenzo Bianconi2024-02-133-6/+67
* | net: add netdev_lockdep_set_classes() to virtual driversEric Dumazet2024-02-135-0/+6
* | net: bridge: use netdev_lockdep_set_classes()Eric Dumazet2024-02-131-8/+1
* | vlan: use netdev_lockdep_set_classes()Eric Dumazet2024-02-131-23/+1
* | rtnetlink: use xarray iterator to implement rtnl_dump_ifinfo()Eric Dumazet2024-02-131-38/+20
* | vlan: use xarray iterator to implement /proc/net/vlan/configEric Dumazet2024-02-131-30/+16
* | net: sched: codel replace GPLv2/BSD boilerplateStephen Hemminger2024-02-131-31/+1
* | net: sched: Remove NET_ACT_IPT from KconfigHarshit Mogalapalli2024-02-131-10/+0
* | ipv4: Set the routing scope properly in ip_route_output_ports().Guillaume Nault2024-02-125-5/+5
* | netfilter: conntrack: expedite rcu in nf_conntrack_cleanup_net_listEric Dumazet2024-02-121-1/+1
* | net: use synchronize_rcu_expedited in cleanup_net()Eric Dumazet2024-02-121-1/+1
* | ipv4/fib: use synchronize_net() when holding RTNLEric Dumazet2024-02-121-1/+1
* | bridge: vlan: use synchronize_net() when holding RTNLEric Dumazet2024-02-121-2/+2
* | net: use synchronize_net() in dev_change_name()Eric Dumazet2024-02-121-1/+1
* | ipv6: mcast: remove one synchronize_net() barrier in ipv6_mc_down()Eric Dumazet2024-02-121-1/+0
* | net/ipv6: set expires in modify_prefix_route() if RTF_EXPIRES is set.Kui-Feng Lee2024-02-121-1/+1
* | net/ipv6: Remove expired routes with a separated list of routes.Kui-Feng Lee2024-02-124-15/+109
* | net/ipv6: Remove unnecessary clean.Kui-Feng Lee2024-02-121-2/+0
* | net/ipv6: set expires in rt6_add_dflt_router().Kui-Feng Lee2024-02-122-2/+5
|/
* Merge branch 'for-io_uring-add-napi-busy-polling-support'Jakub Kicinski2024-02-091-14/+43
|\
| * net: add napi_busy_loop_rcu()Stefan Roesch2024-02-091-0/+15
| * net: split off __napi_busy_poll from napi_busy_pollStefan Roesch2024-02-091-14/+28
* | ethtool: do not use rtnl in ethnl_default_dumpit()Eric Dumazet2024-02-081-9/+5
* | net-procfs: use xarray iterator to implement /proc/net/devEric Dumazet2024-02-081-41/+7
* | net: dsa: tag_sja1105: remove "inline" keywordVladimir Oltean2024-02-081-2/+2
* | net: dsa: remove "inline" from dsa_user_netpoll_send_skb()Vladimir Oltean2024-02-081-2/+2