summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* net: rfs: add hash collision detectionEric Dumazet2015-02-081-2/+0
* gre/ipip: use be16 variants of netlink functionsSabrina Dubroca2015-02-082-12/+12
* tcp: mitigate ACK loops for connections as tcp_timewait_sockNeal Cardwell2015-02-081-5/+24
* tcp: mitigate ACK loops for connections as tcp_sockNeal Cardwell2015-02-082-7/+23
* tcp: mitigate ACK loops for connections as tcp_request_sockNeal Cardwell2015-02-081-1/+5
* tcp: helpers to mitigate ACK loops by rate-limiting out-of-window dupacksNeal Cardwell2015-02-083-0/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-02-059-69/+80
|\
| * ipv4: tcp: get rid of ugly unicast_sockEric Dumazet2015-02-012-32/+35
| * ipv4: Don't increase PMTU with Datagram Too Big message.Li Wei2015-01-291-0/+3
| * tcp: ipv4: initialize unicast_sock sk_pacing_rateEric Dumazet2015-01-281-0/+1
| * tcp: fix timing issue in CUBIC slope calculationNeal Cardwell2015-01-281-0/+8
| * tcp: fix stretch ACK bugs in CUBICNeal Cardwell2015-01-281-22/+9
| * tcp: fix stretch ACK bugs in RenoNeal Cardwell2015-01-281-4/+6
| * tcp: fix the timid additive increase on stretch ACKsNeal Cardwell2015-01-281-6/+9
| * tcp: stretch ACK fixes prepNeal Cardwell2015-01-286-9/+13
* | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...David S. Miller2015-02-045-147/+127
|\ \
| * | net: switch memcpy_fromiovec()/memcpy_fromiovecend() users to copy_from_iter()Al Viro2015-02-044-13/+11
| * | ip: convert tcp_sendmsg() to iov_iter primitivesAl Viro2015-02-043-131/+115
| * | ip: stash a pointer to msghdr in struct ping_fakehdrAl Viro2015-02-041-4/+3
| * | ipv4: raw_send_hdrinc(): pass msghdrAl Viro2015-02-041-4/+3
* | | tcp: do not pace pure ack packetsEric Dumazet2015-02-041-1/+9
* | | net: add skb functions to process remote checksum offloadTom Herbert2015-02-041-16/+2
* | | net: dctcp: loosen requirement to assert ECT(0) during 3WHSFlorian Westphal2015-02-021-9/+5
* | | net-timestamp: no-payload optionWillem de Bruijn2015-02-021-3/+4
* | | ipv4: icmp: use percpu allocationEric Dumazet2015-01-311-9/+8
* | | tcp: use SACK RTTs for CCKenneth Klette Jonassen2015-01-311-2/+4
* | | net: mark some potential candidates __read_mostlyDaniel Borkmann2015-01-301-1/+1
|/ /
* | openvswitch: Add support for checksums on UDP tunnels.Jesse Gross2015-01-281-3/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-01-275-13/+16
|\ \ | |/
| * ping: Fix race in free in receive pathsubashab@codeaurora.org2015-01-271-1/+4
| * udp_diag: Fix socket skipping within chainHerbert Xu2015-01-271-1/+3
| * ipv4: try to cache dst_entries which would cause a redirectHannes Frederic Sowa2015-01-262-5/+7
| * ip: zero sockaddr returned on error queueWillem de Bruijn2015-01-151-6/+2
* | fib_trie: Various clean-ups for handling slenAlexander Duyck2015-01-251-20/+29
* | fib_trie: Move fib_find_alias to file where it is usedAlexander Duyck2015-01-253-19/+20
* | fib_trie: Use empty_children instead of counting empty nodes in stats collectionAlexander Duyck2015-01-251-7/+1
* | fib_trie: Add collapse() and should_collapse() to resizeAlexander Duyck2015-01-251-35/+65
* | fib_trie: Fall back to slen update on inflate/halve failureAlexander Duyck2015-01-251-5/+5
* | fib_trie: Fix RCU bug and merge similar bits of inflate/halveAlexander Duyck2015-01-251-84/+73
* | fib_trie: Use index & (~0ul << n->bits) instead of index >> n->bitsAlexander Duyck2015-01-251-8/+8
* | udp: Do not require sock in udp_tunnel_xmit_skbTom Herbert2015-01-242-8/+9
* | net: ipv4: handle DSA enabled master network devicesFlorian Fainelli2015-01-191-3/+3
* | tunnels: advertise link netns via netlinkNicolas Dichtel2015-01-194-0/+12
* | netlink: Fix bugs in nlmsg_end() conversions.David S. Miller2015-01-182-4/+4
* | netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg2015-01-186-10/+19
* | ipv4: per cpu uncached listEric Dumazet2015-01-151-13/+33
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-01-151-4/+4
|\ \ | |/
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2015-01-121-4/+4
| |\
| | * netfilter: nf_tables: fix port natting in little endian archsleroy christophe2014-12-231-4/+4
* | | udp: pass udp_offload struct to UDP gro callbacksTom Herbert2015-01-143-8/+17
OpenPOWER on IntegriCloud