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-03-04
net: pktgen: fix access outside of user given buffer in pktgen_if_write()
Peter Seiderer
-60
/
+118
2025-03-04
net: pktgen: fix mpls maximum labels list parsing
Peter Seiderer
-2
/
+4
2025-03-04
net: pktgen: remove some superfluous variable initializing
Peter Seiderer
-2
/
+2
2025-03-04
net: pktgen: remove extra tmp variable (re-use len instead)
Peter Seiderer
-5
/
+4
2025-03-04
net: pktgen: fix mix of int/long
Peter Seiderer
-18
/
+20
2025-03-03
mptcp: Remove unused declaration mptcp_set_owner_r()
Yue Haibing
-1
/
+0
2025-03-03
mptcp: use sock_kmemdup for address entry
Geliang Tang
-2
/
+1
2025-03-03
net: use sock_kmemdup for ip_options
Geliang Tang
-12
/
+5
2025-03-03
sock: add sock_kmemdup helper
Geliang Tang
-0
/
+16
2025-03-03
tcp: tcp_set_window_clamp() cleanup
Eric Dumazet
-18
/
+18
2025-03-03
tcp: remove READ_ONCE(req->ts_recent)
Eric Dumazet
-5
/
+5
2025-03-03
net: gro: convert four dev_net() calls
Eric Dumazet
-4
/
+4
2025-03-03
tcp: convert to dev_net_rcu()
Eric Dumazet
-20
/
+20
2025-03-03
tcp: add four drop reasons to tcp_check_req()
Eric Dumazet
-2
/
+8
2025-03-03
tcp: add a drop_reason pointer to tcp_check_req()
Eric Dumazet
-6
/
+8
2025-03-03
ipv4: fib: Convert RTM_NEWROUTE and RTM_DELROUTE to per-netns RTNL.
Kuniyuki Iwashima
-5
/
+14
2025-03-03
ipv4: fib: Move fib_valid_key_len() to rtm_to_fib_config().
Kuniyuki Iwashima
-24
/
+16
2025-03-03
ipv4: fib: Hold rtnl_net_lock() in ip_rt_ioctl().
Kuniyuki Iwashima
-6
/
+4
2025-03-03
ipv4: fib: Hold rtnl_net_lock() for ip_fib_net_exit().
Kuniyuki Iwashima
-5
/
+7
2025-03-03
ipv4: fib: Namespacify fib_info hash tables.
Kuniyuki Iwashima
-35
/
+26
2025-03-03
ipv4: fib: Add fib_info_hash_grow().
Kuniyuki Iwashima
-44
/
+41
2025-03-03
ipv4: fib: Remove fib_info_hash_size.
Kuniyuki Iwashima
-11
/
+6
2025-03-03
ipv4: fib: Remove fib_info_laddrhash pointer.
Kuniyuki Iwashima
-16
/
+11
2025-03-03
ipv4: fib: Make fib_info_hashfn() return struct hlist_head.
Kuniyuki Iwashima
-19
/
+9
2025-03-03
ipv4: fib: Allocate fib_info_hash[] during netns initialisation.
Kuniyuki Iwashima
-13
/
+43
2025-03-03
ipv4: fib: Allocate fib_info_hash[] and fib_info_laddrhash[] by kvcalloc().
Kuniyuki Iwashima
-18
/
+25
2025-03-03
ipv4: fib: Use cached net in fib_inetaddr_event().
Kuniyuki Iwashima
-2
/
+2
2025-03-03
llc: do not use skb_get() before dev_queue_xmit()
Eric Dumazet
-22
/
+27
2025-03-03
netfilter: nft_ct: Use __refcount_inc() for per-CPU nft_ct_pcpu_template.
Sebastian Andrzej Siewior
-2
/
+4
2025-03-03
wifi: cfg80211: regulatory: improve invalid hints checking
Nikita Zhandarovich
-1
/
+2
2025-03-02
net/tls: use the new scatterwalk functions
Eric Biggers
-25
/
+6
2025-02-28
net: gso: fix ownership in __udp_gso_segment
Antoine Tenart
-2
/
+6
2025-02-28
inet: ping: avoid skb_clone() dance in ping_rcv()
Eric Dumazet
-22
/
+10
2025-02-28
ipv4: icmp: do not process ICMP_EXT_ECHOREPLY for broadcast/multicast addresses
Eric Dumazet
-16
/
+16
2025-02-28
wifi: mac80211: refactor populating mesh related fields in sinfo
Sarika Sharma
-29
/
+35
2025-02-28
wifi: cfg80211: reorg sinfo structure elements for mesh
Sarika Sharma
-5
/
+6
2025-02-27
net: sched: Remove newline at the end of a netlink error message
Gal Pressman
-1
/
+1
2025-02-27
net-sysfs: remove unused initial ret values
Antoine Tenart
-5
/
+5
2025-02-27
Bluetooth: Add check for mgmt_alloc_skb() in mgmt_device_connected()
Haoxiang Li
-0
/
+3
2025-02-27
Bluetooth: Add check for mgmt_alloc_skb() in mgmt_remote_name()
Haoxiang Li
-0
/
+2
2025-02-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-153
/
+233
2025-02-27
Merge tag 'net-6.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
-119
/
+139
2025-02-27
net: ipv6: fix dst ref loop on input in rpl lwt
Justin Iurman
-2
/
+12
2025-02-27
net: ipv6: fix dst ref loop on input in seg6 lwt
Justin Iurman
-2
/
+12
2025-02-27
xdp: remove xdp_alloc_skb_bulk()
Alexander Lobakin
-10
/
+0
2025-02-27
net: skbuff: introduce napi_skb_cache_get_bulk()
Alexander Lobakin
-0
/
+62
2025-02-27
net: gro: expose GRO init/cleanup to use outside of NAPI
Alexander Lobakin
-34
/
+37
2025-02-27
net: gro: decouple GRO from the NAPI layer
Alexander Lobakin
-70
/
+65
2025-02-27
pktgen: avoid unused-const-variable warning
Arnd Bergmann
-7
/
+2
2025-02-26
net: move aRFS rmap management and CPU affinity to core
Ahmed Zaki
-0
/
+169
[prev]
[next]