aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-26tcp: switch rcv_rtt_est and rcvq_space to high resolution timestampsEric Dumazet2-12/+18
2017-04-26tcp: remove ack_time from struct tcp_sacktag_stateEric Dumazet1-4/+0
2017-04-26tcp: use tp->tcp_mstamp in tcp_clean_rtx_queue()Eric Dumazet1-1/+1
2017-04-26tcp: do not pass timestamp to tcp_rack_advance()Eric Dumazet2-7/+4
2017-04-26tcp: do not pass timestamp to tcp_rate_gen()Eric Dumazet2-5/+5
2017-04-26tcp: do not pass timestamp to tcp_fastretrans_alert()Eric Dumazet1-8/+4
2017-04-26tcp: do not pass timestamp to tcp_rack_identify_loss()Eric Dumazet1-5/+4
2017-04-26tcp: do not pass timestamp to tcp_rack_mark_lost()Eric Dumazet2-2/+2
2017-04-26tcp: do not pass timestamp to tcp_rack_detect_loss()Eric Dumazet1-7/+4
2017-04-26tcp: add tp->tcp_mstamp fieldEric Dumazet1-0/+3
2017-04-26netfilter: don't attach a nat extension by defaultFlorian Westphal1-3/+1
2017-04-26netfilter: pptp: attach nat extension when neededFlorian Westphal1-4/+21
2017-04-26netfilter: masquerade: attach nat extension if not presentFlorian Westphal1-2/+3
2017-04-26netfilter: SYNPROXY: Return NF_STOLEN instead of NF_DROP during handshakingGao Feng1-7/+14
2017-04-26netfilter: synproxy: only register hooks when neededFlorian Westphal1-34/+39
2017-04-24net/tcp_fastopen: Remove mss check in tcp_write_timeout()Wei Wang1-4/+3
2017-04-24net/tcp_fastopen: Add snmp counter for blackhole detectionWei Wang3-4/+6
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-24udp: disable inner UDP checksum offloads in IPsec caseAnsis Atteka1-0/+3
2017-04-24ipv4: Avoid caching l3mdev dst on mismatched local routeRobert Shearman1-1/+2
2017-04-24esp: Fix misplaced spin_unlock_bh.Steffen Klassert1-5/+1
2017-04-23Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar1-1/+1
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-18mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCUPaul E. McKenney1-1/+1
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-15netfilter: remove nf_ct_is_untrackedFlorian Westphal2-5/+1
2017-04-15netfilter: kill the fake untracked conntrack objectsFlorian Westphal1-2/+1
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