index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv4
Commit message (
Expand
)
Author
Age
Files
Lines
*
inet_diag: skip over empty buckets
Eric Dumazet
2024-01-23
1
-0
/
+8
*
sock_diag: allow concurrent operation in sock_diag_rcv_msg()
Eric Dumazet
2024-01-23
1
-2
/
+7
*
sock_diag: add module pointer to "struct sock_diag_handler"
Eric Dumazet
2024-01-23
1
-0
/
+2
*
inet_diag: allow concurrent operations
Eric Dumazet
2024-01-23
1
-40
/
+40
*
inet_diag: add module pointer to "struct inet_diag_handler"
Eric Dumazet
2024-01-23
3
-0
/
+4
*
inet_diag: annotate data-races around inet_diag_table[]
Eric Dumazet
2024-01-23
1
-3
/
+3
*
Merge tag 'nf-24-01-18' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...
Jakub Kicinski
2024-01-18
1
-3
/
+6
|
\
|
*
netfilter: bridge: replace physindev with physinif in nf_bridge_info
Pavel Tikhomirov
2024-01-17
1
-3
/
+6
|
*
netfilter: propagate net to nf_bridge_get_physindev
Pavel Tikhomirov
2024-01-17
1
-1
/
+1
*
|
bpf: Avoid iter->offset making backward progress in bpf_iter_udp
Martin KaFai Lau
2024-01-13
1
-11
/
+10
*
|
bpf: iter_udp: Retry with a larger batch size without going back to the previ...
Martin KaFai Lau
2024-01-13
1
-1
/
+0
|
/
*
udp: annotate data-races around up->pending
Eric Dumazet
2024-01-13
1
-6
/
+6
*
Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2024-01-11
18
-402
/
+548
|
\
|
*
tcp: Revert no longer abort SYN_SENT when receiving some ICMP
Shachar Kagan
2024-01-08
1
-6
/
+0
|
*
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2024-01-05
4
-87
/
+0
|
|
\
|
|
*
bpfilter: remove bpfilter
Quentin Deslandes
2024-01-04
4
-87
/
+0
|
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-01-04
1
-3
/
+2
|
|
\
\
|
*
|
|
fib: remove unnecessary input parameters in fib_default_rule_add
Zhengchao Shao
2024-01-03
2
-4
/
+4
|
|
|
/
|
|
/
|
|
*
|
tcp: Remove dead code and fields for bhash2.
Kuniyuki Iwashima
2023-12-22
2
-23
/
+1
|
*
|
tcp: Link sk and twsk to tb2->owners using skc_bind_node.
Kuniyuki Iwashima
2023-12-22
4
-16
/
+9
|
*
|
tcp: Unlink sk from bhash.
Kuniyuki Iwashima
2023-12-22
2
-11
/
+0
|
*
|
tcp: Check hlist_empty(&tb->bhash2) instead of hlist_empty(&tb->owners).
Kuniyuki Iwashima
2023-12-22
3
-9
/
+8
|
*
|
tcp: Iterate tb->bhash2 in inet_csk_bind_conflict().
Kuniyuki Iwashima
2023-12-22
1
-1
/
+17
|
*
|
tcp: Rearrange tests in inet_csk_bind_conflict().
Kuniyuki Iwashima
2023-12-22
1
-21
/
+19
|
*
|
tcp: Link bhash2 to bhash.
Kuniyuki Iwashima
2023-12-22
2
-11
/
+12
|
*
|
tcp: Rename tb in inet_bind2_bucket_(init|create)().
Kuniyuki Iwashima
2023-12-22
1
-16
/
+16
|
*
|
tcp: Save address type in inet_bind2_bucket.
Kuniyuki Iwashima
2023-12-22
1
-16
/
+13
|
*
|
tcp: Save v4 address as v4-mapped-v6 in inet_bind2_bucket.v6_rcv_saddr.
Kuniyuki Iwashima
2023-12-22
1
-17
/
+17
|
*
|
tcp: Rearrange tests in inet_bind2_bucket_(addr_match|match_addr_any)().
Kuniyuki Iwashima
2023-12-22
1
-13
/
+12
|
*
|
tcp: Use bhash2 for v4-mapped-v6 non-wildcard address.
Kuniyuki Iwashima
2023-12-22
2
-3
/
+7
|
*
|
Revert BPF token-related functionality
Andrii Nakryiko
2023-12-19
1
-1
/
+1
|
*
|
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2023-12-18
1
-1
/
+70
|
|
\
\
|
|
*
|
x86/cfi,bpf: Fix bpf_struct_ops CFI
Peter Zijlstra
2023-12-15
1
-0
/
+69
|
|
*
|
bpf: take into account BPF token when fetching helper protos
Andrii Nakryiko
2023-12-06
1
-1
/
+1
|
*
|
|
tcp/dccp: change source port selection at connect() time
Eric Dumazet
2023-12-15
1
-11
/
+16
|
*
|
|
inet: returns a bool from inet_sk_get_local_port_range()
Eric Dumazet
2023-12-15
1
-5
/
+16
|
*
|
|
net: Namespace-ify sysctl_optmem_max
Eric Dumazet
2023-12-15
1
-3
/
+3
|
*
|
|
ipmr: support IP_PKTINFO on cache report IGMP msg
Leone Fernando
2023-12-15
1
-7
/
+6
|
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-12-14
2
-2
/
+26
|
|
\
\
\
|
*
|
|
|
sctp: support MSG_ERRQUEUE flag in recvmsg()
Eric Dumazet
2023-12-13
1
-0
/
+1
|
*
|
|
|
Use READ/WRITE_ONCE() for IP local_port_range.
David Laight
2023-12-08
4
-50
/
+34
|
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-12-07
7
-26
/
+62
|
|
\
\
\
\
|
*
|
|
|
|
tcp: reorganize tcp_sock fast path variables
Coco Li
2023-12-05
1
-0
/
+93
|
*
|
|
|
|
tcp: Dump bound-only sockets in inet_diag.
Guillaume Nault
2023-12-04
2
-1
/
+86
|
*
|
|
|
|
tcp: tcp_gro_dev_warn() cleanup
Eric Dumazet
2023-12-01
1
-18
/
+11
|
|
|
_
|
/
/
|
|
/
|
|
|
|
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-11-30
1
-2
/
+4
|
|
\
\
\
\
|
*
|
|
|
|
tcp: Factorise cookie-dependent fields initialisation in cookie_v[46]_check()
Kuniyuki Iwashima
2023-11-29
1
-49
/
+57
|
*
|
|
|
|
tcp: Factorise cookie-independent fields initialisation in cookie_v[46]_check().
Kuniyuki Iwashima
2023-11-29
1
-31
/
+37
|
*
|
|
|
|
tcp: Move TCP-AO bits from cookie_v[46]_check() to tcp_ao_syncookie().
Kuniyuki Iwashima
2023-11-29
2
-14
/
+18
|
*
|
|
|
|
tcp: Don't initialise tp->tsoffset in tcp_get_cookie_sock().
Kuniyuki Iwashima
2023-11-29
1
-4
/
+3
[next]