index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv4
Age
Commit message (
Expand
)
Author
Lines
2018-12-20
tcp: fix a race in inet_diag_dump_icsk()
Eric Dumazet
-1
/
+3
2018-12-17
net: add missing SOF_TIMESTAMPING_OPT_ID support
Willem de Bruijn
-1
/
+1
2018-12-15
net: clear skb->tstamp in forwarding paths
Eric Dumazet
-0
/
+1
2018-12-15
net: ipv4: do not handle duplicate fragments as overlapping
Michal Kubecek
-6
/
+12
2018-12-14
net: Allow class-e address assignment via ifconfig ioctl
Dave Taht
-2
/
+5
2018-12-10
ipv4: Fix potential Spectre v1 vulnerability
Gustavo A. R. Silva
-0
/
+4
2018-12-07
tcp: lack of available data can also cause TSO defer
Eric Dumazet
-11
/
+24
2018-12-05
ipv4: ipv6: netfilter: Adjust the frag mem limit when truesize changes
Jiri Wiesner
-0
/
+7
2018-12-05
tcp: fix NULL ref in tail loss probe
Yuchung Cheng
-4
/
+7
2018-12-05
tcp: Do not underestimate rwnd_limited
Eric Dumazet
-1
/
+4
2018-12-05
net: use skb_list_del_init() to remove from RX sublists
Edward Cree
-2
/
+2
2018-11-30
tcp: fix SNMP TCP timeout under-estimation
Yuchung Cheng
-4
/
+4
2018-11-30
tcp: fix SNMP under-estimation on failed retransmission
Yuchung Cheng
-1
/
+1
2018-11-30
tcp: fix off-by-one bug on aborting window-probing socket
Yuchung Cheng
-1
/
+1
2018-11-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
-11
/
+38
2018-11-27
netfilter: nat: fix double register in masquerade modules
Taehee Yoo
-7
/
+16
2018-11-27
netfilter: add missing error handling code for register functions
Taehee Yoo
-7
/
+25
2018-11-24
net: always initialize pagedlen
Willem de Bruijn
-1
/
+2
2018-11-24
tcp: address problems caused by EDT misshaps
Eric Dumazet
-10
/
+16
2018-11-21
tcp: defer SACK compression after DupThresh
Eric Dumazet
-6
/
+16
2018-11-20
tcp: Fix SOF_TIMESTAMPING_RX_HARDWARE to use the latest timestamp during TCP ...
Stephen Mallon
-0
/
+1
2018-11-17
ip_tunnel: don't force DF when MTU is locked
Sabrina Dubroca
-1
/
+1
2018-11-08
inet: frags: better deal with smp races
Eric Dumazet
-14
/
+15
2018-11-05
net: bpfilter: fix iptables failure if bpfilter_umh is disabled
Taehee Yoo
-3
/
+3
2018-11-01
net: drop skb on failure in ip_check_defrag()
Cong Wang
-4
/
+8
2018-11-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
-17
/
+37
2018-10-31
mm: remove include/linux/bootmem.h
Mike Rapoport
-3
/
+3
2018-10-30
bpf: tcp_bpf_recvmsg should return EAGAIN when nonblocking and no data
John Fastabend
-0
/
+1
2018-10-29
ipv4/igmp: fix v1/v2 switchback timeout based on rfc3376, 8.12
Hangbin Liu
-17
/
+36
2018-10-28
net: diag: document swapped src/dst in udp_dump_one.
Lorenzo Colitti
-0
/
+1
2018-10-26
net: allow traceroute with a specified interface in a vrf
Mike Manning
-2
/
+2
2018-10-25
net/{ipv4,ipv6}: Do not put target net if input nsid is invalid
Bjørn Mork
-0
/
+1
2018-10-24
net: udp: fix handling of CHECKSUM_COMPLETE packets
Sean Tranchetti
-2
/
+18
2018-10-24
net: Don't return invalid table id error when dumping all families
David Ahern
-0
/
+7
2018-10-24
net/ipv4: Put target net when address dump fails due to bad attributes
David Ahern
-5
/
+8
2018-10-23
tcp: add tcp_reset_xmit_timer() helper
Eric Dumazet
-12
/
+14
2018-10-23
Revert "net: simplify sock_poll_wait"
Karsten Graul
-1
/
+1
2018-10-22
net/ipv4: Add support for dumping addresses for a specific device
David Ahern
-5
/
+23
2018-10-22
net/ipv4: Move loop over addresses on a device into in_dev_dump_addr
David Ahern
-15
/
+34
2018-10-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
-14
/
+27
2018-10-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
-0
/
+1
2018-10-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
-2
/
+0
2018-10-18
tcp: fix TCP_REPAIR xmit queue setup
Eric Dumazet
-6
/
+7
2018-10-17
net: ipmr: fix unresolved entry dumps
Nikolay Aleksandrov
-2
/
+0
2018-10-17
tcp_bbr: centralize code to set gains
Neal Cardwell
-10
/
+30
2018-10-17
tcp_bbr: adjust TCP BBR for departure time pacing
Neal Cardwell
-2
/
+35
2018-10-17
bpf: sockmap, support for msg_peek in sk_msg with redirect ingress
John Fastabend
-15
/
+27
2018-10-17
bpf: sockmap, fix skmsg recvmsg handler to track size correctly
John Fastabend
-0
/
+1
2018-10-16
tcp, ulp: remove socket lock assertion on ULP cleanup
Daniel Borkmann
-2
/
+4
2018-10-16
netfilter: nf_nat_snmp_basic: add missing helper alias name
Taehee Yoo
-0
/
+1
[next]