summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2025-04-24rxrpc: Remove deadcodeDr. David Alan Gilbert
2025-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-04-24Merge tag 'wireless-2025-04-24' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski
2025-04-24ipv6: Get rid of RTNL for SIOCADDRT and RTM_NEWROUTE.Kuniyuki Iwashima
2025-04-24ipv6: Protect nh->f6i_list with spinlock and flag.Kuniyuki Iwashima
2025-04-24ipv6: Defer fib6_purge_rt() in fib6_add_rt2node() to fib6_add().Kuniyuki Iwashima
2025-04-24ipv6: Protect fib6_link_table() with spinlock.Kuniyuki Iwashima
2025-04-24ipv6: Factorise ip6_route_multipath_add().Kuniyuki Iwashima
2025-04-24ipv6: Rename rt6_nh.next to rt6_nh.list.Kuniyuki Iwashima
2025-04-24ipv6: Don't pass net to ip6_route_info_append().Kuniyuki Iwashima
2025-04-24ipv6: Preallocate nhc_pcpu_rth_output in ip6_route_info_create().Kuniyuki Iwashima
2025-04-24ipv6: Preallocate rt->fib6_nh->rt6i_pcpu in ip6_route_info_create().Kuniyuki Iwashima
2025-04-24ipv6: Split ip6_route_info_create().Kuniyuki Iwashima
2025-04-24ipv6: Move nexthop_find_by_id() after fib6_info_alloc().Kuniyuki Iwashima
2025-04-24ipv6: Check GATEWAY in rtm_to_fib6_multipath_config().Kuniyuki Iwashima
2025-04-24ipv6: Move some validation from ip6_route_info_create() to rtm_to_fib6_config().Kuniyuki Iwashima
2025-04-24ipv6: Get rid of RTNL for SIOCDELRT and RTM_DELROUTE.Kuniyuki Iwashima
2025-04-24ipv6: Validate RTA_GATEWAY of RTA_MULTIPATH in rtm_to_fib6_config().Kuniyuki Iwashima
2025-04-23Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski
2025-04-23net_sched: hfsc: Fix a potential UAF in hfsc_dequeue() tooCong Wang
2025-04-23net_sched: hfsc: Fix a UAF vulnerability in class handlingCong Wang
2025-04-23mptcp: pm: Defer freeing of MPTCP userspace path manager entriesMat Martineau
2025-04-23net: Fix wild-memory-access in __register_pernet_operations() when CONFIG_NET...Kuniyuki Iwashima
2025-04-23wifi: mac80211: restore monitor for outgoing framesJohannes Berg
2025-04-23net: bridge: mcast: update multicast contex when vlan state is changedYong Wang
2025-04-23net: bridge: mcast: re-implement br_multicast_{enable, disable}_port functionsYong Wang
2025-04-22xdp: create locked/unlocked instances of xdp redirect target settersJoshua Washington
2025-04-22net: Drop hold_rtnl arg from ops_undo_list().Kuniyuki Iwashima
2025-04-22tipc: fix NULL pointer dereference in tipc_mon_reinit_self()Tung Nguyen
2025-04-22net: 802: Remove unused p8022 codeDr. David Alan Gilbert
2025-04-22net: lwtunnel: disable BHs when requiredJustin Iurman
2025-04-22net: selftests: initialize TCP header and skb payload with zeroOleksij Rempel
2025-04-22rxrpc: rxgk: Set error code in rxgk_yfs_decode_ticket()Dan Carpenter
2025-04-21Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2025-04-21net: Use nlmsg_payload in rtnetlink fileBreno Leitao
2025-04-21net: Use nlmsg_payload in neighbour fileBreno Leitao
2025-04-21net: fix the missing unlock for detached devicesJakub Kicinski
2025-04-18net: ethtool: mm: reset verification status when link is downFaizal Rahim
2025-04-18net: ethtool: mm: extract stmmac verification logic into common libraryVladimir Oltean
2025-04-17netdev: fix the locking for netdev notificationsJakub Kicinski
2025-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-04-17Merge tag 'net-6.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-04-17bpf: net_sched: Disable attaching bpf qdisc to non rootAmery Hung
2025-04-17bpf: net_sched: Support updating bstatsAmery Hung
2025-04-17bpf: net_sched: Add a qdisc watchdog timerAmery Hung
2025-04-17bpf: net_sched: Add basic bpf qdisc kfuncsAmery Hung
2025-04-17bpf: net_sched: Support implementation of Qdisc_ops in bpfAmery Hung
2025-04-17Merge tag 'nf-25-04-17' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni
2025-04-17Merge tag 'for-net-2025-04-16' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Abeni
2025-04-17net: pktgen: fix code style (WARNING: Prefer strscpy over strcpy)Peter Seiderer