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.12.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
2016-04-14
GSO: Support partial segmentation offload
Alexander Duyck
4
-17
/
+66
2016-04-14
GRO: Add support for TCP with fixed IPv4 ID field, limit tunnel IP ID values
Alexander Duyck
2
-8
/
+43
2016-04-14
GSO: Add GSO type for fixed IPv4 ID
Alexander Duyck
3
-9
/
+15
2016-04-14
udp: do not expect udp headers in recv cmsg IP_CMSG_CHECKSUM
Willem de Bruijn
2
-2
/
+3
2016-04-14
udp: do not expect udp headers on ioctl SIOCINQ
Willem de Bruijn
1
-2
/
+0
2016-04-11
net: ipv4: Consider failed nexthops in multipath routes
David Ahern
2
-5
/
+40
2016-04-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-3
/
+24
2016-04-07
GRE: Disable segmentation offloads w/ CSUM and we are encapsulated via FOU
Alexander Duyck
3
-3
/
+24
2016-04-07
udp: Remove udp_offloads
Tom Herbert
1
-63
/
+0
2016-04-07
fou: change to use UDP socket GRO
Tom Herbert
1
-31
/
+17
2016-04-07
udp: Add socket based GRO and config
Tom Herbert
1
-0
/
+2
2016-04-07
udp: Add GRO functions to UDP socket
Tom Herbert
1
-32
/
+20
2016-04-07
udp: Add udp6_lib_lookup_skb and udp4_lib_lookup_skb
Tom Herbert
1
-0
/
+13
2016-04-07
net: introduce lockdep_is_held and update various places to use it
Hannes Frederic Sowa
4
-9
/
+8
2016-04-07
tcp/dccp: fix inet_reuseport_add_sock()
Eric Dumazet
2
-2
/
+4
2016-04-06
ip_tunnel: implement __iptunnel_pull_header
Jiri Benc
1
-4
/
+4
2016-04-05
udp: enable MSG_PEEK at non-zero offset
samanthakumar
2
-11
/
+12
2016-04-05
udp: remove headers from UDP packets before queueing
samanthakumar
1
-9
/
+11
2016-04-05
tcp: rate limit ACK sent by SYN_RECV request sockets
Eric Dumazet
1
-1
/
+4
2016-04-05
ipv4: tcp: set SOCK_USE_WRITE_QUEUE for ip_send_unicast_reply()
Eric Dumazet
1
-0
/
+1
2016-04-05
tcp: increment sk_drops for listeners
Eric Dumazet
2
-6
/
+8
2016-04-05
tcp: increment sk_drops for dropped rx packets
Eric Dumazet
2
-13
/
+21
2016-04-05
tcp/dccp: do not touch listener sk_refcnt under synflood
Eric Dumazet
3
-83
/
+59
2016-04-05
tcp/dccp: use rcu locking in inet_diag_find_one_icsk()
Eric Dumazet
2
-6
/
+5
2016-04-05
udp: no longer use SLAB_DESTROY_BY_RCU
Eric Dumazet
2
-215
/
+96
2016-04-04
sock: enable timestamping using control messages
Soheil Hassas Yeganeh
4
-15
/
+28
2016-04-04
ipv4: process socket-level control messages in IPv4
Soheil Hassas Yeganeh
4
-5
/
+11
2016-04-04
tcp: use one bit in TCP_SKB_CB to mark ACK timestamps
Soheil Hassas Yeganeh
2
-1
/
+3
2016-04-03
netlink: use nla_get_in_addr and nla_put_in_addr for ipv4 address
Haishuang Yan
1
-4
/
+4
2016-04-03
tcp: remove cwnd moderation after recovery
Yuchung Cheng
1
-11
/
+0
2016-03-30
gro: Allow tunnel stacking in the case of FOU/GUE
Alexander Duyck
1
-0
/
+16
2016-03-28
netfilter: ipv4: fix NULL dereference
Liping Zhang
1
-26
/
+28
2016-03-28
netfilter: x_tables: enforce nul-terminated table name from getsockopt GET_EN...
Pablo Neira Ayuso
2
-0
/
+4
2016-03-28
netfilter: x_tables: fix unconditional helper
Florian Westphal
2
-21
/
+20
2016-03-28
netfilter: x_tables: make sure e->next_offset covers remaining blob size
Florian Westphal
2
-4
/
+8
2016-03-28
netfilter: x_tables: validate e->target_offset early
Florian Westphal
2
-18
/
+16
2016-03-28
Fix returned tc and hoplimit values for route with IPv6 encapsulation
Quentin Armitage
1
-2
/
+2
2016-03-23
net: Reset encap_level to avoid resetting features on inner IP headers
Alexander Duyck
2
-0
/
+2
2016-03-22
ipv4: initialize flowi4_flags before calling fib_lookup()
Lance Richardson
1
-9
/
+7
2016-03-22
ipv4: fix broadcast packets reception
Paolo Abeni
1
-4
/
+8
2016-03-22
net: ipv4: Fix truncated timestamp returned by inet_current_timestamp()
Deepa Dinamani
1
-1
/
+1
2016-03-20
tunnels: Remove encapsulation offloads on decap.
Jesse Gross
2
-3
/
+13
2016-03-20
tunnels: Don't apply GRO to multiple layers of encapsulation.
Jesse Gross
3
-4
/
+22
2016-03-20
ipip: Properly mark ipip GRO packets as encapsulated.
Jesse Gross
1
-1
/
+8
2016-03-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
54
-1398
/
+1296
2016-03-19
ip_tunnels, bpf: define IP_TUNNEL_OPTS_MAX and use it
Daniel Borkmann
1
-0
/
+6
2016-03-18
tcp/dccp: remove obsolete WARN_ON() in icmp handlers
Eric Dumazet
1
-2
/
+0
2016-03-17
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
3
-25
/
+40
2016-03-16
tags: Fix DEFINE_PER_CPU expansions
Peter Zijlstra
1
-2
/
+1
2016-03-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
1
-22
/
+8
[next]