summaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
Commit message (Expand)AuthorAgeFilesLines
* tcp: warn on negative reordering valuesSoheil Hassas Yeganeh2017-05-191-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-05-187-24/+58
|\
| * udp: make *udp*_queue_rcv_skb() functions staticPaolo Abeni2017-05-182-3/+2
| * arp: honour gratuitous ARP _replies_Ihar Hrachyshka2017-05-171-2/+14
| * net: Improve handling of failures on link and route dumpsDavid Ahern2017-05-162-16/+25
| * ipmr: vrf: Find VIFs using the actual deviceThomas Winter2017-05-161-2/+16
| * tcp: eliminate negative reordering in tcp_clean_rtx_queueSoheil Hassas Yeganeh2017-05-161-1/+1
* | tcp: fix tcp_rearm_rto()Eric Dumazet2017-05-181-6/+6
* | net: fix __skb_try_recv_from_queue to return the old behaviorAndrey Vagin2017-05-181-9/+3
* | udp: make function udp_skb_dtor_locked staticColin Ian King2017-05-181-1/+1
* | tcp: switch TCP TS option (RFC 7323) to 1ms clockEric Dumazet2017-05-1711-114/+112
* | tcp: replace misc tcp_time_stamp to tcp_jiffies32Eric Dumazet2017-05-175-6/+6
* | tcp_lp: cache tcp_time_stampEric Dumazet2017-05-171-3/+4
* | tcp_westwood: use tcp_jiffies32 instead of tcp_time_stampEric Dumazet2017-05-171-3/+3
* | tcp: use tcp_jiffies32 in __tcp_oow_rate_limited()Eric Dumazet2017-05-171-2/+2
* | tcp: uses jiffies_32 to feed tp->chrono_startEric Dumazet2017-05-172-2/+2
* | tcp: use tcp_jiffies32 to feed probe_timestampEric Dumazet2017-05-172-4/+4
* | tcp: use tcp_jiffies32 for rcv_tstamp and lrcvtimeEric Dumazet2017-05-174-6/+6
* | tcp: bic, cubic: use tcp_jiffies32 instead of tcp_time_stampEric Dumazet2017-05-172-9/+9
* | tcp_bbr: use tcp_jiffies32 instead of tcp_time_stampEric Dumazet2017-05-171-6/+6
* | tcp: use tcp_jiffies32 to feed tp->snd_cwnd_stampEric Dumazet2017-05-173-12/+12
* | tcp: use tcp_jiffies32 to feed tp->lsndtimeEric Dumazet2017-05-175-8/+8
* | tcp: use tp->tcp_mstamp in output pathEric Dumazet2017-05-174-12/+14
* | tcp: internal implementation for pacingEric Dumazet2017-05-163-4/+88
* | udp: keep the sk_receive_queue held when splicingPaolo Abeni2017-05-161-10/+26
* | udp: use a separate rx queue for packet receptionPaolo Abeni2017-05-161-15/+123
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-05-161-4/+5
|\
| * tcp: avoid fragmenting peculiar skbs in SACKYuchung Cheng2017-05-121-4/+5
* | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-05-101-1/+1
|\ \ | |/ |/|
| * Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2017-04-231-1/+1
| |\
| | * mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCUPaul E. McKenney2017-04-181-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-05-106-27/+44
|\ \ \
| * | | dccp/tcp: do not inherit mc_list from parentEric Dumazet2017-05-091-0/+2
| * | | Revert "ipv4: restore rt->fi for reference counting"David S. Miller2017-05-091-17/+1
| * | | vti: check nla_put_* return valueHangbin Liu2017-05-081-6/+7
| * | | tcp: make congestion control optionally skip slow start after idleWei Wang2017-05-081-1/+3
| * | | ipv4: restore rt->fi for reference countingWANG Cong2017-05-081-1/+17
| * | | tcp: randomize timestamps on syncookiesEric Dumazet2017-05-053-20/+32
* | | | treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko2017-05-092-9/+2
|/ / /
* | | ipv4, ipv6: ensure raw socket message is big enough to hold an IP headerAlexander Potapenko2017-05-041-0/+3
* | | tcp: do not inherit fastopen_req from parentEric Dumazet2017-05-041-0/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-05-0353-910/+1365
|\ \ \
| * | | tcp: fix wraparound issue in tcp_lpEric Dumazet2017-05-021-2/+4
| * | | net/esp4: Fix invalid esph pointer crashIlan Tayari2017-05-011-0/+1
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2017-05-0110-99/+113
| |\ \ \
| | * | | netfilter: snmp: avoid stack size warningFlorian Westphal2017-05-011-6/+6
| | * | | netfilter: don't attach a nat extension by defaultFlorian Westphal2017-04-261-3/+1
| | * | | netfilter: pptp: attach nat extension when neededFlorian Westphal2017-04-261-4/+21
| | * | | netfilter: masquerade: attach nat extension if not presentFlorian Westphal2017-04-261-2/+3
| | * | | netfilter: SYNPROXY: Return NF_STOLEN instead of NF_DROP during handshakingGao Feng2017-04-261-7/+14