aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-26ipv6: gre: support SIT encapsulationEric Dumazet1-1/+2
2015-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-14/+43
2015-10-23tcp/dccp: fix hashdance race for passive sessionsEric Dumazet6-32/+65
2015-10-23ipv4: implement support for NOPREFIXROUTE ifa flag for ipv4 addressPaolo Abeni1-6/+8
2015-10-23tcp: allow dctcp alpha to drop to zeroAndrew Shewmaker1-1/+1
2015-10-23xfrm4: Reload skb header pointers after calling pskb_may_pull.Steffen Klassert1-7/+26
2015-10-23xfrm4: Fix header checks in _decode_session4.Steffen Klassert1-5/+10
2015-10-22openvswitch: Fix egress tunnel info.Pravin B Shelar1-9/+37
2015-10-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller1-0/+2
2015-10-21tcp: remove improper preemption check in tcp_xmit_probe_skb()Renato Westphal1-1/+1
2015-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2-3/+2
2015-10-21netlink: Rightsize IFLA_AF_SPEC size calculationArad, Ronen1-2/+2
2015-10-21tcp: use RACK to detect lossesYuchung Cheng3-2/+91
2015-10-21tcp: track the packet timings in RACKYuchung Cheng4-0/+49
2015-10-21tcp: add tcp_tsopt_ecr_before helperYuchung Cheng1-2/+7
2015-10-21tcp: remove tcp_mark_lost_retrans()Yuchung Cheng2-71/+0
2015-10-21tcp: track min RTT using windowed min-filterYuchung Cheng4-5/+82
2015-10-21tcp: apply Kern's check on RTTs used for congestion controlYuchung Cheng1-4/+1
2015-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+5
2015-10-19xfrm: Fix pmtu discovery for local generated packets.Steffen Klassert1-0/+2
2015-10-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller10-38/+24
2015-10-18tcp: do not set queue_mapping on SYNACKEric Dumazet4-6/+3
2015-10-18ipconfig: send Client-identifier in DHCP requestsLi RongQing1-1/+31
2015-10-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso28-261/+382
2015-10-16netfilter: ipv4: whitespace around operatorsIan Morris3-6/+6
2015-10-16netfilter: ipv4: code indentationIan Morris3-5/+5
2015-10-16netfilter: ipv4: function definition layoutIan Morris2-6/+6
2015-10-16netfilter: ipv4: ternary operator layoutIan Morris2-5/+5
2015-10-16netfilter: ipv4: label placementIan Morris2-2/+2
2015-10-16netfilter: remove hook owner refcountingFlorian Westphal4-14/+0
2015-10-16net: Fix suspicious RCU usage in fib_rebalanceDavid Ahern1-2/+2
2015-10-16tcp/dccp: fix race at listener dismantle phaseEric Dumazet1-22/+49
2015-10-16tcp/dccp: add inet_csk_reqsk_queue_drop_and_put() helperEric Dumazet2-3/+9
2015-10-16Revert "inet: fix double request socket freeing"Eric Dumazet1-2/+2
2015-10-14tcp: avoid spurious SYN flood detection at listen() timeEric Dumazet1-2/+2
2015-10-14tcp/dccp: fix potential NULL deref in __inet_inherit_port()Eric Dumazet1-0/+4
2015-10-14Revert "ipv4/icmp: redirect messages can use the ingress daddr as source"Paolo Abeni2-15/+1
2015-10-13tcp/dccp: fix behavior of stale SYN_RECV request socketsEric Dumazet1-1/+6
2015-10-12ipv4: Pass struct net into ip_defrag and ip_check_defragEric W. Biederman3-10/+11
2015-10-12ipv4: Only compute net once in ip_call_ra_chainEric W. Biederman1-1/+2
2015-10-12ipv4/icmp: redirect messages can use the ingress daddr as sourcePaolo Abeni2-1/+15
2015-10-12net: shrink struct sock and request_sock by 8 bytesEric Dumazet5-14/+14
2015-10-12net: SO_INCOMING_CPU setsockopt() supportEric Dumazet2-1/+7
2015-10-12netfilter: ipt_rpfilter: remove the nh_scope test in rpfilter_lookup_reverselucien1-3/+1
2015-10-12tcp: change type of alive from int to boolRichard Sailer1-3/+3
2015-10-11tcp: fix RFS vs lockless listenersEric Dumazet2-0/+2
2015-10-08net: Do not drop to make_route if oif is l3mdevDavid Ahern1-1/+2
2015-10-08dst: Pass net into dst->outputEric W. Biederman3-9/+5
2015-10-08ipv4, ipv6: Pass net into ip_local_out and ip6_local_outEric W. Biederman6-11/+10
2015-10-08ipv4, ipv6: Pass net into __ip_local_out and __ip6_local_outEric W. Biederman1-3/+2