summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2015-08-27tunnel: introduce udp_tun_rx_dst()Pravin B Shelar
2015-08-25ah4: Fix error return in ah_input().David S. Miller
2015-08-25tcp: refine pacing rate determinationEric Dumazet
2015-08-25xfrm: Use VRF master index if output device is enslavedDavid Ahern
2015-08-25tcp: fix slow start after idle vs TSO/GSOEric Dumazet
2015-08-24lwt: Add cfg argument to build_stateTom Herbert
2015-08-23fou: Do WARN_ON_ONCE in gue_gro_receive for bad proto callbacksTom Herbert
2015-08-23gro: Fix remcsum offload to deal with frags in GROTom Herbert
2015-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2015-08-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Pablo Neira Ayuso
2015-08-20ipv6: route: per route IP tunnel metadata via lightweight tunnelJiri Benc
2015-08-20route: move lwtunnel state to dst_entryJiri Benc
2015-08-20ip_tunnels: use tos and ttl fields also for IPv6Jiri Benc
2015-08-20ip_tunnels: add IPv6 addresses to ip_tunnel_keyJiri Benc
2015-08-20net: Fix nexthop lookupsDavid Ahern
2015-08-20ipv4: Make fib_encap_match staticYing Xue
2015-08-20vrf: vrf_master_ifindex_rcu is not always called with rcu read lockNikolay Aleksandrov
2015-08-19lwtunnel: ip tunnel: fix multiple routes with different encapJiri Benc
2015-08-19lwtunnel: fix memory leakJiri Benc
2015-08-18net: Change pseudohdr argument of inet_proto_csum_replace* to be a boolTom Herbert
2015-08-18lwt: Add support to redirect dst.inputTom Herbert
2015-08-17netfilter: nf_conntrack: add efficient mark to zone mappingDaniel Borkmann
2015-08-17netfilter: nf_conntrack: add direction support for zonesDaniel Borkmann
2015-08-17inet: Move VRF table lookup to inlined functionDavid Ahern
2015-08-17lwtunnel: rename ip lwtunnel attributesJiri Benc
2015-08-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2015-08-17Revert "net: limit tcp/udp rmem/wmem to SOCK_{RCV,SND}BUF_MIN"Calvin Owens
2015-08-17ipv4: fix refcount leak in fib_check_nh()Eric Dumazet
2015-08-14inet: fix potential deadlock in reqsk_queue_unlink()Eric Dumazet
2015-08-14net: frags: Add VRF device index to cache and lookupDavid Ahern
2015-08-14net: Use VRF index for oif in ip_send_unicast_replyDavid Ahern
2015-08-14net: Use passed in table for nexthop lookupsDavid Ahern
2015-08-14net: Add routes to the table associated with the deviceDavid Ahern
2015-08-14net: Fix up inet_addr_type checksDavid Ahern
2015-08-14net: Add inet_addr lookup by tableDavid Ahern
2015-08-14udp: Handle VRF device in sendmsgDavid Ahern
2015-08-14net: Use VRF device index for lookups on TXDavid Ahern
2015-08-14net: Use VRF device index for lookups on RXDavid Ahern
2015-08-14ipv4: off-by-one in continuation handling in /proc/net/routeAndy Whitcroft
2015-08-14net: fix wrong skb_get() usage / crash in IGMP/MLD parsing codeLinus Lüssing
2015-08-13tcp: TLP retransmits last if failed to send new packetYuchung Cheng
2015-08-13tcp: don't extend RTO on failed loss probe attemptsYuchung Cheng
2015-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-08-12net: ipv4: increase dhcp inter device timeoutMugunthan V N
2015-08-11xfrm: Add oif to dst lookupsDavid Ahern
2015-08-11netfilter: nf_conntrack: push zone object into functionsDaniel Borkmann
2015-08-11inet: fix possible request socket leakEric Dumazet
2015-08-11inet: fix races with reqsk timersEric Dumazet
2015-08-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller