aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-24net/tcp_fastopen: Disable active side TFO in certain scenariosWei Wang5-4/+145
2017-04-24net: add rcu locking when changing early demuxDavid Ahern1-0/+3
2017-04-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller5-182/+484
2017-04-21ip_tunnel: Allow policy-based routing through tunnelsCraig Gallek4-29/+66
2017-04-20tcp_cubic: fix typo in module param descriptionChema Gonzalez1-1/+1
2017-04-20tcp: remove poll() flakes with FastOpenEric Dumazet1-7/+9
2017-04-20tcp: remove poll() flakes when receiving RSTEric Dumazet1-2/+2
2017-04-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-14/+9
2017-04-19esp4/6: Fix GSO path for non-GSO SW-crypto packetsIlan Tayari1-2/+2
2017-04-17net: rtnetlink: plumb extended ack to doit functionDavid Ahern4-13/+21
2017-04-17net-timestamp: avoid use-after-free in ip_recv_errorWillem de Bruijn1-5/+4
2017-04-17ipv4: fix a deadlock in ip_ra_controlWANG Cong3-9/+5
2017-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-11/+16
2017-04-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-1/+1
2017-04-14xfrm: Prepare the GRO codepath for hardware offloading.Steffen Klassert1-19/+23
2017-04-14xfrm: Add encapsulation header offsets while SKB is not encryptedIlan Tayari2-0/+5
2017-04-14esp: Use a synchronous crypto algorithm on offloading.Steffen Klassert1-2/+10
2017-04-14esp: Add gso handlers for esp4 and esp6Steffen Klassert2-1/+102
2017-04-14esp4: Reorganize esp_outputSteffen Klassert2-158/+285
2017-04-14xfrm: Add an IPsec hardware offloading APISteffen Klassert2-5/+5
2017-04-14xfrm: Add mode handlers for IPsec on layer 2Steffen Klassert2-0/+57
2017-04-13netfilter: ipt_CLUSTERIP: Fix wrong conntrack netns refcnt usageGao Feng1-1/+1
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg5-10/+16
2017-04-13net: ipv4: Refine the ipv4_default_advmssGao Feng1-8/+4
2017-04-09tcp: clear saved_syn in tcp_disconnect()Eric Dumazet1-0/+1
2017-04-08net: tcp: Increase TCP_MIB_OUTRSTS even though fail to alloc skbGao Feng1-2/+2
2017-04-07tcp: restrict F-RTO to work-around broken middle-boxesYuchung Cheng1-8/+12
2017-04-07net: ipv4: fix multipath RTM_GETROUTE behavior when iif is givenFlorian Larysch1-4/+9
2017-04-06net: ipv4: fix multipath RTM_GETROUTE behavior when iif is givenFlorian Larysch1-1/+1
2017-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-40/+31
2017-04-05tcp: fix reordering SNMP under-countingYuchung Cheng1-13/+14
2017-04-05tcp: fix lost retransmit SNMP under-countingYuchung Cheng1-1/+2
2017-04-05net: tcp: Define the TCP_MAX_WSCALE instead of literal number 14Gao Feng3-12/+11
2017-04-03tcp: minimize false-positives on TCP/GRO checkMarcelo Ricardo Leitner1-5/+9
2017-03-30net: tcp: Refine the __tcp_select_windowGao Feng1-5/+3
2017-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-18/+2
2017-03-28net: break include loop netdevice.h, dsa.h, devlink.hAndrew Lunn1-0/+1
2017-03-28net: devinet: Add support for RTM_DELNETCONFDavid Ahern1-11/+21
2017-03-28net: devinet: Refactor inet_netconf_notify_devconf to take eventDavid Ahern2-17/+27
2017-03-27net: ipconfig: fix ic_close_devs() use-after-freeMark Rutland1-1/+1
2017-03-27netfilter: nf_nat_snmp: Fix panic when snmp_trap_helper fails to registerGao Feng1-18/+1
2017-03-27netfilter: invoke synchronize_rcu after set the _hook_ to NULLLiping Zhang1-0/+1
2017-03-24ping: implement proper lockingEric Dumazet1-2/+3
2017-03-24tcp: Record Rx hash and NAPI ID in tcp_child_processAlexander Duyck2-2/+4
2017-03-24net: Add sysctl to toggle early demux for tcp and udpsubashab@codeaurora.org4-5/+77
2017-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller9-24/+35
2017-03-22inet: frag: release spinlock before calling icmp_send()Eric Dumazet1-8/+17
2017-03-22tcp: initialize icsk_ack.lrcvtime at session start timeEric Dumazet2-1/+2
2017-03-22ipv4: provide stronger user input validation in nl_fib_input()Eric Dumazet1-1/+2
2017-03-22net: tcp: Permit user set TCP_MAXSEG to default valueGao Feng1-1/+1