aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2024-02-14Merge tag 'wireless-2024-02-14' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski1-2/+3
2024-02-15netfilter: nf_tables: fix bidirectional offload regressionFelix Fietkau1-0/+1
2024-02-15netfilter: nat: restore default DNAT behaviorKyle Swenson1-1/+4
2024-02-15netfilter: nft_set_pipapo: fix missing : in kdocPablo Neira Ayuso1-2/+2
2024-02-14can: j1939: Fix UAF in j1939_sk_match_filter during setsockopt(SO_J1939_FILTER)Oleksij Rempel2-4/+19
2024-02-14can: j1939: prevent deadlock by changing j1939_socks_lock to rwlockZiqi Zhao3-14/+14
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-14net: smc: fix spurious error message from __sock_release()Dmitry Antipov1-0/+1
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-14Merge branch 'x86/bugs' into x86/core, to pick up pending changes before depe...Ingo Molnar5-8/+8
2024-02-13veth: rely on skb_pp_cow_data utility routineLorenzo Bianconi1-2/+3
2024-02-13xdp: add multi-buff support for xdp running in generic modeLorenzo Bianconi2-19/+142
2024-02-13xdp: rely on skb pointer reference in do_xdp_generic and netif_receive_generi...Lorenzo Bianconi1-7/+9
2024-02-13net: add generic percpu page_pool allocatorLorenzo Bianconi3-6/+67
2024-02-13net: add netdev_lockdep_set_classes() to virtual driversEric Dumazet5-0/+6
2024-02-13net: bridge: use netdev_lockdep_set_classes()Eric Dumazet1-8/+1
2024-02-13vlan: use netdev_lockdep_set_classes()Eric Dumazet1-23/+1
2024-02-13rtnetlink: use xarray iterator to implement rtnl_dump_ifinfo()Eric Dumazet1-38/+20
2024-02-13vlan: use xarray iterator to implement /proc/net/vlan/configEric Dumazet1-30/+16
2024-02-13xsk: Add truesize to skb_add_rx_frag().Sebastian Andrzej Siewior1-1/+2
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-13af_unix: Fix task hung while purging oob_skb in GC.Kuniyuki Iwashima1-3/+4
2024-02-13net: sched: Remove NET_ACT_IPT from KconfigHarshit Mogalapalli1-10/+0
2024-02-13net:rds: Fix possible deadlock in rds_message_putAllison Henderson1-2/+11
2024-02-12net: add rcu safety to rtnl_prop_list_size()Eric Dumazet2-7/+10
2024-02-12ipv4: Set the routing scope properly in ip_route_output_ports().Guillaume Nault5-5/+5
2024-02-12wifi: cfg80211: report unprotected deauth/disassoc in wowlanShaul Triebitz1-0/+5
2024-02-12wifi: mac80211: drop injection on disabled-chan monitorJohannes Berg1-1/+9
2024-02-12wifi: cfg80211: optionally support monitor on disabled channelsJohannes Berg3-17/+41
2024-02-12wifi: cfg80211: rename UHB to 6 GHzJohannes Berg3-13/+13
2024-02-12wifi: mac80211: remove only own link stations during stop_apAditya Kumar Singh1-1/+1
2024-02-12wifi: mac80211: flush only stations using requests linksAditya Kumar Singh8-18/+33
2024-02-12wifi: cfg80211: add support for link id attribute in NL80211_CMD_DEL_STATIONAditya Kumar Singh2-3/+23
2024-02-12wifi: mac80211: remove gfp parameter from ieee80211_obss_color_collision_notifyLorenzo Bianconi2-3/+2
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-129p: Fix read/write debug statements to report server replyDominique Martinet1-5/+5
2024-02-129p/trans_fd: remove Excess kernel-doc commentRandy Dunlap1-1/+0