index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-23
tcp: fix cookie_init_timestamp() overflows
Eric Dumazet
1
-13
/
+7
2023-10-20
net: fix IPSTATS_MIB_OUTPKGS increment in OutForwDatagrams.
Heng Guo
2
-1
/
+4
2023-10-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
10
-39
/
+70
2023-10-19
tcp: check mptcp-level constraints for backlog coalescing
Paolo Abeni
1
-0
/
+1
2023-10-19
inet: lock the socket in ip_sock_set_tos()
Eric Dumazet
1
-2
/
+9
2023-10-18
ipv4: fib: annotate races around nh->nh_saddr_genid and nh->nh_saddr
Eric Dumazet
1
-5
/
+9
2023-10-18
tcp_bpf: properly release resources on error paths
Paolo Abeni
1
-4
/
+12
2023-10-18
tcp: tsq: relax tcp_small_queue_check() when rtx queue contains a single skb
Eric Dumazet
1
-2
/
+14
2023-10-18
netfilter: xt_mangle: only check verdict part of return value
Florian Westphal
1
-4
/
+5
2023-10-17
Merge tag 'ipsec-2023-10-17' of git://git.kernel.org/pub/scm/linux/kernel/git...
Jakub Kicinski
1
-1
/
+3
2023-10-17
tcp: fix excessive TLP and RACK timeouts from HZ rounding
Neal Cardwell
2
-5
/
+6
2023-10-16
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
4
-9
/
+13
2023-10-16
tcp: Set pingpong threshold via sysctl
Haiyang Zhang
3
-2
/
+12
2023-10-16
ipv4: use tunnel flow flags for tunnel route lookups
Beniamino Galvani
1
-0
/
+1
2023-10-16
ipv4: add new arguments to udp_tunnel_dst_lookup()
Beniamino Galvani
1
-13
/
+13
2023-10-16
ipv4: remove "proto" argument from udp_tunnel_dst_lookup()
Beniamino Galvani
1
-2
/
+2
2023-10-16
ipv4: rename and move ip_route_output_tunnel()
Beniamino Galvani
2
-48
/
+48
2023-10-13
tcp: allow again tcp_disconnect() when threads are waiting
Paolo Abeni
4
-11
/
+20
2023-10-13
net/bpf: Avoid unused "sin_addr_len" warning when CONFIG_CGROUP_BPF is not set
Martin KaFai Lau
1
-1
/
+1
2023-10-13
tcp: Fix listen() warning with v4-mapped-v6 address.
Kuniyuki Iwashima
1
-15
/
+9
2023-10-13
net: fix IPSTATS_MIB_OUTFORWDATAGRAMS increment after fragment check
Heng Guo
1
-2
/
+2
2023-10-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+1
2023-10-11
net: tcp: fix crashes trying to free half-baked MTU probes
Jakub Kicinski
1
-0
/
+1
2023-10-11
bpf: Propagate modified uaddrlen from cgroup sockaddr programs
Daan De Meyer
4
-8
/
+12
2023-10-10
tcp: change data receiver flowlabel after one dup
David Morley
1
-3
/
+11
2023-10-10
tcp: record last received ipv6 flowlabel
David Morley
3
-3
/
+18
2023-10-10
net: ipv4: fix return value check in esp_remove_trailer
Ma Ke
1
-1
/
+3
2023-10-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
7
-13
/
+28
2023-10-04
tcp: fix delayed ACKs for MSS boundary condition
Neal Cardwell
1
-0
/
+13
2023-10-04
tcp: fix quick-ack counting to count actual ACKs of new data
Neal Cardwell
1
-4
/
+3
2023-10-04
ipv4: Set offload_failed flag in fibmatch results
Benjamin Poirier
1
-0
/
+2
2023-10-04
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2
-9
/
+5
2023-10-03
udp_tunnel: Use flex array to simplify code
Christophe JAILLET
1
-9
/
+2
2023-10-03
tcp_metrics: optimize tcp_metrics_flush_all()
Eric Dumazet
1
-2
/
+5
2023-10-03
tcp_metrics: do not create an entry from tcp_init_metrics()
Eric Dumazet
1
-1
/
+1
2023-10-03
tcp_metrics: properly set tp->snd_ssthresh in tcp_init_metrics()
Eric Dumazet
1
-5
/
+4
2023-10-03
tcp_metrics: add missing barriers on delete
Eric Dumazet
1
-2
/
+2
2023-10-03
ipv4/fib: send notify when delete source address routes
Hangbin Liu
2
-0
/
+5
2023-10-01
inet: implement lockless getsockopt(IP_MULTICAST_IF)
Eric Dumazet
5
-21
/
+20
2023-10-01
inet: lockless IP_PKTOPTIONS implementation
Eric Dumazet
1
-39
/
+37
2023-10-01
inet: implement lockless getsockopt(IP_UNICAST_IF)
Eric Dumazet
5
-18
/
+21
2023-10-01
inet: lockless getsockopt(IP_MTU)
Eric Dumazet
1
-11
/
+9
2023-10-01
inet: lockless getsockopt(IP_OPTIONS)
Eric Dumazet
1
-10
/
+10
2023-10-01
inet: implement lockless IP_TOS
Eric Dumazet
4
-24
/
+20
2023-10-01
inet: implement lockless IP_MTU_DISCOVER
Eric Dumazet
5
-17
/
+13
2023-10-01
inet: implement lockless IP_MULTICAST_TTL
Eric Dumazet
2
-16
/
+17
2023-10-01
net: annotate data-races around sk->sk_dst_pending_confirm
Eric Dumazet
1
-1
/
+1
2023-10-01
net: implement lockless SO_MAX_PACING_RATE
Eric Dumazet
3
-12
/
+14
2023-10-01
net: implement lockless SO_PRIORITY
Eric Dumazet
4
-4
/
+4
2023-10-01
tcp: derive delack_max from rto_min
Eric Dumazet
2
-2
/
+17
[next]