index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
Age
Commit message (
Expand
)
Author
Files
Lines
2018-07-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
5
-12
/
+27
2018-07-02
net: fix use-after-free in GRO with ESP
Sabrina Dubroca
3
-5
/
+3
2018-07-01
tcp: prevent bogus FRTO undos with non-SACK flows
Ilpo Järvinen
1
-0
/
+9
2018-06-30
tcp: fix Fast Open key endianness
Yuchung Cheng
1
-5
/
+13
2018-06-28
Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL
Linus Torvalds
3
-15
/
+26
2018-06-28
tcp: add one more quick ack after after ECN events
Eric Dumazet
1
-2
/
+2
2018-06-20
ip: limit use of gso_size to udp
Willem de Bruijn
1
-1
/
+2
2018-06-20
net/tcp: Fix socket lookups with SO_BINDTODEVICE
David Ahern
1
-2
/
+2
2018-06-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
3
-2
/
+5
2018-06-15
tcp: verify the checksum of the first data segment in a new connection
Frank van der Linden
1
-0
/
+4
2018-06-13
treewide: kzalloc() -> kcalloc()
Kees Cook
2
-2
/
+2
2018-06-13
treewide: kmalloc() -> kmalloc_array()
Kees Cook
1
-1
/
+2
2018-06-12
tcp: Do not reload skb pointer after skb_gro_receive().
David Miller
1
-2
/
+0
2018-06-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
1
-0
/
+1
2018-06-11
tcp: limit sk_rcvlowat by the maximum receive buffer
Soheil Hassas Yeganeh
1
-5
/
+7
2018-06-09
udp: fix rx queue len reported by diag and proc interface
Paolo Abeni
2
-2
/
+2
2018-06-08
netfilter: x_tables: initialise match/target check parameter struct
Florian Westphal
1
-0
/
+1
2018-06-07
ip_tunnel: Fix name string concatenate in __ip_tunnel_create()
Sultan Alsawaf
1
-2
/
+2
2018-06-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
46
-785
/
+1637
2018-06-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-2
/
+18
2018-06-05
net: metrics: add proper netlink validation
Eric Dumazet
2
-0
/
+4
2018-06-05
ipmr: fix error path when ipmr_new_table fails
Sabrina Dubroca
1
-3
/
+5
2018-06-05
netfilter: provide udp*_lib_lookup for nf_tproxy
Arnd Bergmann
1
-3
/
+1
2018-06-05
net-tcp: remove useless tw_timeout field
Maciej Żenczykowski
1
-1
/
+0
2018-06-05
tcp: refactor tcp_ecn_check_ce to remove sk type cast
Yousuk Seung
1
-12
/
+14
2018-06-05
net-tcp: extend tcp_tw_reuse sysctl to enable loopback only optimization
Maciej Żenczykowski
2
-4
/
+36
2018-06-04
Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
3
-26
/
+15
2018-06-04
Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
12
-399
/
+102
2018-06-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-4
/
+4
2018-06-03
netfilter: Libify xt_TPROXY
Máté Eckl
3
-1
/
+152
2018-06-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
3
-11
/
+2
2018-06-01
ip_tunnel: restore binding to ifaces with a large mtu
Nicolas Dichtel
1
-4
/
+4
2018-05-31
tcp: minor optimization around tcp_hdr() usage in receive path
Yafang Shao
2
-4
/
+4
2018-05-29
net/ipv4: Add support for specifying metric of connected routes
David Ahern
2
-11
/
+57
2018-05-29
net: bpfilter: make function bpfilter_mbox_request() static
Wei Yongjun
1
-2
/
+3
2018-05-29
netfilter: nat: merge ipv4/ipv6 masquerade code into main nat module
Florian Westphal
3
-11
/
+2
2018-05-28
bpf: Hooks for sys_sendmsg
Andrey Ignatov
1
-2
/
+18
2018-05-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-3
/
+5
2018-05-26
net: convert datagram_poll users tp ->poll_mask
Christoph Hellwig
2
-8
/
+8
2018-05-26
net/tcp: convert to ->poll_mask
Christoph Hellwig
2
-18
/
+7
2018-05-25
net/ipv4: Remove tracepoint in fib_validate_source
David Ahern
1
-2
/
+0
2018-05-25
net/ipv4: Udate fib_table_lookup tracepoint
David Ahern
1
-5
/
+9
2018-05-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-0
/
+31
2018-05-25
ipv4: remove warning in ip_recv_error
Willem de Bruijn
1
-2
/
+0
2018-05-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
4
-162
/
+115
2018-05-23
ipv4: support sport, dport and ip_proto in RTM_GETROUTE
Roopa Prabhu
4
-40
/
+134
2018-05-23
net: ipv4: add missing RTA_TABLE to rtm_ipv4_policy
Roopa Prabhu
1
-0
/
+1
2018-05-23
udp: exclude gso from xfrm paths
Willem de Bruijn
1
-1
/
+2
2018-05-23
net: add skeleton of bpfilter kernel module
Alexei Starovoitov
4
-0
/
+63
2018-05-23
netfilter: nf_nat: add nat type hooks to nat core
Florian Westphal
3
-112
/
+106
[next]