aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-25ah4: Fix error return in ah_input().David S. Miller1-1/+3
2015-08-25tcp: refine pacing rate determinationEric Dumazet2-1/+36
2015-08-25xfrm: Use VRF master index if output device is enslavedDavid Ahern1-2/+5
2015-08-25tcp: fix slow start after idle vs TSO/GSOEric Dumazet3-8/+9
2015-08-24lwt: Add cfg argument to build_stateTom Herbert2-7/+12
2015-08-23fou: Do WARN_ON_ONCE in gue_gro_receive for bad proto callbacksTom Herbert1-1/+1
2015-08-23gro: Fix remcsum offload to deal with frags in GROTom Herbert1-16/+12
2015-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-23/+24
2015-08-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller7-9/+259
2015-08-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso24-405/+720
2015-08-20ipv6: route: per route IP tunnel metadata via lightweight tunnelJiri Benc1-0/+102
2015-08-20route: move lwtunnel state to dst_entryJiri Benc2-14/+8
2015-08-20ip_tunnels: use tos and ttl fields also for IPv6Jiri Benc2-8/+8
2015-08-20ip_tunnels: add IPv6 addresses to ip_tunnel_keyJiri Benc2-9/+9
2015-08-20net: Fix nexthop lookupsDavid Ahern1-1/+8
2015-08-20ipv4: Make fib_encap_match staticYing Xue1-3/+3
2015-08-19vrf: vrf_master_ifindex_rcu is not always called with rcu read lockNikolay Aleksandrov1-2/+2
2015-08-18lwtunnel: ip tunnel: fix multiple routes with different encapJiri Benc1-0/+7
2015-08-18lwtunnel: fix memory leakJiri Benc1-4/+6
2015-08-17net: Change pseudohdr argument of inet_proto_csum_replace* to be a boolTom Herbert3-4/+4
2015-08-17lwt: Add support to redirect dst.inputTom Herbert1-1/+7
2015-08-18netfilter: nf_conntrack: add efficient mark to zone mappingDaniel Borkmann1-1/+2
2015-08-18netfilter: nf_conntrack: add direction support for zonesDaniel Borkmann1-2/+6
2015-08-17inet: Move VRF table lookup to inlined functionDavid Ahern1-9/+1
2015-08-17lwtunnel: rename ip lwtunnel attributesJiri Benc1-43/+43
2015-08-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller1-5/+6
2015-08-17Revert "net: limit tcp/udp rmem/wmem to SOCK_{RCV,SND}BUF_MIN"Calvin Owens1-6/+4
2015-08-16ipv4: fix refcount leak in fib_check_nh()Eric Dumazet1-1/+2
2015-08-13inet: fix potential deadlock in reqsk_queue_unlink()Eric Dumazet1-1/+1
2015-08-13net: frags: Add VRF device index to cache and lookupDavid Ahern1-5/+13
2015-08-13net: Use VRF index for oif in ip_send_unicast_replyDavid Ahern1-1/+6
2015-08-13net: Use passed in table for nexthop lookupsDavid Ahern1-2/+11
2015-08-13net: Add routes to the table associated with the deviceDavid Ahern2-10/+23
2015-08-13net: Fix up inet_addr_type checksDavid Ahern5-14/+50
2015-08-13net: Add inet_addr lookup by tableDavid Ahern1-7/+15
2015-08-13udp: Handle VRF device in sendmsgDavid Ahern1-1/+21
2015-08-13net: Use VRF device index for lookups on TXDavid Ahern3-2/+14
2015-08-13net: Use VRF device index for lookups on RXDavid Ahern2-2/+9
2015-08-13ipv4: off-by-one in continuation handling in /proc/net/routeAndy Whitcroft1-1/+1
2015-08-13net: fix wrong skb_get() usage / crash in IGMP/MLD parsing codeLinus Lüssing1-15/+18
2015-08-13tcp: TLP retransmits last if failed to send new packetYuchung Cheng1-16/+22
2015-08-13tcp: don't extend RTO on failed loss probe attemptsYuchung Cheng1-7/+6
2015-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-6/+14
2015-08-12net: ipv4: increase dhcp inter device timeoutMugunthan V N1-1/+1
2015-08-11xfrm: Add oif to dst lookupsDavid Ahern1-5/+6
2015-08-11netfilter: nf_conntrack: push zone object into functionsDaniel Borkmann3-8/+8
2015-08-10inet: fix possible request socket leakEric Dumazet1-1/+1
2015-08-10inet: fix races with reqsk timersEric Dumazet1-1/+1
2015-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-1/+2
2015-08-10gre: Remove support for sharing GRE protocol hook.Pravin B Shelar2-216/+200