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
...
*
|
|
|
net-memcg: pass in gfp_t mask to mem_cgroup_charge_skmem()
Wei Wang
2021-08-18
2
-2
/
+4
*
|
|
|
tcp: enable data-less, empty-cookie SYN with TFO_SERVER_COOKIE_NOT_REQD
Luke Hsiao
2021-08-16
1
-2
/
+1
|
|
_
|
/
|
/
|
|
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-08-13
2
-8
/
+15
|
\
|
|
|
*
|
net: igmp: increase size of mr_ifc_count
Eric Dumazet
2021-08-11
1
-1
/
+1
|
*
|
tcp_bbr: fix u32 wrap bug in round logic if bbr_init() called after 2B packets
Neal Cardwell
2021-08-11
1
-1
/
+1
|
*
|
net: igmp: fix data-race in igmp_ifc_timer_expire()
Eric Dumazet
2021-08-10
1
-7
/
+14
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
2021-08-11
7
-82
/
+102
|
\
\
\
|
*
|
|
netfilter: x_tables: never register tables by default
Florian Westphal
2021-08-09
6
-63
/
+65
|
*
|
|
netfilter: ipt_CLUSTERIP: use clusterip_net to store pernet warning
Florian Westphal
2021-08-01
1
-2
/
+3
|
*
|
|
netfilter: ipt_CLUSTERIP: only add arp mangle hook when required
Florian Westphal
2021-08-01
1
-17
/
+34
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-08-05
2
-0
/
+7
|
\
\
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
net, gro: Set inner transport header offset in tcp/udp GRO hook
Jakub Sitnicki
2021-08-02
2
-0
/
+7
*
|
|
|
net: Remove redundant if statements
Yajun Deng
2021-08-05
3
-7
/
+3
*
|
|
|
net/ipv4/igmp: Use struct_size() helper
Gustavo A. R. Silva
2021-08-05
1
-7
/
+13
*
|
|
|
net/ipv4/ipv6: Replace one-element arraya with flexible-array members
Gustavo A. R. Silva
2021-08-05
1
-9
/
+10
*
|
|
|
net/ipv4: Revert use of struct_size() helper
Gustavo A. R. Silva
2021-08-05
2
-9
/
+7
*
|
|
|
net: add extack arg for link ops
Rocco Yue
2021-08-04
1
-2
/
+3
*
|
|
|
net: Keep vertical alignment
Yajun Deng
2021-08-03
1
-3
/
+4
*
|
|
|
ipv4: use skb_expand_head in ip_finish_output2
Vasily Averin
2021-08-03
1
-11
/
+2
*
|
|
|
ipv4: Fix refcount warning for new fib_info
David Ahern
2021-08-02
1
-1
/
+1
*
|
|
|
net/ipv4: Replace one-element array with flexible-array member
Gustavo A. R. Silva
2021-08-02
2
-13
/
+14
*
|
|
|
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2021-07-31
1
-86
/
+324
|
\
\
\
\
|
*
|
|
|
bpf: tcp: Support bpf_(get|set)sockopt in bpf tcp iter
Martin KaFai Lau
2021-07-23
1
-0
/
+15
|
*
|
|
|
bpf: tcp: Bpf iter batching and lock_sock
Martin KaFai Lau
2021-07-23
1
-6
/
+231
|
*
|
|
|
tcp: seq_file: Replace listening_hash with lhash2
Martin KaFai Lau
2021-07-23
1
-17
/
+18
|
*
|
|
|
tcp: seq_file: Add listening_get_first()
Martin KaFai Lau
2021-07-23
1
-20
/
+39
|
*
|
|
|
bpf: tcp: seq_file: Remove bpf_seq_afinfo from tcp_iter_state
Martin KaFai Lau
2021-07-23
1
-20
/
+5
|
*
|
|
|
tcp: seq_file: Refactor net and family matching
Martin KaFai Lau
2021-07-23
1
-38
/
+30
|
*
|
|
|
tcp: seq_file: Avoid skipping sk during tcp_seek_last_pos
Martin KaFai Lau
2021-07-23
1
-2
/
+3
*
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-07-31
1
-1
/
+1
|
\
\
\
\
\
|
|
|
/
/
/
|
|
/
|
/
/
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
net: Set true network header for ECN decapsulation
Gilad Naaman
2021-07-23
1
-1
/
+1
*
|
|
|
net: convert fib_treeref from int to refcount_t
Yajun Deng
2021-07-30
1
-4
/
+4
*
|
|
|
ip_tunnel: use ndo_siocdevprivate
Arnd Bergmann
2021-07-27
4
-7
/
+8
*
|
|
|
tcp: more accurately check DSACKs to grow RACK reordering window
Neal Cardwell
2021-07-27
2
-2
/
+10
*
|
|
|
tcp: more accurately detect spurious TLP probes
Yuchung Cheng
2021-07-27
1
-1
/
+4
*
|
|
|
ipv4: ip_output.c: Fix out-of-bounds warning in ip_copy_addrs()
Gustavo A. R. Silva
2021-07-26
1
-2
/
+3
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2021-07-23
5
-13
/
+46
|
\
|
|
|
|
*
|
|
tcp: disable TFO blackhole logic by default
Wei Wang
2021-07-21
2
-2
/
+9
|
*
|
|
udp: check encap socket in __udp_lib_err
Vadim Fedorenko
2021-07-21
1
-6
/
+19
|
*
|
|
net/tcp_fastopen: fix data races around tfo_active_disable_stamp
Eric Dumazet
2021-07-19
1
-3
/
+16
|
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2021-07-15
2
-2
/
+2
|
|
\
\
\
|
|
*
|
|
bpf, sockmap, udp: sk_prot needs inuse_idx set for proc stats
Jakub Sitnicki
2021-07-15
1
-1
/
+1
|
|
*
|
|
bpf, sockmap, tcp: sk_prot needs inuse_idx set for proc stats
John Fastabend
2021-07-15
1
-1
/
+1
*
|
|
|
|
net: socket: rework compat_ifreq_ioctl()
Arnd Bergmann
2021-07-23
1
-3
/
+3
*
|
|
|
|
net: socket: remove register_gifconf
Arnd Bergmann
2021-07-23
1
-3
/
+1
*
|
|
|
|
tcp: tweak len/truesize ratio for coalesce candidates
Eric Dumazet
2021-07-21
1
-8
/
+30
*
|
|
|
|
tcp: avoid indirect call in tcp_new_space()
Eric Dumazet
2021-07-21
1
-1
/
+1
*
|
|
|
|
net: ipv4: Consolidate ipv4_mtu and ip_dst_mtu_maybe_forward
Vadim Fedorenko
2021-07-21
1
-20
/
+1
*
|
|
|
|
net: ipv4: add capability check for net administration
Yang Yang
2021-07-20
1
-3
/
+7
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Merge branch 'veth-flexible-channel-numbers'
David S. Miller
2021-07-20
3
-4
/
+6
|
\
\
\
\
[prev]
[next]