summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2024-02-14net-sysfs: convert netdev_show() to RCUEric Dumazet
2024-02-14net: convert dev->reg_state to u8Eric Dumazet
2024-02-14dev: annotate accesses to dev->linkEric Dumazet
2024-02-14ip_tunnel: annotate data-races around t->parms.linkEric Dumazet
2024-02-14net: annotate data-races around dev->name_assign_typeEric Dumazet
2024-02-14net: smc: fix spurious error message from __sock_release()Dmitry Antipov
2024-02-14Merge tag 'linux-can-next-for-6.9-20240213' of git://git.kernel.org/pub/scm/l...David S. Miller
2024-02-14Merge branch 'x86/bugs' into x86/core, to pick up pending changes before depe...Ingo Molnar
2024-02-13veth: rely on skb_pp_cow_data utility routineLorenzo Bianconi
2024-02-13xdp: add multi-buff support for xdp running in generic modeLorenzo Bianconi
2024-02-13xdp: rely on skb pointer reference in do_xdp_generic and netif_receive_generi...Lorenzo Bianconi
2024-02-13net: add generic percpu page_pool allocatorLorenzo Bianconi
2024-02-13net: add netdev_lockdep_set_classes() to virtual driversEric Dumazet
2024-02-13net: bridge: use netdev_lockdep_set_classes()Eric Dumazet
2024-02-13vlan: use netdev_lockdep_set_classes()Eric Dumazet
2024-02-13rtnetlink: use xarray iterator to implement rtnl_dump_ifinfo()Eric Dumazet
2024-02-13vlan: use xarray iterator to implement /proc/net/vlan/configEric Dumazet
2024-02-13xsk: Add truesize to skb_add_rx_frag().Sebastian Andrzej Siewior
2024-02-13net: sched: codel replace GPLv2/BSD boilerplateStephen Hemminger
2024-02-13can: canxl: add virtual CAN network identifier supportOliver Hartkopp
2024-02-13af_unix: Fix task hung while purging oob_skb in GC.Kuniyuki Iwashima
2024-02-13net: sched: Remove NET_ACT_IPT from KconfigHarshit Mogalapalli
2024-02-13net:rds: Fix possible deadlock in rds_message_putAllison Henderson
2024-02-12net: add rcu safety to rtnl_prop_list_size()Eric Dumazet
2024-02-12ipv4: Set the routing scope properly in ip_route_output_ports().Guillaume Nault
2024-02-12wifi: cfg80211: report unprotected deauth/disassoc in wowlanShaul Triebitz
2024-02-12wifi: mac80211: drop injection on disabled-chan monitorJohannes Berg
2024-02-12wifi: cfg80211: optionally support monitor on disabled channelsJohannes Berg
2024-02-12wifi: cfg80211: rename UHB to 6 GHzJohannes Berg
2024-02-12wifi: mac80211: remove only own link stations during stop_apAditya Kumar Singh
2024-02-12wifi: mac80211: flush only stations using requests linksAditya Kumar Singh
2024-02-12wifi: cfg80211: add support for link id attribute in NL80211_CMD_DEL_STATIONAditya Kumar Singh
2024-02-12wifi: mac80211: remove gfp parameter from ieee80211_obss_color_collision_notifyLorenzo Bianconi
2024-02-12can: isotp: support dynamic flow control parametersOliver Hartkopp
2024-02-12can: bcm: add recvmsg flags for own, local and remote trafficNicolas Maier
2024-02-129p: Fix read/write debug statements to report server replyDominique Martinet
2024-02-129p/trans_fd: remove Excess kernel-doc commentRandy Dunlap
2024-02-12netfilter: conntrack: expedite rcu in nf_conntrack_cleanup_net_listEric Dumazet
2024-02-12net: use synchronize_rcu_expedited in cleanup_net()Eric Dumazet
2024-02-12ipv4/fib: use synchronize_net() when holding RTNLEric Dumazet
2024-02-12bridge: vlan: use synchronize_net() when holding RTNLEric Dumazet
2024-02-12net: use synchronize_net() in dev_change_name()Eric Dumazet
2024-02-12ipv6: mcast: remove one synchronize_net() barrier in ipv6_mc_down()Eric Dumazet
2024-02-12net/ipv6: set expires in modify_prefix_route() if RTF_EXPIRES is set.Kui-Feng Lee
2024-02-12net/ipv6: Remove expired routes with a separated list of routes.Kui-Feng Lee
2024-02-12net/ipv6: Remove unnecessary clean.Kui-Feng Lee
2024-02-12net/ipv6: set expires in rt6_add_dflt_router().Kui-Feng Lee
2024-02-12mptcp: really cope with fastopen racePaolo Abeni
2024-02-12mptcp: check addrs list in userspace_pm_get_local_idGeliang Tang
2024-02-12mptcp: corner case locking for rx path fields initializationPaolo Abeni