index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv4
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-09-05
2
-6
/
+25
|
\
\
\
\
\
\
\
|
|
|
/
/
/
/
/
|
|
/
|
|
|
|
|
|
*
|
|
|
|
|
fou: Fix null-ptr-deref in GRO.
Kuniyuki Iwashima
2024-09-04
1
-5
/
+24
|
*
|
|
|
|
|
tcp_bpf: fix return value of tcp_bpf_sendmsg()
Cong Wang
2024-08-30
1
-1
/
+1
*
|
|
|
|
|
|
ipv4: ipmr: Unmask upper DSCP bits in ipmr_queue_xmit()
Ido Schimmel
2024-09-04
1
-2
/
+2
*
|
|
|
|
|
|
ipv4: Unmask upper DSCP bits in __ip_queue_xmit()
Ido Schimmel
2024-09-04
1
-1
/
+1
*
|
|
|
|
|
|
netdev_features: convert NETIF_F_NETNS_LOCAL to dev->netns_local
Alexander Lobakin
2024-09-03
2
-2
/
+2
*
|
|
|
|
|
|
netdev_features: convert NETIF_F_LLTX to dev->lltx
Alexander Lobakin
2024-09-03
3
-3
/
+5
|
|
/
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
|
|
ipv4: Unmask upper DSCP bits in ip_send_unicast_reply()
Ido Schimmel
2024-08-31
1
-1
/
+2
*
|
|
|
|
|
ipv4: Unmask upper DSCP bits when building flow key
Ido Schimmel
2024-08-31
1
-2
/
+2
*
|
|
|
|
|
ipv4: icmp: Unmask upper DSCP bits in icmp_route_lookup()
Ido Schimmel
2024-08-31
1
-1
/
+2
*
|
|
|
|
|
ipv4: Unmask upper DSCP bits in ip_route_output_key_hash()
Ido Schimmel
2024-08-31
1
-1
/
+1
*
|
|
|
|
|
ipv4: Unmask upper DSCP bits in RTM_GETROUTE output route lookup
Ido Schimmel
2024-08-31
1
-1
/
+1
*
|
|
|
|
|
icmp: icmp_msgs_per_sec and icmp_msgs_burst sysctls become per netns
Eric Dumazet
2024-08-30
2
-21
/
+20
*
|
|
|
|
|
icmp: move icmp_global.credit and icmp_global.stamp to per netns storage
Eric Dumazet
2024-08-30
1
-15
/
+11
*
|
|
|
|
|
icmp: change the order of rate limits
Eric Dumazet
2024-08-30
1
-47
/
+56
*
|
|
|
|
|
net/ipv4: net: prefer strscpy over strcpy
Hongbo Li
2024-08-29
3
-3
/
+3
*
|
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-08-29
1
-7
/
+11
|
\
|
|
|
|
|
|
*
|
|
|
|
tcp: fix forever orphan socket caused by tcp_abort
Xueming Feng
2024-08-27
1
-7
/
+11
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
tcp: annotate data-races around tcptw->tw_rcv_nxt
Eric Dumazet
2024-08-28
2
-13
/
+16
*
|
|
|
|
tcp: remove volatile qualifier on tw_substate
Eric Dumazet
2024-08-28
3
-6
/
+6
|
|
/
/
/
|
/
|
|
|
*
|
|
|
net/ipv4: fix macro definition sk_for_each_bound_bhash
Hongbo Li
2024-08-26
1
-1
/
+1
*
|
|
|
tcp: avoid reusing FIN_WAIT2 when trying to find port in connect() process
Jason Xing
2024-08-26
1
-0
/
+3
*
|
|
|
Merge tag 'nf-next-24-08-23' of git://git.kernel.org/pub/scm/linux/kernel/git...
Jakub Kicinski
2024-08-26
1
-2
/
+2
|
\
\
\
\
|
*
|
|
|
netfilter: nf_tables: pass context structure to nft_parse_register_load
Florian Westphal
2024-08-20
1
-2
/
+2
*
|
|
|
|
net: nexthop: delete redundant judgment statements
Li Zetao
2024-08-23
1
-4
/
+2
*
|
|
|
|
ipmr: delete redundant judgment statements
Li Zetao
2024-08-23
1
-2
/
+1
*
|
|
|
|
ipv4: delete redundant judgment statements
Li Zetao
2024-08-23
2
-6
/
+3
*
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-08-22
2
-1
/
+16
|
\
\
\
\
\
|
|
|
/
/
/
|
|
/
|
|
|
|
*
|
|
|
udp: fix receiving fraglist GSO packets
Felix Fietkau
2024-08-21
1
-1
/
+2
|
*
|
|
|
tcp: prevent concurrent execution of tcp_sk_exit_batch
Florian Westphal
2024-08-19
1
-0
/
+14
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
ipv4: Unmask upper DSCP bits when using hints
Ido Schimmel
2024-08-22
1
-1
/
+1
*
|
|
|
ipv4: udp: Unmask upper DSCP bits during early demux
Ido Schimmel
2024-08-22
1
-1
/
+2
*
|
|
|
ipv4: icmp: Pass full DS field to ip_route_input()
Ido Schimmel
2024-08-22
1
-1
/
+1
*
|
|
|
ipv4: Unmask upper DSCP bits in RTM_GETROUTE input route lookup
Ido Schimmel
2024-08-22
1
-1
/
+1
*
|
|
|
ipv4: Unmask upper DSCP bits in input route lookup
Ido Schimmel
2024-08-22
1
-1
/
+1
*
|
|
|
ipv4: Unmask upper DSCP bits in fib_compute_spec_dst()
Ido Schimmel
2024-08-22
1
-1
/
+1
*
|
|
|
ipv4: ipmr: Unmask upper DSCP bits in ipmr_rt_fib_lookup()
Ido Schimmel
2024-08-22
1
-1
/
+2
*
|
|
|
netfilter: nft_fib: Unmask upper DSCP bits
Ido Schimmel
2024-08-22
1
-1
/
+2
*
|
|
|
netfilter: rpfilter: Unmask upper DSCP bits
Ido Schimmel
2024-08-22
1
-1
/
+2
*
|
|
|
ipv4: Unmask upper DSCP bits when constructing the Record Route option
Ido Schimmel
2024-08-22
1
-1
/
+1
*
|
|
|
ipv4: Unmask upper DSCP bits in NETLINK_FIB_LOOKUP family
Ido Schimmel
2024-08-22
1
-1
/
+1
*
|
|
|
l2tp: use skb_queue_purge in l2tp_ip_destroy_sock
James Chapman
2024-08-20
1
-1
/
+0
*
|
|
|
ipv4: Centralize TOS matching
Ido Schimmel
2024-08-20
3
-5
/
+3
*
|
|
|
netfilter: nft_fib: Mask upper DSCP bits before FIB lookup
Ido Schimmel
2024-08-20
1
-3
/
+1
*
|
|
|
ipv4: Mask upper DSCP bits and ECN bits in NETLINK_FIB_LOOKUP family
Ido Schimmel
2024-08-20
1
-1
/
+1
*
|
|
|
tcp_metrics: use netlink policy for IPv6 addr len validation
Jakub Kicinski
2024-08-19
1
-4
/
+6
|
|
/
/
|
/
|
|
*
|
|
ip: Move INFINITY_LIFE_TIME to addrconf.h.
Kuniyuki Iwashima
2024-08-15
1
-2
/
+0
*
|
|
ipv4: Initialise ifa->hash in inet_alloc_ifa().
Kuniyuki Iwashima
2024-08-15
1
-3
/
+3
*
|
|
ipv4: Remove redundant !ifa->ifa_dev check.
Kuniyuki Iwashima
2024-08-15
1
-2
/
+1
*
|
|
ipv4: Set ifa->ifa_dev in inet_alloc_ifa().
Kuniyuki Iwashima
2024-08-15
1
-15
/
+15
[prev]
[next]