summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
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-23selftests/bpf: Add test to access const void pointer argument in tracing programKaFai Wan
2025-04-23wifi: mac80211: restructure tx profile retrieval for MLO MBSSIDRameshkumar Sundaram
2025-04-23wifi: nl80211: add link id of transmitted profile for MLO MBSSIDRameshkumar Sundaram
2025-04-23wifi: mac80211: update ML STA with EML capabilitiesRamasamy Kaliappan
2025-04-23wifi: cfg80211: Add support to get EMLSR capabilities of non-AP MLDRamasamy Kaliappan
2025-04-23wifi: mac80211: VLAN traffic in multicast pathMuna Sinada
2025-04-23wifi: mac80211: Create separate links for VLAN interfacesMuna Sinada
2025-04-23wifi: mac80211: Add link iteration macro for link dataMuna Sinada
2025-04-23wifi: mac80211: Replace __get_unaligned_cpu32 in mesh_pathtbl.cJulian Vetter
2025-04-23Revert "mac80211: Dynamically set CoDel parameters per station"Toke Høiland-Jørgensen
2025-04-23wifi: cfg80211/mac80211: remove more 5/10 MHz codeJohannes Berg
2025-04-23wifi: mac80211: Avoid -Wflex-array-member-not-at-end warningsGustavo A. R. Silva
2025-04-23wifi: free SKBTX_WIFI_STATUS skb tx_flags flagJohannes Berg
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-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc3Alexei Starovoitov
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