aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller9-47/+31
2017-02-03tcp: clear pfmemalloc on outgoing skbEric Dumazet1-0/+7
2017-02-03tcp: add tcp_mss_clamp() helperEric Dumazet3-19/+7
2017-02-02net: add LINUX_MIB_PFMEMALLOCDROP counterEric Dumazet1-0/+1
2017-02-02net: ipv4: remove fib_lookup.h from devinet.c include listDavid Ahern1-2/+0
2017-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+4
2017-02-02netfilter: allow logging from non-init namespacesMichal Kubeček2-2/+2
2017-02-02netfilter: add and use nf_ct_set helperFlorian Westphal3-6/+3
2017-02-02skbuff: add and use skb_nfct helperFlorian Westphal4-8/+8
2017-02-02netfilter: reset netfilter state when duplicating packetFlorian Westphal1-1/+1
2017-02-02netfilter: conntrack: no need to pass ctinfo to error handlerFlorian Westphal1-6/+6
2017-02-01tcp: fix 0 divide in __tcp_select_window()Eric Dumazet1-2/+4
2017-02-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller3-82/+261
2017-01-30lwtunnel: remove device arg to lwtunnel_build_stateDavid Ahern2-21/+10
2017-01-30net: Avoid receiving packets with an l3mdev on unbound UDP socketsRobert Shearman2-7/+31
2017-01-29tcp: include locally failed retries in retransmission statsYuchung Cheng1-9/+9
2017-01-29tcp: record pkts sent and retransmisttedYuchung Cheng1-1/+5
2017-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller9-16/+30
2017-01-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller5-15/+18
2017-01-25net/tcp-fastopen: make connect()'s return case more consistent with non-TFOWilly Tarreau2-4/+4
2017-01-25net/tcp-fastopen: Add new API supportWei Wang4-9/+97
2017-01-25net/tcp-fastopen: refactor cookie check logicWei Wang2-14/+23
2017-01-25tcp: correct memory barrier usage in tcp_check_space()Jason Baron1-1/+1
2017-01-25tcp: reduce skb overhead in selected placesEric Dumazet2-2/+2
2017-01-24net: Specify the owning module for lwtunnel opsRobert Shearman1-0/+2
2017-01-24Introduce a sysctl that modifies the value of PROT_SOCK.Krister Johansen2-2/+53
2017-01-20inet: don't use sk_v6_rcv_saddr directlyJosef Bacik1-1/+1
2017-01-20net: remove bh disabling around percpu_counter accessesEric Dumazet4-8/+1
2017-01-19tcp: initialize max window for a new fastopen socketAlexey Kodanev1-0/+1
2017-01-18lwtunnel: fix autoload of lwt modulesDavid Ahern1-0/+8
2017-01-18netfilter: ipt_CLUSTERIP: fix build error without procfsArnd Bergmann1-1/+6
2017-01-18inet: reset tb->fastreuseport when adding a reuseport skJosef Bacik1-20/+86
2017-01-18inet: split inet_csk_get_port into two functionsJosef Bacik1-22/+44
2017-01-18inet: don't check for bind conflicts twice when searching for a portJosef Bacik1-20/+11
2017-01-18inet: kill smallest_size and smallest_portJosef Bacik2-25/+4
2017-01-18inet: drop ->bind_conflictJosef Bacik2-16/+7
2017-01-18inet: collapse ipv4/v6 rcv_saddr_equal functions into oneJosef Bacik3-57/+89
2017-01-17tcp: accept RST for rcv_nxt - 1 after receiving a FINJason Baron1-3/+25
2017-01-17net: ping: Use right format specifier to avoid type castingGao Feng1-3/+3
2017-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-6/+9
2017-01-17esp: Introduce a helper to setup the trailerSteffen Klassert1-25/+19
2017-01-17esp4: Avoid skb_cow_data whenever possibleSteffen Klassert1-74/+264
2017-01-16netfilter: rpfilter: fix incorrect loopback packet judgmentLiping Zhang2-14/+9
2017-01-16IPsec: do not ignore crypto err in ah4 inputGilad Ben-Yossef1-0/+3
2017-01-13tcp: disable fack by defaultYuchung Cheng1-2/+3
2017-01-13tcp: remove thin_dupack featureYuchung Cheng3-24/+2
2017-01-13tcp: remove RFC4653 NCRYuchung Cheng1-15/+0
2017-01-13tcp: remove early retransmitYuchung Cheng8-75/+6
2017-01-13tcp: remove forward retransmit featureYuchung Cheng2-63/+3
2017-01-13tcp: extend F-RTO to catch more spurious timeoutsYuchung Cheng1-14/+19