index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-21
Merge tag 'net-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
7
-33
/
+28
2024-03-19
Merge tag 'ipsec-2024-03-19' of git://git.kernel.org/pub/scm/linux/kernel/git...
Jakub Kicinski
1
-4
/
+4
2024-03-19
tcp: Clear req->syncookie in reqsk_alloc().
Kuniyuki Iwashima
1
-0
/
+3
2024-03-19
ipv4: raw: Fix sending packets from raw sockets via IPsec tunnels
Tobias Brunner
1
-0
/
+1
2024-03-18
Revert "net: Re-use and set mono_delivery_time bit for userspace tstamp packets"
Abhishek Chauhan
2
-2
/
+0
2024-03-18
net: esp: fix bad handling of pages from page_pool
Dragos Tatulea
1
-4
/
+4
2024-03-14
Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-1
/
+1
2024-03-14
tcp: Fix refcnt handling in __inet_hash_connect().
Kuniyuki Iwashima
1
-1
/
+1
2024-03-12
rds: tcp: Fix use-after-free of net in reqsk_timer_handler().
Kuniyuki Iwashima
1
-4
/
+0
2024-03-12
tcp: Fix NEW_SYN_RECV handling in inet_twsk_purge()
Eric Dumazet
1
-22
/
+19
2024-03-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+14
2024-03-11
nexthop: Fix splat with CONFIG_DEBUG_PREEMPT=y
Ido Schimmel
1
-1
/
+2
2024-03-11
nexthop: Fix out-of-bounds access during attribute validation
Ido Schimmel
1
-12
/
+17
2024-03-11
nexthop: Only parse NHA_OP_FLAGS for dump messages that require it
Ido Schimmel
1
-5
/
+5
2024-03-11
nexthop: Only parse NHA_OP_FLAGS for get messages that require it
Ido Schimmel
1
-8
/
+8
2024-03-11
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-5
/
+1
2024-03-11
net: nexthop: Have all NH notifiers carry NH ID
Petr Machata
1
-1
/
+1
2024-03-11
net: nexthop: Initialize NH group ID in resilient NH group notifiers
Petr Machata
1
-0
/
+1
2024-03-11
tcp: annotate a data-race around sysctl_tcp_wmem[0]
Jason Xing
1
-1
/
+1
2024-03-11
udp: no longer touch sk->sk_refcnt in early demux
Eric Dumazet
1
-2
/
+3
2024-03-11
udp: fix incorrect parameter validation in the udp_lib_getsockopt() function
Gavrilov Ilia
1
-2
/
+2
2024-03-11
ipmr: fix incorrect parameter validation in the ip_mroute_getsockopt() function
Gavrilov Ilia
1
-1
/
+3
2024-03-11
tcp: fix incorrect parameter validation in the do_tcp_getsockopt() function
Gavrilov Ilia
1
-2
/
+2
2024-03-08
ipv4: raw: check sk->sk_rcvbuf earlier
Eric Dumazet
1
-0
/
+7
2024-03-08
nexthop: Simplify dump error handling
Ido Schimmel
1
-9
/
+0
2024-03-08
net: nexthop: Expose nexthop group HW stats to user space
Ido Schimmel
1
-8
/
+122
2024-03-08
net: nexthop: Add ability to enable / disable hardware statistics
Ido Schimmel
1
-1
/
+14
2024-03-08
net: nexthop: Add hardware statistics notifications
Ido Schimmel
1
-0
/
+2
2024-03-08
net: nexthop: Expose nexthop group stats to user space
Ido Schimmel
1
-8
/
+87
2024-03-08
net: nexthop: Add nexthop group entry stats
Ido Schimmel
1
-4
/
+31
2024-03-08
net: nexthop: Add NHA_OP_FLAGS
Petr Machata
1
-4
/
+20
2024-03-08
net: nexthop: Adjust netlink policy parsing for a new attribute
Petr Machata
1
-30
/
+28
2024-03-08
net: ip_tunnel: make sure to pull inner header in ip_tunnel_rcv()
Eric Dumazet
1
-1
/
+14
2024-03-07
net: introduce include/net/rps.h
Eric Dumazet
2
-0
/
+2
2024-03-07
inet: move inet_ehash_secret and udp_ehash_secret into net_hotdata
Eric Dumazet
2
-4
/
+1
2024-03-07
inet: move tcp_protocol and udp_protocol to net_hotdata
Eric Dumazet
1
-15
/
+15
2024-03-07
udp: move udpv4_offload and udpv6_offload to net_hotdata
Eric Dumazet
1
-9
/
+8
2024-03-07
net: move tcpv4_offload and tcpv6_offload to net_hotdata
Eric Dumazet
1
-9
/
+8
2024-03-07
net: move ip_packet_offload and ipv6_packet_offload to net_hotdata
Eric Dumazet
1
-9
/
+9
2024-03-07
netlink: let core handle error cases in dump operations
Eric Dumazet
2
-10
/
+1
2024-03-06
Normalise "name (ad@dr)" MODULE_AUTHORs to "name <ad@dr>"
Ahelenia ZiemiaĆska
1
-1
/
+1
2024-03-06
inet: Add getsockopt support for IP_ROUTER_ALERT and IPV6_ROUTER_ALERT
Juntong Deng
1
-3
/
+10
2024-03-05
sock: Use unsafe_memcpy() for sock_copy()
Kees Cook
1
-2
/
+3
2024-03-05
net: Re-use and set mono_delivery_time bit for userspace tstamp packets
Abhishek Chauhan
2
-0
/
+2
2024-03-05
tcp: gro: micro optimizations in tcp[4]_gro_complete()
Eric Dumazet
1
-8
/
+9
2024-03-05
net: gro: rename skb_gro_header_hard()
Eric Dumazet
3
-3
/
+3
2024-03-04
tcp: align tcp_sock_write_rx group
Eric Dumazet
1
-1
/
+1
2024-03-04
bpf, net: validate struct_ops when updating value.
Kui-Feng Lee
1
-5
/
+1
2024-03-04
net: adopt skb_network_offset() and similar helpers
Eric Dumazet
2
-2
/
+2
2024-03-02
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
5
-10
/
+10
[next]