index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
include
/
net
/
ip.h
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-04-03
net: use netif_disable_lro in ipv6_add_dev
Stanislav Fomichev
1
-8
/
+8
2025-03-06
inet: call inet6_ehashfn() once from inet6_hash_connect()
Eric Dumazet
1
-1
/
+1
2025-02-18
ipv4: remove get_rttos
Willem de Bruijn
1
-8
/
+3
2025-02-18
ipv4: initialize inet socket cookies with sockcm_init
Willem de Bruijn
1
-3
/
+2
2025-02-14
net: introduce EXPORT_IPV6_MOD() and EXPORT_IPV6_MOD_GPL()
Eric Dumazet
1
-0
/
+8
2025-02-06
ipv4: use RCU protection in ip_dst_mtu_maybe_forward()
Eric Dumazet
1
-3
/
+10
2024-12-16
sock: support SO_PRIORITY cmsg
Anna Emese Nyiri
1
-1
/
+1
2024-10-23
ipv4: Switch inet_addr_hash() to less predictable hash.
Kuniyuki Iwashima
1
-0
/
+5
2024-10-14
ipv4: tcp: give socket pointer to control skbs
Eric Dumazet
1
-1
/
+2
2024-10-03
ipv4: Convert ip_route_input() to dscp_t.
Guillaume Nault
1
-0
/
+5
2024-08-31
ipv4: Unmask upper DSCP bits in get_rttos()
Ido Schimmel
1
-1
/
+4
2024-08-30
icmp: icmp_msgs_per_sec and icmp_msgs_burst sysctls become per netns
Eric Dumazet
1
-3
/
+0
2024-08-30
icmp: move icmp_global.credit and icmp_global.stamp to per netns storage
Eric Dumazet
1
-2
/
+2
2024-08-30
icmp: change the order of rate limits
Eric Dumazet
1
-0
/
+2
2024-06-05
net: remove NULL-pointer net parameter in ip_metrics_convert
Jason Xing
1
-2
/
+1
2024-04-30
inet: introduce dst_rtable() helper
Eric Dumazet
1
-2
/
+2
2024-01-26
ipmr: fix kernel panic when forwarding mcast packets
Nicolas Dichtel
1
-1
/
+1
2023-12-15
inet: returns a bool from inet_sk_get_local_port_range()
Eric Dumazet
1
-1
/
+1
2023-12-08
Use READ/WRITE_ONCE() for IP local_port_range.
David Laight
1
-1
/
+7
2023-10-19
inet: lock the socket in ip_sock_set_tos()
Eric Dumazet
1
-0
/
+1
2023-10-01
inet: implement lockless IP_TOS
Eric Dumazet
1
-2
/
+1
2023-10-01
inet: implement lockless IP_MTU_DISCOVER
Eric Dumazet
1
-5
/
+8
2023-09-01
ipv4: ignore dst hint for multipath routes
Sriram Yagnaraman
1
-0
/
+1
2023-09-01
net: annotate data-races around sk->sk_tsflags
Eric Dumazet
1
-1
/
+1
2023-08-20
ipv4: fix data-races around inet->inet_id
Eric Dumazet
1
-2
/
+13
2023-07-29
net: annotate data-races around sk->sk_mark
Eric Dumazet
1
-1
/
+1
2023-05-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+2
2023-05-25
net: ipv4: use consistent txhash in TIME_WAIT and SYN_RECV
Antoine Tenart
1
-1
/
+1
2023-05-24
raw: Stop using RTO_ONLINK.
Guillaume Nault
1
-5
/
+0
2023-05-24
ping: Stop using RTO_ONLINK.
Guillaume Nault
1
-0
/
+13
2023-05-23
ip: Remove ip_append_page()
David Howells
1
-2
/
+0
2023-05-23
ipv{4,6}/raw: fix output xfrm lookup wrt protocol
Nicolas Dichtel
1
-0
/
+2
2023-01-25
inet: Add IP_LOCAL_PORT_RANGE socket option
Jakub Sitnicki
1
-1
/
+2
2022-11-17
net: use struct_group to copy ip/ipv6 header addresses
Hangbin Liu
1
-1
/
+1
2022-09-02
bpf: Change bpf_getsockopt(SOL_IP) to reuse do_ip_getsockopt()
Martin KaFai Lau
1
-0
/
+2
2022-08-18
bpf: Change bpf_setsockopt(SOL_IP) to reuse do_ip_setsockopt()
Martin KaFai Lau
1
-0
/
+2
2022-07-20
ip: Fix data-races around sysctl_ip_prot_sock.
Kuniyuki Iwashima
1
-1
/
+1
2022-07-15
ip: Fix a data-race around sysctl_fwmark_reflect.
Kuniyuki Iwashima
1
-1
/
+1
2022-07-15
ip: Fix data-races around sysctl_ip_fwd_use_pmtu.
Kuniyuki Iwashima
1
-1
/
+1
2022-05-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+1
2022-05-16
net: annotate races around sk->sk_bound_dev_if
Eric Dumazet
1
-1
/
+1
2022-05-16
xfrm: fix "disable_policy" flag use when arriving from different devices
Eyal Birger
1
-0
/
+1
2022-01-31
ipv4: Make ip_idents_reserve static
David Ahern
1
-1
/
+0
2022-01-29
ipv4: drop fragmentation code from ip_options_build()
Jakub Kicinski
1
-1
/
+1
2022-01-27
ipv4: avoid using shared IP generator for connected sockets
Eric Dumazet
1
-11
/
+10
2021-11-20
ipv4: Exposing __ip_sock_set_tos() in ip.h
Poorva Sonparote
1
-0
/
+1
2021-11-16
net: move gro definitions to include/net/gro.h
Eric Dumazet
1
-8
/
+0
2021-10-25
ipv4: guard IP_MINTTL with a static key
Eric Dumazet
1
-0
/
+2
2021-09-30
net: snmp: inline snmp_get_cpu_field()
Eric Dumazet
1
-1
/
+5
2021-07-21
net: ipv4: Consolidate ipv4_mtu and ip_dst_mtu_maybe_forward
Vadim Fedorenko
1
-4
/
+18
[next]