summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* fib_trie: leaf_walk_rcu should not compute key if key is less than pn->keyAlexander Duyck2015-10-281-1/+1
* ipv6: gre: support SIT encapsulationEric Dumazet2015-10-271-1/+2
* tcp: allow dctcp alpha to drop to zeroAndrew Shewmaker2015-10-231-1/+1
* openvswitch: Fix egress tunnel info.Pravin B Shelar2015-10-231-9/+37
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2015-10-221-0/+2
|\
| * xfrm: Fix pmtu discovery for local generated packets.Steffen Klassert2015-10-191-0/+2
* | tcp: remove improper preemption check in tcp_xmit_probe_skb()Renato Westphal2015-10-221-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2015-10-222-3/+2Star
|\ \
| * | netfilter: ipt_rpfilter: remove the nh_scope test in rpfilter_lookup_reverselucien2015-10-121-3/+1Star
| * | netfilter: fix Kconfig dependencies for nf_dup_ipv{4,6}Pablo Neira Ayuso2015-10-011-0/+1
* | | ipv4: fix reply_dst leakage on arp replyJiri Benc2015-10-051-3/+5
* | | inet: fix race in reqsk_queue_unlink()Eric Dumazet2015-10-051-9/+10
|/ /
* | net: Initialize flow flags in input pathDavid Ahern2015-09-302-0/+2
* | net: Fix panic in icmp_route_lookupDavid Ahern2015-09-261-2/+2
* | lwtunnel: remove source and destination UDP port config optionJiri Benc2015-09-241-24/+0Star
* | ipv4: send arp replies to the correct tunnelJiri Benc2015-09-242-14/+53
* | tcp: add proper TS val into RST packetsEric Dumazet2015-09-231-0/+1
* | inet: fix races in reqsk_queue_hash_req()Eric Dumazet2015-09-221-4/+4
* | tcp/dccp: fix timewait races in timer handlingEric Dumazet2015-09-222-13/+16
* | iptunnel: make rx/tx bytes counters consistentNicolas Dichtel2015-09-211-1/+1
* | net: Fix behaviour of unreachable, blackhole and prohibit routesNikola Forró2015-09-211-2/+4
* | tcp_cubic: do not set epoch_start in the futureEric Dumazet2015-09-181-2/+8
* | net: Fix vti use case with oif in dst lookupsDavid Ahern2015-09-183-2/+5
* | tcp_cubic: better follow cubic curve after idle periodEric Dumazet2015-09-101-0/+16
* | tcp: generate CA_EVENT_TX_START on data framesNeal Cardwell2015-09-101-3/+3
* | net: ipv6: use common fib_default_rule_prefPhil Sutter2015-09-092-2/+0Star
|/
* netfilter: nf_dup{4, 6}: fix build error when nf_conntrack disabledDaniel Borkmann2015-09-031-0/+1
* net: Make table id type u32David Ahern2015-09-013-7/+7
* tcp: use dctcp if enabled on the route to the initiatorDaniel Borkmann2015-08-313-6/+16
* fib, fib6: reject invalid feature bitsDaniel Borkmann2015-08-311-0/+2
* net: fib: move metrics parsing to a helperFlorian Westphal2015-08-311-30/+41
* ip-tunnel: Use API to access tunnel metadata options.Pravin B Shelar2015-08-311-2/+0Star
* ipv4: fix 32b buildMadalin Bucur2015-08-311-1/+1
* ipv4: Fix 32-bit build.David S. Miller2015-08-311-2/+2
* net: Introduce helper functions to get the per cpu dataRaghavendra K T2015-08-311-14/+27
* fou: reject IPv6 configJiri Benc2015-08-291-1/+1
* ip_tunnels: record IP version in tunnel infoJiri Benc2015-08-292-2/+3
* ip_tunnels: convert the mode field of ip_tunnel_info to flagsJiri Benc2015-08-292-2/+2
* net: FIB tracepointsDavid Ahern2015-08-292-0/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2015-08-293-31/+18Star
|\
| * Revert "netfilter: xtables: compute exact size needed for jumpstack"Florian Westphal2015-08-282-30/+17Star
| * netfilter: nf_dup: fix sparse warningsPablo Neira Ayuso2015-08-211-1/+1
* | net: Add support for VRFs to inetpeer cacheDavid Ahern2015-08-283-4/+9
* | net: Add helper function to compare inetpeer addressesDavid Ahern2015-08-282-23/+3Star
* | net: Add set,get helpers for inetpeer addressesDavid Ahern2015-08-281-38/+27Star
* | net: Introduce ipv4_addr_hash and use it for tcp metricsDavid Ahern2015-08-281-6/+6
* | IGMP: Inhibit reports for local multicast groupsPhilip Downey2015-08-282-1/+32
* | geneve: Consolidate Geneve functionality in single module.Pravin B Shelar2015-08-283-462/+0Star
* | tunnel: introduce udp_tun_rx_dst()Pravin B Shelar2015-08-282-17/+29
* | ah4: Fix error return in ah_input().David S. Miller2015-08-251-1/+3