summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2024-02-18net: bql: allow the config to be disabledBreno Leitao
2024-02-16tcp: Spelling s/curcuit/circuit/Geert Uytterhoeven
2024-02-16net/iucv: fix virtual vs physical address confusionAlexander Gordeev
2024-02-15net: dsa: remove OF-based MDIO bus registration from DSA coreArınç ÜNAL
2024-02-15Merge branch 'for-thermal-genetlink-family-bind-unbind-callbacks'Jakub Kicinski
2024-02-15genetlink: Add per family bind/unbind callbacksStanislaw Gruszka
2024-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-02-15Merge tag 'net-6.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2024-02-15net: sctp: fix skb leak in sctp_inq_free()Dmitry Antipov
2024-02-15net: ipv6/addrconf: clamp preferred_lft to the minimum requiredAlex Henrie
2024-02-15net: ipv6/addrconf: introduce a regen_min_advance sysctlAlex Henrie
2024-02-15net: ipv6/addrconf: ensure that regen_advance is at least 2 secondsAlex Henrie
2024-02-15tipc: Cleanup tipc_nl_bearer_add() error pathsShigeru Yoshida
2024-02-15tcp: no need to use acceptable for conn_requestJason Xing
2024-02-15Merge tag 'nf-24-02-15' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni
2024-02-15Merge tag 'linux-can-fixes-for-6.8-20240214' of git://git.kernel.org/pub/scm/...Paolo Abeni
2024-02-15net-timestamp: make sk_tskey more predictable in error pathVadim Fedorenko
2024-02-14Merge tag 'wireless-2024-02-14' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski
2024-02-15netfilter: nf_tables: fix bidirectional offload regressionFelix Fietkau
2024-02-15netfilter: nat: restore default DNAT behaviorKyle Swenson
2024-02-15netfilter: nft_set_pipapo: fix missing : in kdocPablo Neira Ayuso
2024-02-14can: j1939: Fix UAF in j1939_sk_match_filter during setsockopt(SO_J1939_FILTER)Oleksij Rempel
2024-02-14can: j1939: prevent deadlock by changing j1939_socks_lock to rwlockZiqi Zhao
2024-02-14net: remove dev_base_lockEric Dumazet
2024-02-14net: remove dev_base_lock from register_netdevice() and friends.Eric Dumazet
2024-02-14net: remove dev_base_lock from do_setlink()Eric Dumazet
2024-02-14net: add netdev_set_operstate() helperEric Dumazet
2024-02-14net-sysfs: convert netstat_show() to RCUEric Dumazet
2024-02-14net-sysfs: convert dev->operstate reads to lockless onesEric Dumazet
2024-02-14net-sysfs: use dev_addr_sem to remove races in address_show()Eric Dumazet
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-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-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