summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko2015-01-131-1/+1
* | | tcp: avoid reducing cwnd when ACK+DSACK is receivedSébastien Barré2015-01-131-19/+19
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-01-061-2/+2
|\ \ \ | |/ /
| * | tcp: Do not apply TSO segment limit to non-TSO packetsHerbert Xu2015-01-021-2/+2
* | | net: tcp: add per route congestion controlDaniel Borkmann2015-01-053-4/+49
* | | net: tcp: add RTAX_CC_ALGO fib handlingDaniel Borkmann2015-01-051-2/+12
* | | net: tcp: add key management to congestion controlDaniel Borkmann2015-01-051-16/+81
* | | net: tcp: refactor reinitialization of congestion controlDaniel Borkmann2015-01-051-10/+14
* | | ip: Add offset parameter to ip_cmsg_recvTom Herbert2015-01-052-2/+41
* | | ip: Add offset parameter to ip_cmsg_recvTom Herbert2015-01-051-2/+3
* | | ip: IP cmsg cleanupTom Herbert2015-01-051-27/+37
* | | ip: Move checksum convert defines to inetTom Herbert2015-01-053-3/+3
* | | geneve: Check family when reusing sockets.Jesse Gross2015-01-041-4/+5
* | | geneve: Remove socket hash table.Jesse Gross2015-01-041-19/+7
* | | geneve: Simplify locking.Jesse Gross2015-01-041-33/+26
* | | geneve: Remove workqueue.Jesse Gross2015-01-041-19/+2
* | | geneve: Add Geneve GRO supportJoe Stringer2015-01-021-2/+95
* | | fib_trie: Add tracking value for suffix lengthAlexander Duyck2014-12-311-6/+116
* | | fib_trie: Remove checks for index >= tnode_child_length from tnode_get_childAlexander Duyck2014-12-311-9/+5
* | | fib_trie: inflate/halve nodes in a more RCU friendly wayAlexander Duyck2014-12-311-121/+115
* | | fib_trie: Push tnode flushing down to inflate/halveAlexander Duyck2014-12-311-53/+50
* | | fib_trie: Push assignment of child to parent down into inflate/halveAlexander Duyck2014-12-311-83/+66
OpenPOWER on IntegriCloud