index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv4
Commit message (
Expand
)
Author
Age
Files
Lines
*
ah4: Fix error return in ah_input().
David S. Miller
2015-08-25
1
-1
/
+3
*
tcp: refine pacing rate determination
Eric Dumazet
2015-08-25
2
-1
/
+36
*
xfrm: Use VRF master index if output device is enslaved
David Ahern
2015-08-25
1
-2
/
+5
*
tcp: fix slow start after idle vs TSO/GSO
Eric Dumazet
2015-08-25
3
-8
/
+9
*
lwt: Add cfg argument to build_state
Tom Herbert
2015-08-24
2
-7
/
+12
*
fou: Do WARN_ON_ONCE in gue_gro_receive for bad proto callbacks
Tom Herbert
2015-08-23
1
-1
/
+1
*
gro: Fix remcsum offload to deal with frags in GRO
Tom Herbert
2015-08-23
1
-16
/
+12
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-08-21
4
-23
/
+24
|
\
|
*
Revert "net: limit tcp/udp rmem/wmem to SOCK_{RCV,SND}BUF_MIN"
Calvin Owens
2015-08-17
1
-6
/
+4
|
*
inet: fix potential deadlock in reqsk_queue_unlink()
Eric Dumazet
2015-08-13
1
-1
/
+1
|
*
ipv4: off-by-one in continuation handling in /proc/net/route
Andy Whitcroft
2015-08-13
1
-1
/
+1
|
*
net: fix wrong skb_get() usage / crash in IGMP/MLD parsing code
Linus Lüssing
2015-08-13
1
-15
/
+18
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
2015-08-20
7
-9
/
+259
|
\
\
|
*
\
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...
Pablo Neira Ayuso
2015-08-21
24
-405
/
+720
|
|
\
\
|
*
|
|
netfilter: nf_conntrack: add efficient mark to zone mapping
Daniel Borkmann
2015-08-18
1
-1
/
+2
|
*
|
|
netfilter: nf_conntrack: add direction support for zones
Daniel Borkmann
2015-08-18
1
-2
/
+6
|
*
|
|
netfilter: nf_conntrack: push zone object into functions
Daniel Borkmann
2015-08-11
3
-8
/
+8
|
*
|
|
netfilter: nf_tables: add nft_dup expression
Pablo Neira Ayuso
2015-08-07
4
-1
/
+118
|
*
|
|
netfilter: factor out packet duplication for IPv4/IPv6
Pablo Neira Ayuso
2015-08-07
3
-0
/
+128
*
|
|
|
ipv6: route: per route IP tunnel metadata via lightweight tunnel
Jiri Benc
2015-08-20
1
-0
/
+102
*
|
|
|
route: move lwtunnel state to dst_entry
Jiri Benc
2015-08-20
2
-14
/
+8
*
|
|
|
ip_tunnels: use tos and ttl fields also for IPv6
Jiri Benc
2015-08-20
2
-8
/
+8
*
|
|
|
ip_tunnels: add IPv6 addresses to ip_tunnel_key
Jiri Benc
2015-08-20
2
-9
/
+9
|
|
/
/
|
/
|
|
*
|
|
net: Fix nexthop lookups
David Ahern
2015-08-20
1
-1
/
+8
*
|
|
ipv4: Make fib_encap_match static
Ying Xue
2015-08-20
1
-3
/
+3
*
|
|
vrf: vrf_master_ifindex_rcu is not always called with rcu read lock
Nikolay Aleksandrov
2015-08-19
1
-2
/
+2
*
|
|
lwtunnel: ip tunnel: fix multiple routes with different encap
Jiri Benc
2015-08-18
1
-0
/
+7
*
|
|
lwtunnel: fix memory leak
Jiri Benc
2015-08-18
1
-4
/
+6
*
|
|
net: Change pseudohdr argument of inet_proto_csum_replace* to be a bool
Tom Herbert
2015-08-17
3
-4
/
+4
*
|
|
lwt: Add support to redirect dst.input
Tom Herbert
2015-08-17
1
-1
/
+7
*
|
|
inet: Move VRF table lookup to inlined function
David Ahern
2015-08-17
1
-9
/
+1
*
|
|
lwtunnel: rename ip lwtunnel attributes
Jiri Benc
2015-08-17
1
-43
/
+43
*
|
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
2015-08-17
1
-5
/
+6
|
\
\
\
|
*
|
|
xfrm: Add oif to dst lookups
David Ahern
2015-08-11
1
-5
/
+6
*
|
|
|
ipv4: fix refcount leak in fib_check_nh()
Eric Dumazet
2015-08-16
1
-1
/
+2
*
|
|
|
net: frags: Add VRF device index to cache and lookup
David Ahern
2015-08-13
1
-5
/
+13
*
|
|
|
net: Use VRF index for oif in ip_send_unicast_reply
David Ahern
2015-08-13
1
-1
/
+6
*
|
|
|
net: Use passed in table for nexthop lookups
David Ahern
2015-08-13
1
-2
/
+11
*
|
|
|
net: Add routes to the table associated with the device
David Ahern
2015-08-13
2
-10
/
+23
*
|
|
|
net: Fix up inet_addr_type checks
David Ahern
2015-08-13
5
-14
/
+50
*
|
|
|
net: Add inet_addr lookup by table
David Ahern
2015-08-13
1
-7
/
+15
*
|
|
|
udp: Handle VRF device in sendmsg
David Ahern
2015-08-13
1
-1
/
+21
*
|
|
|
net: Use VRF device index for lookups on TX
David Ahern
2015-08-13
3
-2
/
+14
*
|
|
|
net: Use VRF device index for lookups on RX
David Ahern
2015-08-13
2
-2
/
+9
*
|
|
|
tcp: TLP retransmits last if failed to send new packet
Yuchung Cheng
2015-08-13
1
-16
/
+22
*
|
|
|
tcp: don't extend RTO on failed loss probe attempts
Yuchung Cheng
2015-08-13
1
-7
/
+6
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-08-13
4
-6
/
+14
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
inet: fix possible request socket leak
Eric Dumazet
2015-08-10
1
-1
/
+1
|
*
|
|
inet: fix races with reqsk timers
Eric Dumazet
2015-08-10
1
-1
/
+1
|
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
2015-08-10
1
-1
/
+2
|
|
\
\
\
[next]