summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2017-04-26tcp: switch rcv_rtt_est and rcvq_space to high resolution timestampsEric Dumazet
2017-04-26tcp: remove ack_time from struct tcp_sacktag_stateEric Dumazet
2017-04-26tcp: use tp->tcp_mstamp in tcp_clean_rtx_queue()Eric Dumazet
2017-04-26tcp: do not pass timestamp to tcp_rack_advance()Eric Dumazet
2017-04-26tcp: do not pass timestamp to tcp_rate_gen()Eric Dumazet
2017-04-26tcp: do not pass timestamp to tcp_fastretrans_alert()Eric Dumazet
2017-04-26tcp: do not pass timestamp to tcp_rack_identify_loss()Eric Dumazet
2017-04-26tcp: do not pass timestamp to tcp_rack_mark_lost()Eric Dumazet
2017-04-26tcp: do not pass timestamp to tcp_rack_detect_loss()Eric Dumazet
2017-04-26tcp: add tp->tcp_mstamp fieldEric Dumazet
2017-04-26netfilter: don't attach a nat extension by defaultFlorian Westphal
2017-04-26netfilter: pptp: attach nat extension when neededFlorian Westphal
2017-04-26netfilter: masquerade: attach nat extension if not presentFlorian Westphal
2017-04-26netfilter: SYNPROXY: Return NF_STOLEN instead of NF_DROP during handshakingGao Feng
2017-04-26netfilter: synproxy: only register hooks when neededFlorian Westphal
2017-04-24net/tcp_fastopen: Remove mss check in tcp_write_timeout()Wei Wang
2017-04-24net/tcp_fastopen: Add snmp counter for blackhole detectionWei Wang
2017-04-24net/tcp_fastopen: Disable active side TFO in certain scenariosWei Wang
2017-04-24net: add rcu locking when changing early demuxDavid Ahern
2017-04-24udp: disable inner UDP checksum offloads in IPsec caseAnsis Atteka
2017-04-24ipv4: Avoid caching l3mdev dst on mismatched local routeRobert Shearman
2017-04-24esp: Fix misplaced spin_unlock_bh.Steffen Klassert
2017-04-23Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2017-04-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2017-04-21ip_tunnel: Allow policy-based routing through tunnelsCraig Gallek
2017-04-20tcp_cubic: fix typo in module param descriptionChema Gonzalez
2017-04-20tcp: remove poll() flakes with FastOpenEric Dumazet
2017-04-20tcp: remove poll() flakes when receiving RSTEric Dumazet
2017-04-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-04-19esp4/6: Fix GSO path for non-GSO SW-crypto packetsIlan Tayari
2017-04-18mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCUPaul E. McKenney
2017-04-17net: rtnetlink: plumb extended ack to doit functionDavid Ahern
2017-04-17net-timestamp: avoid use-after-free in ip_recv_errorWillem de Bruijn
2017-04-17ipv4: fix a deadlock in ip_ra_controlWANG Cong
2017-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-04-15netfilter: remove nf_ct_is_untrackedFlorian Westphal
2017-04-15netfilter: kill the fake untracked conntrack objectsFlorian Westphal
2017-04-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2017-04-14xfrm: Prepare the GRO codepath for hardware offloading.Steffen Klassert
2017-04-14xfrm: Add encapsulation header offsets while SKB is not encryptedIlan Tayari
2017-04-14esp: Use a synchronous crypto algorithm on offloading.Steffen Klassert
2017-04-14esp: Add gso handlers for esp4 and esp6Steffen Klassert
2017-04-14esp4: Reorganize esp_outputSteffen Klassert
2017-04-14xfrm: Add an IPsec hardware offloading APISteffen Klassert
2017-04-14xfrm: Add mode handlers for IPsec on layer 2Steffen Klassert
2017-04-13netfilter: ipt_CLUSTERIP: Fix wrong conntrack netns refcnt usageGao Feng
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg
2017-04-13net: ipv4: Refine the ipv4_default_advmssGao Feng
2017-04-09tcp: clear saved_syn in tcp_disconnect()Eric Dumazet
2017-04-08net: tcp: Increase TCP_MIB_OUTRSTS even though fail to alloc skbGao Feng