summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2015-12-09net: Fix prefsrc lookupsDavid Ahern1-3/+10
2015-12-09ipv4: disable BH when changing ip local port rangeWANG Cong1-2/+2
2015-12-09ipmr: fix possible race resulting from improper usage of IP_INC_STATS_BH() in...Ani Sinha1-3/+3
2015-12-09ipv4: update RTNH_F_LINKDOWN flag on UP eventJulian Anastasov1-0/+7
2015-12-09ipv4: fix to not remove local route on link downJulian Anastasov2-9/+15
2015-10-28fib_trie: leaf_walk_rcu should not compute key if key is less than pn->keyAlexander Duyck1-1/+1
2015-10-27ipv6: gre: support SIT encapsulationEric Dumazet1-1/+2
2015-10-23tcp: allow dctcp alpha to drop to zeroAndrew Shewmaker1-1/+1
2015-10-23openvswitch: Fix egress tunnel info.Pravin B Shelar1-9/+37
2015-10-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-0/+2
2015-10-22tcp: remove improper preemption check in tcp_xmit_probe_skb()Renato Westphal1-1/+1
2015-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2-3/+2
2015-10-19xfrm: Fix pmtu discovery for local generated packets.Steffen Klassert1-0/+2
2015-10-12netfilter: ipt_rpfilter: remove the nh_scope test in rpfilter_lookup_reverselucien1-3/+1
2015-10-05ipv4: fix reply_dst leakage on arp replyJiri Benc1-3/+5
2015-10-05inet: fix race in reqsk_queue_unlink()Eric Dumazet1-9/+10
2015-10-01netfilter: fix Kconfig dependencies for nf_dup_ipv{4,6}Pablo Neira Ayuso1-0/+1
2015-09-30net: Initialize flow flags in input pathDavid Ahern2-0/+2
2015-09-26net: Fix panic in icmp_route_lookupDavid Ahern1-2/+2
2015-09-25lwtunnel: remove source and destination UDP port config optionJiri Benc1-24/+0
2015-09-25ipv4: send arp replies to the correct tunnelJiri Benc2-14/+53
2015-09-24tcp: add proper TS val into RST packetsEric Dumazet1-0/+1
2015-09-22inet: fix races in reqsk_queue_hash_req()Eric Dumazet1-4/+4
2015-09-22tcp/dccp: fix timewait races in timer handlingEric Dumazet2-13/+16
2015-09-21iptunnel: make rx/tx bytes counters consistentNicolas Dichtel1-1/+1
2015-09-21net: Fix behaviour of unreachable, blackhole and prohibit routesNikola Forró1-2/+4
2015-09-18tcp_cubic: do not set epoch_start in the futureEric Dumazet1-2/+8
2015-09-18net: Fix vti use case with oif in dst lookupsDavid Ahern3-2/+5
2015-09-10tcp_cubic: better follow cubic curve after idle periodEric Dumazet1-0/+16
2015-09-10tcp: generate CA_EVENT_TX_START on data framesNeal Cardwell1-3/+3
2015-09-10net: ipv6: use common fib_default_rule_prefPhil Sutter2-2/+0
2015-09-03netfilter: nf_dup{4, 6}: fix build error when nf_conntrack disabledDaniel Borkmann1-0/+1
2015-09-02net: Make table id type u32David Ahern3-7/+7
2015-08-31tcp: use dctcp if enabled on the route to the initiatorDaniel Borkmann3-6/+16
2015-08-31fib, fib6: reject invalid feature bitsDaniel Borkmann1-0/+2
2015-08-31net: fib: move metrics parsing to a helperFlorian Westphal1-30/+41
2015-08-31ip-tunnel: Use API to access tunnel metadata options.Pravin B Shelar1-2/+0
2015-08-31ipv4: fix 32b buildMadalin Bucur1-1/+1
2015-08-31ipv4: Fix 32-bit build.David S. Miller1-2/+2
2015-08-31net: Introduce helper functions to get the per cpu dataRaghavendra K T1-14/+27
2015-08-29fou: reject IPv6 configJiri Benc1-1/+1
2015-08-29ip_tunnels: record IP version in tunnel infoJiri Benc2-2/+3
2015-08-29ip_tunnels: convert the mode field of ip_tunnel_info to flagsJiri Benc2-2/+2
2015-08-29net: FIB tracepointsDavid Ahern2-0/+8
2015-08-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller3-31/+18
2015-08-28net: Add support for VRFs to inetpeer cacheDavid Ahern3-4/+9
2015-08-28net: Add helper function to compare inetpeer addressesDavid Ahern2-23/+3
2015-08-28net: Add set,get helpers for inetpeer addressesDavid Ahern1-38/+27
2015-08-28net: Introduce ipv4_addr_hash and use it for tcp metricsDavid Ahern1-6/+6
2015-08-28IGMP: Inhibit reports for local multicast groupsPhilip Downey2-1/+32