index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv4
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
net/ipv4: defensive cipso option parsing
Stefan Nuernberger
2018-09-18
1
-4
/
+7
*
ip_gre: fix parsing gre header in ipgre_err
Haishuang Yan
2018-09-17
2
-9
/
+7
*
gso_segment: Reset skb->mac_len after modifying network header
Toke Høiland-Jørgensen
2018-09-13
1
-0
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-09-13
5
-6
/
+14
|
\
|
*
erspan: fix error handling for erspan tunnel
Haishuang Yan
2018-09-12
1
-0
/
+3
|
*
erspan: return PACKET_REJECT when the appropriate tunnel is not found
Haishuang Yan
2018-09-12
1
-0
/
+2
|
*
tcp: rate limit synflood warnings further
Willem de Bruijn
2018-09-12
1
-2
/
+2
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
2018-09-12
1
-3
/
+5
|
|
\
|
|
*
netfilter: kconfig: nat related expression depend on nftables core
Florian Westphal
2018-08-31
1
-3
/
+5
|
*
|
ip: frags: fix crash in ip_do_fragment()
Taehee Yoo
2018-09-09
1
-0
/
+1
|
*
|
tcp: really ignore MSG_ZEROCOPY if no SO_ZEROCOPY
Vincent Whitchurch
2018-09-08
1
-1
/
+1
*
|
|
net: Add and use skb_list_del_init().
David S. Miller
2018-09-10
1
-5
/
+1
*
|
|
net: Add and use skb_mark_not_on_list().
David S. Miller
2018-09-10
3
-4
/
+4
*
|
|
ipv4: add inet_fill_args
Christian Brauner
2018-09-06
1
-15
/
+33
*
|
|
ipv4: enable IFA_TARGET_NETNSID for RTM_GETADDR
Christian Brauner
2018-09-06
1
-8
/
+30
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-09-05
3
-8
/
+9
|
\
|
|
|
*
|
igmp: fix incorrect unsolicit report count after link down and up
Hangbin Liu
2018-09-02
1
-4
/
+2
|
*
|
igmp: fix incorrect unsolicit report count when join group
Hangbin Liu
2018-09-02
1
-3
/
+2
|
*
|
tcp: do not restart timewait timer on rst reception
Florian Westphal
2018-09-01
1
-1
/
+2
|
*
|
erspan: set erspan_ver to 1 by default when adding an erspan dev
Xin Long
2018-08-28
1
-0
/
+3
|
|
/
*
|
tcp: remove useless add operation when init sysctl_max_tw_buckets
Yafang Shao
2018-09-03
1
-1
/
+1
*
|
net/ipv4: Add extack message that dev is required for ONLINK
David Ahern
2018-09-01
1
-1
/
+3
*
|
tcp: change IPv6 flow-label upon receiving spurious retransmission
Yuchung Cheng
2018-09-01
2
-0
/
+15
*
|
ip: fail fast on IP defrag errors
Peter Oskolkov
2018-08-30
1
-9
/
+12
|
/
*
tcp_bbr: apply PROBE_RTT cwnd cap even if acked==0
Kevin Yang
2018-08-23
1
-2
/
+2
*
tcp_bbr: in restart from idle, see if we should exit PROBE_RTT
Kevin Yang
2018-08-23
1
-0
/
+4
*
tcp_bbr: add bbr_check_probe_rtt_done() helper
Kevin Yang
2018-08-23
1
-16
/
+18
*
ipv4: tcp: send zero IPID for RST and ACK sent in SYN-RECV and TIME-WAIT state
Eric Dumazet
2018-08-23
1
-0
/
+6
*
ip_vti: fix a null pointer deferrence when create vti fallback tunnel
Haishuang Yan
2018-08-19
1
-1
/
+2
*
tcp, ulp: fix leftover icsk_ulp_ops preventing sock from reattach
Daniel Borkmann
2018-08-16
1
-0
/
+2
*
tcp, ulp: add alias for all ulp modules
Daniel Borkmann
2018-08-16
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2018-08-13
3
-9
/
+28
|
\
|
*
bpf: Enable BPF_PROG_TYPE_SK_REUSEPORT bpf prog in reuseport selection
Martin KaFai Lau
2018-08-11
2
-5
/
+13
|
*
bpf: Introduce BPF_PROG_TYPE_SK_REUSEPORT
Martin KaFai Lau
2018-08-11
3
-4
/
+15
*
|
ip: process in-order fragments efficiently
Peter Oskolkov
2018-08-12
2
-42
/
+70
*
|
ip: add helpers to process in-order fragments faster.
Peter Oskolkov
2018-08-12
1
-0
/
+73
*
|
tcp: avoid resetting ACK timer upon receiving packet with ECN CWR flag
Yuchung Cheng
2018-08-11
1
-4
/
+4
*
|
tcp: always ACK immediately on hole repairs
Yuchung Cheng
2018-08-11
1
-2
/
+2
*
|
tcp: avoid resetting ACK timer in DCTCP
Yuchung Cheng
2018-08-11
1
-2
/
+2
*
|
tcp: mandate a one-time immediate ACK
Yuchung Cheng
2018-08-11
1
-1
/
+3
|
/
*
ipv4: frags: precedence bug in ip_expire()
Dan Carpenter
2018-08-06
1
-1
/
+1
*
ip: use rb trees for IP frag queue.
Peter Oskolkov
2018-08-06
2
-87
/
+111
*
ip: discard IPv4 datagrams with overlapping segments.
Peter Oskolkov
2018-08-06
2
-56
/
+20
*
tcp: remove unneeded variable 'err'
YueHaibing
2018-08-04
1
-2
/
+1
*
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-08-02
6
-7
/
+24
|
\
|
*
ipv4: frags: handle possible skb truesize change
Eric Dumazet
2018-07-31
1
-0
/
+5
|
*
inet: frag: enforce memory limits earlier
Eric Dumazet
2018-07-31
1
-3
/
+3
|
*
tcp_bbr: fix bw probing to raise in-flight data for very small BDPs
Neal Cardwell
2018-07-29
1
-0
/
+4
|
*
ipv4: remove BUG_ON() from fib_compute_spec_dst
Lorenzo Bianconi
2018-07-29
1
-2
/
+2
|
*
net: igmp: make function __ip_mc_inc_group() static
Wei Yongjun
2018-07-26
1
-1
/
+2
[next]