aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-08treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko2-9/+2
2017-05-04ipv4, ipv6: ensure raw socket message is big enough to hold an IP headerAlexander Potapenko1-0/+3
2017-05-04tcp: do not inherit fastopen_req from parentEric Dumazet1-0/+1
2017-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds53-910/+1365
2017-05-02tcp: fix wraparound issue in tcp_lpEric Dumazet1-2/+4
2017-05-01net/esp4: Fix invalid esph pointer crashIlan Tayari1-0/+1
2017-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller10-99/+113
2017-05-01netfilter: snmp: avoid stack size warningFlorian Westphal1-6/+6
2017-04-30ipv4: get rid of ip_ra_lockWANG Cong1-10/+2
2017-04-30tcp: fix access to sk->sk_state in tcp_poll()Davide Caratti1-1/+1
2017-04-28tcp: do not underestimate skb->truesize in tcp_trim_head()Eric Dumazet1-7/+12
2017-04-28ipv4: Don't pass IP fragments to upper layer GRO handlers.Steffen Klassert1-0/+3
2017-04-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller1-5/+1
2017-04-27net: fib: Decrease one unnecessary rt cache flush in fib_disable_ipGao Feng1-1/+2
2017-04-27tcp: tcp_rack_reo_timeout() must update tp->tcp_mstampEric Dumazet1-0/+1
2017-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-9/+8
2017-04-26tcp: memset ca_priv data to 0 properlyWei Wang1-8/+3
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-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