index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv4
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-05
tcp: count CLOSE-WAIT sockets for TCP_MIB_CURRESTAB
Jason Xing
1
-1
/
+5
2024-06-05
tcp: annotate data-races around tw->tw_ts_recent and tw->tw_ts_recent_stamp
Eric Dumazet
2
-13
/
+21
2024-06-05
net: remove NULL-pointer net parameter in ip_metrics_convert
Jason Xing
3
-13
/
+11
2024-06-04
tcp: wrap mptcp and decrypted checks into tcp_skb_can_collapse_rx()
Jakub Kicinski
2
-10
/
+4
2024-06-04
net: tls: fix marking packets as decrypted
Jakub Kicinski
1
-0
/
+3
2024-06-01
net/tcp: Don't consider TCP_CLOSE in TCP_AO_ESTABLISHED
Dmitry Safonov
1
-4
/
+9
2024-05-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
6
-26
/
+21
2024-05-30
bpf: pass bpf_struct_ops_link to callbacks in bpf_struct_ops.
Kui-Feng Lee
1
-3
/
+3
2024-05-30
Merge tag 'nf-24-05-29' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...
Paolo Abeni
1
-0
/
+2
2024-05-29
ipv4: correctly iterate over the target netns in inet_dump_ifaddr()
Alexander Mikhalitsyn
1
-1
/
+1
2024-05-29
net: fix __dst_negative_advice() race
Eric Dumazet
1
-14
/
+8
2024-05-29
tcp: fix races in tcp_v[46]_err()
Eric Dumazet
1
-8
/
+3
2024-05-29
tcp: fix races in tcp_abort()
Eric Dumazet
1
-5
/
+1
2024-05-29
tcp: fix race in tcp_write_err()
Eric Dumazet
1
-5
/
+1
2024-05-29
tcp: add tcp_done_with_error() helper
Eric Dumazet
2
-12
/
+22
2024-05-28
net/ipv4/sysctl: constify ctl_table arguments of utility functions
Thomas Weißschuh
1
-2
/
+4
2024-05-29
netfilter: tproxy: bail out if IP has been disabled on the device
Florian Westphal
1
-0
/
+2
2024-05-28
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
6
-15
/
+21
2024-05-27
tcp: reduce accepted window in NEW_SYN_RECV state
Eric Dumazet
2
-8
/
+6
2024-05-27
net: gro: initialize network_offset in network layer
Willem de Bruijn
1
-1
/
+1
2024-05-27
ipv4: Fix address dump when IPv4 is disabled on an interface
Ido Schimmel
1
-2
/
+3
2024-05-23
net: Add additional bit to support clockid_t timestamp type
Abhishek Chauhan
3
-2
/
+7
2024-05-23
net: Rename mono_delivery_time to tstamp_type for scalabilty
Abhishek Chauhan
4
-13
/
+14
2024-05-23
Merge tag 'net-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
3
-3
/
+16
2024-05-23
net: relax socket state check at accept time.
Paolo Abeni
1
-1
/
+3
2024-05-23
tcp: remove 64 KByte limit for initial tp->rcv_wnd value
Jason Xing
1
-1
/
+1
2024-05-23
net: esp: cleanup esp_output_tail_tcp() in case of unsupported ESPINTCP
Hagar Hemdan
1
-2
/
+1
2024-05-21
tcp: Fix shift-out-of-bounds in dctcp_update_alpha().
Kuniyuki Iwashima
1
-1
/
+12
2024-05-18
Merge tag 'net-accept-more-20240515' of git://git.kernel.dk/linux
Linus Torvalds
2
-8
/
+9
2024-05-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-6
/
+14
2024-05-13
tcp: rstreason: fully support in tcp_check_req()
Jason Xing
1
-1
/
+1
2024-05-13
tcp: rstreason: handle timewait cases in the receive path
Jason Xing
1
-1
/
+1
2024-05-13
net: pass back whether socket was empty post accept
Jens Axboe
1
-0
/
+1
2024-05-13
net: change proto and proto_ops accept type
Jens Axboe
2
-8
/
+8
2024-05-13
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
3
-3
/
+7
2024-05-13
netlabel: fix RCU annotation for IPv4 options on socket creation
Davide Caratti
1
-3
/
+4
2024-05-13
tcp: socket option to check for MPTCP fallback to TCP
Matthieu Baerts (NGI0)
1
-0
/
+3
2024-05-13
net: gro: move L3 flush checks to tcp_gro_receive and udp_gro_receive_segment
Richard Gobert
3
-62
/
+5
2024-05-13
net: gro: use cb instead of skb->network_header
Richard Gobert
2
-5
/
+2
2024-05-13
inet: fix inet_fill_ifaddr() flags truncation
Eric Dumazet
1
-3
/
+10
2024-05-13
Merge tag 'nf-next-24-05-12' of git://git.kernel.org/pub/scm/linux/kernel/git...
Jakub Kicinski
1
-1
/
+1
2024-05-09
tcp: get rid of twsk_unique()
Eric Dumazet
2
-2
/
+2
2024-05-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
5
-5
/
+19
2024-05-08
net/ipv4: add tracepoint for icmp_send
Peilin He
1
-0
/
+4
2024-05-07
net: annotate writes on dev->mtu from ndo_change_mtu()
Eric Dumazet
2
-3
/
+3
2024-05-07
rtnetlink: allow rtnl_fill_link_netnsid() to run under RCU protection
Eric Dumazet
1
-1
/
+1
2024-05-06
Merge tag 'ipsec-next-2024-05-03' of git://git.kernel.org/pub/scm/linux/kerne...
Jakub Kicinski
3
-27
/
+0
2024-05-06
netfilter: use NF_DROP instead of -NF_DROP
Jason Xing
1
-1
/
+1
2024-05-06
net: add heuristic for enabling TCP fraglist GRO
Felix Fietkau
1
-0
/
+32
2024-05-06
net: create tcp_gro_header_pull helper function
Felix Fietkau
1
-21
/
+34
[prev]
[next]