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
/
include
/
net
/
ip.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
ipmr: fix kernel panic when forwarding mcast packets
Nicolas Dichtel
2024-01-26
1
-1
/
+1
*
inet: returns a bool from inet_sk_get_local_port_range()
Eric Dumazet
2023-12-15
1
-1
/
+1
*
Use READ/WRITE_ONCE() for IP local_port_range.
David Laight
2023-12-08
1
-1
/
+7
*
inet: lock the socket in ip_sock_set_tos()
Eric Dumazet
2023-10-19
1
-0
/
+1
*
inet: implement lockless IP_TOS
Eric Dumazet
2023-10-01
1
-2
/
+1
*
inet: implement lockless IP_MTU_DISCOVER
Eric Dumazet
2023-10-01
1
-5
/
+8
*
ipv4: ignore dst hint for multipath routes
Sriram Yagnaraman
2023-09-01
1
-0
/
+1
*
net: annotate data-races around sk->sk_tsflags
Eric Dumazet
2023-09-01
1
-1
/
+1
*
ipv4: fix data-races around inet->inet_id
Eric Dumazet
2023-08-20
1
-2
/
+13
*
net: annotate data-races around sk->sk_mark
Eric Dumazet
2023-07-29
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-05-25
1
-0
/
+2
|
\
|
*
ipv{4,6}/raw: fix output xfrm lookup wrt protocol
Nicolas Dichtel
2023-05-23
1
-0
/
+2
*
|
net: ipv4: use consistent txhash in TIME_WAIT and SYN_RECV
Antoine Tenart
2023-05-25
1
-1
/
+1
*
|
raw: Stop using RTO_ONLINK.
Guillaume Nault
2023-05-24
1
-5
/
+0
*
|
ping: Stop using RTO_ONLINK.
Guillaume Nault
2023-05-24
1
-0
/
+13
*
|
ip: Remove ip_append_page()
David Howells
2023-05-23
1
-2
/
+0
|
/
*
inet: Add IP_LOCAL_PORT_RANGE socket option
Jakub Sitnicki
2023-01-25
1
-1
/
+2
*
net: use struct_group to copy ip/ipv6 header addresses
Hangbin Liu
2022-11-17
1
-1
/
+1
*
bpf: Change bpf_getsockopt(SOL_IP) to reuse do_ip_getsockopt()
Martin KaFai Lau
2022-09-02
1
-0
/
+2
*
bpf: Change bpf_setsockopt(SOL_IP) to reuse do_ip_setsockopt()
Martin KaFai Lau
2022-08-18
1
-0
/
+2
*
ip: Fix data-races around sysctl_ip_prot_sock.
Kuniyuki Iwashima
2022-07-20
1
-1
/
+1
*
ip: Fix a data-race around sysctl_fwmark_reflect.
Kuniyuki Iwashima
2022-07-15
1
-1
/
+1
*
ip: Fix data-races around sysctl_ip_fwd_use_pmtu.
Kuniyuki Iwashima
2022-07-15
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-05-19
1
-0
/
+1
|
\
|
*
xfrm: fix "disable_policy" flag use when arriving from different devices
Eyal Birger
2022-05-16
1
-0
/
+1
*
|
net: annotate races around sk->sk_bound_dev_if
Eric Dumazet
2022-05-16
1
-1
/
+1
|
/
*
ipv4: Make ip_idents_reserve static
David Ahern
2022-01-31
1
-1
/
+0
*
ipv4: drop fragmentation code from ip_options_build()
Jakub Kicinski
2022-01-29
1
-1
/
+1
*
ipv4: avoid using shared IP generator for connected sockets
Eric Dumazet
2022-01-27
1
-11
/
+10
*
ipv4: Exposing __ip_sock_set_tos() in ip.h
Poorva Sonparote
2021-11-20
1
-0
/
+1
*
net: move gro definitions to include/net/gro.h
Eric Dumazet
2021-11-16
1
-8
/
+0
*
ipv4: guard IP_MINTTL with a static key
Eric Dumazet
2021-10-25
1
-0
/
+2
*
net: snmp: inline snmp_get_cpu_field()
Eric Dumazet
2021-09-30
1
-1
/
+5
*
net: ipv4: Consolidate ipv4_mtu and ip_dst_mtu_maybe_forward
Vadim Fedorenko
2021-07-21
1
-4
/
+18
*
net: lwtunnel: handle MTU calculation in forwading
Vadim Fedorenko
2021-06-28
1
-4
/
+8
*
inet: constify inet_sdif() argument
Eric Dumazet
2020-11-10
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-10-05
1
-0
/
+6
|
\
|
*
net/ipv4: always honour route mtu during forwarding
Maciej Żenczykowski
2020-09-24
1
-0
/
+6
*
|
ip: pass tos into ip_build_and_send_pkt()
Wei Wang
2020-09-10
1
-1
/
+1
|
/
*
net: pass a sockptr_t into ->setsockopt
Christoph Hellwig
2020-07-24
1
-1
/
+1
*
net/ipv4: merge ip_options_get and ip_options_get_from_user
Christoph Hellwig
2020-07-24
1
-3
/
+2
*
net/ipv4: remove compat_ip_{get,set}sockopt
Christoph Hellwig
2020-07-19
1
-4
/
+0
*
tcp: remove indirect calls for icsk->icsk_af_ops->queue_xmit
Eric Dumazet
2020-06-20
1
-5
/
+1
*
ipv4: add ip_sock_set_pktinfo
Christoph Hellwig
2020-05-28
1
-0
/
+1
*
ipv4: add ip_sock_set_mtu_discover
Christoph Hellwig
2020-05-28
1
-0
/
+1
*
ipv4: add ip_sock_set_recverr
Christoph Hellwig
2020-05-28
1
-0
/
+1
*
ipv4: add ip_sock_set_freebind
Christoph Hellwig
2020-05-28
1
-0
/
+1
*
ipv4: add ip_sock_set_tos
Christoph Hellwig
2020-05-28
1
-0
/
+2
*
inet: protect against too small mtu values.
Eric Dumazet
2019-12-07
1
-0
/
+5
*
net: inet_is_local_reserved_port() port arg should be unsigned short
Maciej Żenczykowski
2019-11-26
1
-2
/
+2
[next]