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