index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
af_inet.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: gro: initialize network_offset in network layer
Willem de Bruijn
2024-05-28
1
-1
/
+1
*
Merge tag 'net-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2024-05-23
1
-1
/
+3
|
\
|
*
net: relax socket state check at accept time.
Paolo Abeni
2024-05-23
1
-1
/
+3
*
|
Merge tag 'net-accept-more-20240515' of git://git.kernel.dk/linux
Linus Torvalds
2024-05-18
1
-5
/
+5
|
\
\
|
|
/
|
/
|
|
*
net: change proto and proto_ops accept type
Jens Axboe
2024-05-14
1
-5
/
+5
*
|
net: gro: move L3 flush checks to tcp_gro_receive and udp_gro_receive_segment
Richard Gobert
2024-05-13
1
-40
/
+1
*
|
net: gro: use cb instead of skb->network_header
Richard Gobert
2024-05-13
1
-4
/
+0
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-05-02
1
-0
/
+1
|
\
|
*
net: gro: fix udp bad offset in socket lookup by adding {inner_}network_offse...
Richard Gobert
2024-05-02
1
-0
/
+1
*
|
inet: introduce dst_rtable() helper
Eric Dumazet
2024-05-01
1
-1
/
+1
*
|
tcp: add support for SO_PEEK_OFF socket option
Jon Maloy
2024-04-12
1
-0
/
+1
|
/
*
net: introduce include/net/rps.h
Eric Dumazet
2024-03-08
1
-0
/
+1
*
inet: move tcp_protocol and udp_protocol to net_hotdata
Eric Dumazet
2024-03-08
1
-15
/
+15
*
net: move ip_packet_offload and ipv6_packet_offload to net_hotdata
Eric Dumazet
2024-03-08
1
-9
/
+9
*
udp: add local "peek offset enabled" flag
Paolo Abeni
2024-02-22
1
-1
/
+1
*
ipv4: Set the routing scope properly in ip_route_output_ports().
Guillaume Nault
2024-02-13
1
-1
/
+1
*
inet: read sk->sk_family once in inet_recv_error()
Eric Dumazet
2024-02-04
1
-2
/
+4
*
tcp: make sure init the accept_queue's spinlocks once
Zhengchao Shao
2024-01-20
1
-0
/
+3
*
sctp: support MSG_ERRQUEUE flag in recvmsg()
Eric Dumazet
2023-12-14
1
-0
/
+1
*
Use READ/WRITE_ONCE() for IP local_port_range.
David Laight
2023-12-08
1
-3
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-10-19
1
-2
/
+8
|
\
|
*
tcp: allow again tcp_disconnect() when threads are waiting
Paolo Abeni
2023-10-14
1
-2
/
+8
*
|
net/bpf: Avoid unused "sin_addr_len" warning when CONFIG_CGROUP_BPF is not set
Martin KaFai Lau
2023-10-13
1
-1
/
+1
*
|
bpf: Propagate modified uaddrlen from cgroup sockaddr programs
Daan De Meyer
2023-10-12
1
-3
/
+4
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-08-24
1
-1
/
+1
|
\
|
*
ipv4: fix data-races around inet->inet_id
Eric Dumazet
2023-08-20
1
-1
/
+1
*
|
inet: move inet->defer_connect to inet->inet_flags
Eric Dumazet
2023-08-16
1
-2
/
+2
*
|
inet: move inet->bind_address_no_port to inet->inet_flags
Eric Dumazet
2023-08-16
1
-1
/
+1
*
|
inet: move inet->nodefrag to inet->inet_flags
Eric Dumazet
2023-08-16
1
-1
/
+1
*
|
inet: move inet->is_icsk to inet->inet_flags
Eric Dumazet
2023-08-16
1
-1
/
+1
*
|
inet: move inet->mc_all to inet->inet_frags
Eric Dumazet
2023-08-16
1
-1
/
+1
*
|
inet: move inet->mc_loop to inet->inet_frags
Eric Dumazet
2023-08-16
1
-1
/
+1
*
|
inet: move inet->hdrincl to inet->inet_flags
Eric Dumazet
2023-08-16
1
-1
/
+1
*
|
net: factor out __inet_listen_sk() helper
Paolo Abeni
2023-08-14
1
-16
/
+22
*
|
net: factor out inet{,6}_bind_sk helpers
Paolo Abeni
2023-08-14
1
-2
/
+6
|
/
*
sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)
David Howells
2023-06-25
1
-21
/
+0
*
net: ioctl: Use kernel memory on protocol ioctl callbacks
Breno Leitao
2023-06-16
1
-1
/
+1
*
net: move gso declarations and functions to their own files
Eric Dumazet
2023-06-10
1
-0
/
+1
*
ipv4, ipv6: Use splice_eof() to flush
David Howells
2023-06-09
1
-0
/
+18
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-06-02
1
-0
/
+2
|
\
|
*
tcp: deny tcp_disconnect() when threads are waiting
Eric Dumazet
2023-05-30
1
-0
/
+2
*
|
inet: factor out locked section of inet_accept() in a new helper
Paolo Abeni
2023-05-19
1
-15
/
+17
|
/
*
tcp: add annotations around sk->sk_shutdown accesses
Eric Dumazet
2023-05-10
1
-1
/
+1
*
net: annotate lockless accesses to sk->sk_err_soft
Eric Dumazet
2023-03-17
1
-1
/
+1
*
net: no longer support SOCK_REFCNT_DEBUG feature
Jason Xing
2023-02-15
1
-3
/
+0
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-02-09
1
-0
/
+1
|
\
|
*
txhash: fix sk->sk_txrehash default
Kevin Yang
2023-02-08
1
-0
/
+1
*
|
net: add support for ipv4 big tcp
Xin Long
2023-02-02
1
-3
/
+4
|
/
*
inet: control sockets should not use current thread task_frag
Eric Dumazet
2023-01-05
1
-0
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-11-29
1
-10
/
+1
|
\
[next]