summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* 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-096-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-081-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-082-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-0253-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
| | * | | netfilter: synproxy: only register hooks when neededFlorian Westphal2017-04-261-34/+39
| | * | | netfilter: remove nf_ct_is_untrackedFlorian Westphal2017-04-152-5/+1
| | * | | netfilter: kill the fake untracked conntrack objectsFlorian Westphal2017-04-151-2/+1
| | * | | netfilter: Remove exceptional & on function nameArushi Singhal2017-04-071-1/+1
| | * | | netfilter: Remove unnecessary cast on void pointersimran singhal2017-04-072-25/+16
| | * | | netfilter: nat: nf_nat_mangle_{udp,tcp}_packet returns booleanGao Feng2017-04-061-10/+10
| * | | | ipv4: get rid of ip_ra_lockWANG Cong2017-04-301-10/+2
| * | | | tcp: fix access to sk->sk_state in tcp_poll()Davide Caratti2017-04-301-1/+1
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-04-281-5/+1
| |\ \ \ \
| | * | | | esp: Fix misplaced spin_unlock_bh.Steffen Klassert2017-04-241-5/+1
| * | | | | net: fib: Decrease one unnecessary rt cache flush in fib_disable_ipGao Feng2017-04-271-1/+2
| * | | | | tcp: tcp_rack_reo_timeout() must update tp->tcp_mstampEric Dumazet2017-04-271-0/+1
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-263-9/+8
| |\ \ \ \ \
| * | | | | | tcp: switch rcv_rtt_est and rcvq_space to high resolution timestampsEric Dumazet2017-04-262-12/+18
| * | | | | | tcp: remove ack_time from struct tcp_sacktag_stateEric Dumazet2017-04-261-4/+0
| * | | | | | tcp: use tp->tcp_mstamp in tcp_clean_rtx_queue()Eric Dumazet2017-04-261-1/+1
| * | | | | | tcp: do not pass timestamp to tcp_rack_advance()Eric Dumazet2017-04-262-7/+4
| * | | | | | tcp: do not pass timestamp to tcp_rate_gen()Eric Dumazet2017-04-262-5/+5
| * | | | | | tcp: do not pass timestamp to tcp_fastretrans_alert()Eric Dumazet2017-04-261-8/+4
| * | | | | | tcp: do not pass timestamp to tcp_rack_identify_loss()Eric Dumazet2017-04-261-5/+4
| * | | | | | tcp: do not pass timestamp to tcp_rack_mark_lost()Eric Dumazet2017-04-262-2/+2
| * | | | | | tcp: do not pass timestamp to tcp_rack_detect_loss()Eric Dumazet2017-04-261-7/+4
| * | | | | | tcp: add tp->tcp_mstamp fieldEric Dumazet2017-04-261-0/+3
| * | | | | | net/tcp_fastopen: Remove mss check in tcp_write_timeout()Wei Wang2017-04-241-4/+3
| * | | | | | net/tcp_fastopen: Add snmp counter for blackhole detectionWei Wang2017-04-243-4/+6
| * | | | | | net/tcp_fastopen: Disable active side TFO in certain scenariosWei Wang2017-04-245-4/+145
| * | | | | | net: add rcu locking when changing early demuxDavid Ahern2017-04-241-0/+3
| | |/ / / / | |/| | | |
| * | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-04-215-182/+484
| |\ \ \ \ \
OpenPOWER on IntegriCloud