aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2015-09-02netfilter: nf_dup{4, 6}: fix build error when nf_conntrack disabledDaniel Borkmann
2015-09-01net: Make table id type u32David Ahern
2015-08-31tcp: use dctcp if enabled on the route to the initiatorDaniel Borkmann
2015-08-31fib, fib6: reject invalid feature bitsDaniel Borkmann
2015-08-31net: fib: move metrics parsing to a helperFlorian Westphal
2015-08-31ip-tunnel: Use API to access tunnel metadata options.Pravin B Shelar
2015-08-31ipv4: fix 32b buildMadalin Bucur
2015-08-30ipv4: Fix 32-bit build.David S. Miller
2015-08-30net: Introduce helper functions to get the per cpu dataRaghavendra K T
2015-08-29fou: reject IPv6 configJiri Benc
2015-08-29ip_tunnels: record IP version in tunnel infoJiri Benc
2015-08-29ip_tunnels: convert the mode field of ip_tunnel_info to flagsJiri Benc
2015-08-29net: FIB tracepointsDavid Ahern
2015-08-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2015-08-28net: Add support for VRFs to inetpeer cacheDavid Ahern
2015-08-28net: Add helper function to compare inetpeer addressesDavid Ahern
2015-08-28net: Add set,get helpers for inetpeer addressesDavid Ahern
2015-08-28net: Introduce ipv4_addr_hash and use it for tcp metricsDavid Ahern
2015-08-28IGMP: Inhibit reports for local multicast groupsPhilip Downey
2015-08-28Revert "netfilter: xtables: compute exact size needed for jumpstack"Florian Westphal
2015-08-27geneve: Consolidate Geneve functionality in single module.Pravin B Shelar
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-21netfilter: nf_dup: fix sparse warningsPablo Neira Ayuso
2015-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-08-20Merge 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-19vrf: vrf_master_ifindex_rcu is not always called with rcu read lockNikolay Aleksandrov
2015-08-18lwtunnel: ip tunnel: fix multiple routes with different encapJiri Benc
2015-08-18lwtunnel: fix memory leakJiri Benc
2015-08-17net: Change pseudohdr argument of inet_proto_csum_replace* to be a boolTom Herbert
2015-08-17lwt: Add support to redirect dst.inputTom Herbert
2015-08-18netfilter: nf_conntrack: add efficient mark to zone mappingDaniel Borkmann
2015-08-18netfilter: 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