Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
09297c2f7a5428776369ba3b9904718a358e5559
/
net
/
ipv4
c356dc4
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 6 years ago
b6653b3
tcp: refine memory limit test in tcp_fragment()
by Eric Dumazet
· 6 years ago
c884d8a
Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx
by Linus Torvalds
· 6 years ago
85f9aa7
inet: clear num_timeout reqsk_alloc()
by Eric Dumazet
· 6 years ago
d2912cb
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
by Thomas Gleixner
· 6 years ago
f361c4d
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 484
by Thomas Gleixner
· 6 years ago
76e2153
net/udp_gso: Allow TX timestamp with UDP GSO
by Fred Klassen
· 6 years ago
5684abf
ip_tunnel: allow not to count pkts on tstats by setting skb's dev to NULL
by Xin Long
· 6 years ago
da0f382
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 6 years ago
4fddbf8
Merge branch 'tcp-fixes'
by David S. Miller
· 6 years ago
2e05fca
tcp: fix compile error if !CONFIG_SYSCTL
by Eric Dumazet
· 6 years ago
967c05a
tcp: enforce tcp_min_snd_mss in tcp_mtu_probing()
by Eric Dumazet
· 6 years ago
5f3e2bf
tcp: add tcp_min_snd_mss sysctl
by Eric Dumazet
· 6 years ago
f070ef2
tcp: tcp_fragment() should apply sane memory limits
by Eric Dumazet
· 6 years ago
3b4929f
tcp: limit payload size of sacked skbs
by Eric Dumazet
· 6 years ago
0b7d7f6
tcp: add tcp_tx_skb_cache sysctl
by Eric Dumazet
· 6 years ago
ede61ca
tcp: add tcp_rx_skb_cache sysctl
by Eric Dumazet
· 6 years ago
522924b
net: correct udp zerocopy refcnt also when zerocopy only on append
by Willem de Bruijn
· 6 years ago
fcc2202
tcp: fix undo spurious SYNACK in passive Fast Open
by Yuchung Cheng
· 6 years ago
c3fee64
net: ipv4: fib_semantics: fix uninitialized variable
by Enrico Weigelt
· 6 years ago
9331b67
Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 6 years ago
38e406f
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
by David S. Miller
· 6 years ago
1e1d926
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 6 years ago
983695f
bpf: fix unconnected udp hooks
by Daniel Borkmann
· 6 years ago
0a90478
ipv4: not do cache for local delivery if bc_forwarding is enabled
by Xin Long
· 6 years ago
75a6faf
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 422
by Thomas Gleixner
· 6 years ago
c942299
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 269
by Thomas Gleixner
· 6 years ago
82ba25c
udp: only choose unbound UDP socket for multicast when not in a VRF
by Tim Beale
· 6 years ago
257a525
bpf: udp: Avoid calling reuseport's bpf_prog from udp_gro
by Martin KaFai Lau
· 6 years ago
2f4c533
Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 6 years ago
100f6d8
net: correct zerocopy refcnt with udp MSG_MORE
by Willem de Bruijn
· 6 years ago
2b81f81
net: don't clear sock->sk early to avoid trouble in strparser
by Jakub Kicinski
· 6 years ago
9609dad
ipv4: tcp_input: fix stack out of bounds when parsing TCP options.
by Young Xiao
· 6 years ago
2874c5f
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
by Thomas Gleixner
· 6 years ago
425aa0e
ip_sockglue: Fix missing-check bug in ip_ra_control()
by Gen Zhang
· 6 years ago
71e15f7
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
by David S. Miller
· 6 years ago
903869b
ipv4/igmp: fix build error if !CONFIG_IP_MULTICAST
by Eric Dumazet
· 6 years ago
3580d04
ipv4/igmp: fix another memory leak in igmpv3_del_delrec()
by Eric Dumazet
· 6 years ago
2c1212d
Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 6 years ago
e633508
netfilter: nft_fib: Fix existence check support
by Phil Sutter
· 6 years ago
1ccea77
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13
by Thomas Gleixner
· 6 years ago
3a63cbb
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 3
by Thomas Gleixner
· 6 years ago
ec8f24b
treewide: Add SPDX license identifier - Makefile/Kconfig
by Thomas Gleixner
· 6 years ago
09c434b
treewide: Add SPDX license identifier for more missed files
by Thomas Gleixner
· 6 years ago
457c899
treewide: Add SPDX license identifier for missed files
by Thomas Gleixner
· 6 years ago
ea9a037
net: Treat sock->sk_drops as an unsigned int when printing
by Patrick Talbert
· 6 years ago
752beb5
net: bpfilter: fallback to netfilter if failed to load bpfilter kernel module
by Konstantin Khlebnikov
· 6 years ago
c7d5ec2
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
by David S. Miller
· 6 years ago
5fa2ca7
bpf, tcp: correctly handle DONT_WAIT flags and timeo == 0
by John Fastabend
· 6 years ago
858f501
tcp: do not recycle cloned skbs
by Eric Dumazet
· 6 years ago
cd736d8
tcp: fix retrans timestamp on passive Fast Open
by Yuchung Cheng
· 6 years ago
c42253c
bpf: sockmap remove duplicate queue free
by John Fastabend
· 6 years ago
494bc1d
net/tcp: use deferred jump label for TCP acked data hook
by Jakub Kicinski
· 6 years ago
19e4e76
ipv4: Fix raw socket lookup for local traffic
by David Ahern
· 6 years ago
80f2321
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 6 years ago
a9e41a5
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
5ba2a4b
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
1ffad6d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
by David S. Miller
· 6 years ago
97ff7ff
net: use indirect calls helpers at early demux stage
by Paolo Abeni
· 6 years ago
0e219ae
net: use indirect calls helpers for L3 handler hooks
by Paolo Abeni
· 6 years ago
a5995e7
ipv4: Move exception bucket to nh_common
by David Ahern
· 6 years ago
87063a1f
ipv4: Pass fib_nh_common to rt_cache_route
by David Ahern
· 6 years ago
0f457a3
ipv4: Move cached routes to fib_nh_common
by David Ahern
· 6 years ago
7fcd1e0
ipmr_base: Do not reset index in mr_table_dump
by David Ahern
· 6 years ago
ff24e49
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
4dd2b82
udp: fix GRO packet of death
by Eric Dumazet
· 6 years ago
d2f0c96
ipv4: ip_do_fragment: Preserve skb_iif during fragmentation
by Shmulik Ladkani
· 6 years ago
98fa627
tcp: refactor setting the initial congestion window
by Yuchung Cheng
· 6 years ago
6b94b1c
tcp: refactor to consolidate TFO passive open code
by Yuchung Cheng
· 6 years ago
794200d
tcp: undo cwnd on Fast Open spurious SYNACK retransmit
by Yuchung Cheng
· 6 years ago
8c3cfe1
tcp: lower congestion window on Fast Open SYNACK timeout
by Yuchung Cheng
· 6 years ago
336c39a
tcp: undo init congestion window on false SYNACK timeout
by Yuchung Cheng
· 6 years ago
9e450c1
tcp: better SYNACK sent timestamp
by Yuchung Cheng
· 6 years ago
7c1f081
tcp: undo initial congestion window on false SYN timeout
by Yuchung Cheng
· 6 years ago
bc9f38c
tcp: avoid unconditional congestion window undo on SYN retransmit
by Yuchung Cheng
· 6 years ago
a658a3f
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next
by David S. Miller
· 6 years ago
b145745
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec
by David S. Miller
· 6 years ago
e1f172e
netfilter: use macros to create module aliases.
by Flavio Leitner
· 6 years ago
ca2fe29
tcp: add sanity tests in tcp_add_backlog()
by Eric Dumazet
· 6 years ago
21f1b8a
udp: fix GRO reception in case of length mismatch
by Paolo Abeni
· 6 years ago
ef6243a
genetlink: optionally validate strictly/dumps
by Johannes Berg
· 6 years ago
8cb0817
netlink: make validation more configurable for future strictness
by Johannes Berg
· 6 years ago
ae0be8d
netlink: make nla_nest_start() add NLA_F_NESTED flag
by Michal Kubecek
· 6 years ago
8b44836
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
20ff83f
ipv4: add sanity checks in ipv4_link_failure()
by Eric Dumazet
· 6 years ago
ecc5663
net: Change nhc_flags to unsigned char
by David Ahern
· 6 years ago
ffa8ce5
lwtunnel: Pass encap and encap type attributes to lwtunnel_fill_encap
by David Ahern
· 6 years ago
bb9cd07
xfrm: remove unneeded export_symbols
by Florian Westphal
· 6 years ago
c53ac41
xfrm: remove decode_session indirection from afinfo_policy
by Florian Westphal
· 6 years ago
2e8b4aa
xfrm: remove init_path indirection from afinfo_policy
by Florian Westphal
· 6 years ago
f24ea52
xfrm: remove tos indirection from afinfo_policy
by Florian Westphal
· 6 years ago
3557b3f
net: bpfilter: dont use module_init in non-modular code
by Paul Gortmaker
· 6 years ago
3c618c1
net: Rename net/nexthop.h net/rtnh.h
by David Ahern
· 6 years ago
d7cc399
tcp: properly reset skb->truesize for tx recycling
by Eric Dumazet
· 6 years ago
c7cbdbf
net: rework SIOCGSTAMP ioctl handling
by Arnd Bergmann
· 6 years ago
94e4dcc
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu
by Ingo Molnar
· 6 years ago
19fad20
ipv4: set the tcp_min_rtt_wlen range from 0 to one day
by ZhangXiaoxu
· 6 years ago
6b0a7f8
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
50ce163
tcp: tcp_grow_window() needs to respect tcp_space()
by Eric Dumazet
· 6 years ago
95337b9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
by David S. Miller
· 6 years ago
Next »