index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Lines
2025-04-24
netfilter: xt_cgroup: Make it independent from net_cls
Michal Koutný
-1
/
+18
2025-04-24
netfilter: xt_IDLETIMER: convert timeouts to secs_to_jiffies()
Easwar Hariharan
-6
/
+6
2025-04-24
ipv6: Get rid of RTNL for SIOCADDRT and RTM_NEWROUTE.
Kuniyuki Iwashima
-8
/
+14
2025-04-24
ipv6: Protect nh->f6i_list with spinlock and flag.
Kuniyuki Iwashima
-8
/
+49
2025-04-24
ipv6: Defer fib6_purge_rt() in fib6_add_rt2node() to fib6_add().
Kuniyuki Iwashima
-7
/
+14
2025-04-24
ipv6: Protect fib6_link_table() with spinlock.
Kuniyuki Iwashima
-5
/
+21
2025-04-24
ipv6: Factorise ip6_route_multipath_add().
Kuniyuki Iwashima
-75
/
+130
2025-04-24
ipv6: Rename rt6_nh.next to rt6_nh.list.
Kuniyuki Iwashima
-7
/
+7
2025-04-24
ipv6: Don't pass net to ip6_route_info_append().
Kuniyuki Iwashima
-4
/
+2
2025-04-24
ipv6: Preallocate nhc_pcpu_rth_output in ip6_route_info_create().
Kuniyuki Iwashima
-4
/
+15
2025-04-24
ipv6: Preallocate rt->fib6_nh->rt6i_pcpu in ip6_route_info_create().
Kuniyuki Iwashima
-3
/
+22
2025-04-24
ipv6: Split ip6_route_info_create().
Kuniyuki Iwashima
-33
/
+62
2025-04-24
ipv6: Move nexthop_find_by_id() after fib6_info_alloc().
Kuniyuki Iwashima
-16
/
+18
2025-04-24
ipv6: Check GATEWAY in rtm_to_fib6_multipath_config().
Kuniyuki Iwashima
-7
/
+9
2025-04-24
ipv6: Move some validation from ip6_route_info_create() to rtm_to_fib6_config().
Kuniyuki Iwashima
-37
/
+42
2025-04-24
ipv6: Get rid of RTNL for SIOCDELRT and RTM_DELROUTE.
Kuniyuki Iwashima
-20
/
+28
2025-04-24
ipv6: Validate RTA_GATEWAY of RTA_MULTIPATH in rtm_to_fib6_config().
Kuniyuki Iwashima
-39
/
+43
2025-04-23
Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...
Jakub Kicinski
-1
/
+278
2025-04-23
net_sched: hfsc: Fix a potential UAF in hfsc_dequeue() too
Cong Wang
-4
/
+10
2025-04-23
net_sched: hfsc: Fix a UAF vulnerability in class handling
Cong Wang
-2
/
+7
2025-04-23
mptcp: pm: Defer freeing of MPTCP userspace path manager entries
Mat Martineau
-1
/
+5
2025-04-23
net: Fix wild-memory-access in __register_pernet_operations() when CONFIG_NET...
Kuniyuki Iwashima
-6
/
+6
2025-04-23
selftests/bpf: Add test to access const void pointer argument in tracing program
KaFai Wan
-1
/
+7
2025-04-23
wifi: mac80211: restructure tx profile retrieval for MLO MBSSID
Rameshkumar Sundaram
-45
/
+96
2025-04-23
wifi: nl80211: add link id of transmitted profile for MLO MBSSID
Rameshkumar Sundaram
-1
/
+23
2025-04-23
wifi: mac80211: update ML STA with EML capabilities
Ramasamy Kaliappan
-0
/
+3
2025-04-23
wifi: cfg80211: Add support to get EMLSR capabilities of non-AP MLD
Ramasamy Kaliappan
-0
/
+18
2025-04-23
wifi: mac80211: VLAN traffic in multicast path
Muna Sinada
-2
/
+4
2025-04-23
wifi: mac80211: Create separate links for VLAN interfaces
Muna Sinada
-5
/
+103
2025-04-23
wifi: mac80211: Add link iteration macro for link data
Muna Sinada
-0
/
+9
2025-04-23
wifi: mac80211: Replace __get_unaligned_cpu32 in mesh_pathtbl.c
Julian Vetter
-1
/
+1
2025-04-23
Revert "mac80211: Dynamically set CoDel parameters per station"
Toke Høiland-Jørgensen
-55
/
+1
2025-04-23
wifi: cfg80211/mac80211: remove more 5/10 MHz code
Johannes Berg
-87
/
+21
2025-04-23
wifi: mac80211: Avoid -Wflex-array-member-not-at-end warnings
Gustavo A. R. Silva
-28
/
+27
2025-04-23
wifi: free SKBTX_WIFI_STATUS skb tx_flags flag
Johannes Berg
-6
/
+6
2025-04-23
wifi: mac80211: restore monitor for outgoing frames
Johannes Berg
-1
/
+7
2025-04-23
net: bridge: mcast: update multicast contex when vlan state is changed
Yong Wang
-3
/
+38
2025-04-23
net: bridge: mcast: re-implement br_multicast_{enable, disable}_port functions
Yong Wang
-8
/
+69
2025-04-22
xdp: create locked/unlocked instances of xdp redirect target setters
Joshua Washington
-4
/
+21
2025-04-22
net: Drop hold_rtnl arg from ops_undo_list().
Kuniyuki Iwashima
-6
/
+8
2025-04-22
tipc: fix NULL pointer dereference in tipc_mon_reinit_self()
Tung Nguyen
-1
/
+2
2025-04-22
net: 802: Remove unused p8022 code
Dr. David Alan Gilbert
-68
/
+2
2025-04-22
net: lwtunnel: disable BHs when required
Justin Iurman
-6
/
+20
2025-04-22
net: selftests: initialize TCP header and skb payload with zero
Oleksij Rempel
-5
/
+13
2025-04-22
rxrpc: rxgk: Set error code in rxgk_yfs_decode_ticket()
Dan Carpenter
-0
/
+1
2025-04-21
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
-4
/
+480
2025-04-21
net: Use nlmsg_payload in rtnetlink file
Breno Leitao
-13
/
+12
2025-04-21
net: Use nlmsg_payload in neighbour file
Breno Leitao
-2
/
+2
2025-04-21
net: fix the missing unlock for detached devices
Jakub Kicinski
-3
/
+6
2025-04-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc3
Alexei Starovoitov
-602
/
+921
[prev]
[next]