aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-28tcp: fix the timid additive increase on stretch ACKsNeal Cardwell1-6/+9
2015-01-28tcp: stretch ACK fixes prepNeal Cardwell6-9/+13
2015-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-13/+16
2015-01-27ping: Fix race in free in receive pathsubashab@codeaurora.org1-1/+4
2015-01-27udp_diag: Fix socket skipping within chainHerbert Xu1-1/+3
2015-01-26ipv4: try to cache dst_entries which would cause a redirectHannes Frederic Sowa2-5/+7
2015-01-25fib_trie: Various clean-ups for handling slenAlexander Duyck1-20/+29
2015-01-25fib_trie: Move fib_find_alias to file where it is usedAlexander Duyck3-19/+20
2015-01-25fib_trie: Use empty_children instead of counting empty nodes in stats collectionAlexander Duyck1-7/+1
2015-01-25fib_trie: Add collapse() and should_collapse() to resizeAlexander Duyck1-35/+65
2015-01-25fib_trie: Fall back to slen update on inflate/halve failureAlexander Duyck1-5/+5
2015-01-25fib_trie: Fix RCU bug and merge similar bits of inflate/halveAlexander Duyck1-84/+73
2015-01-25fib_trie: Use index & (~0ul << n->bits) instead of index >> n->bitsAlexander Duyck1-8/+8
2015-01-24udp: Do not require sock in udp_tunnel_xmit_skbTom Herbert2-8/+9
2015-01-19net: ipv4: handle DSA enabled master network devicesFlorian Fainelli1-3/+3
2015-01-19tunnels: advertise link netns via netlinkNicolas Dichtel4-0/+12
2015-01-18netlink: Fix bugs in nlmsg_end() conversions.David S. Miller2-4/+4
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg6-10/+19
2015-01-15ip: zero sockaddr returned on error queueWillem de Bruijn1-6/+2
2015-01-15ipv4: per cpu uncached listEric Dumazet1-13/+33
2015-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+4
2015-01-14udp: pass udp_offload struct to UDP gro callbacksTom Herbert3-8/+17
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko1-1/+1
2015-01-13tcp: avoid reducing cwnd when ACK+DSACK is receivedSébastien Barré1-19/+19
2015-01-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-4/+4
2015-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2015-01-05net: tcp: add per route congestion controlDaniel Borkmann3-4/+49
2015-01-05net: tcp: add RTAX_CC_ALGO fib handlingDaniel Borkmann1-2/+12
2015-01-05net: tcp: add key management to congestion controlDaniel Borkmann1-16/+81
2015-01-05net: tcp: refactor reinitialization of congestion controlDaniel Borkmann1-10/+14
2015-01-05ip: Add offset parameter to ip_cmsg_recvTom Herbert2-2/+41
2015-01-05ip: Add offset parameter to ip_cmsg_recvTom Herbert1-2/+3
2015-01-05ip: IP cmsg cleanupTom Herbert1-27/+37
2015-01-05ip: Move checksum convert defines to inetTom Herbert3-3/+3
2015-01-04geneve: Check family when reusing sockets.Jesse Gross1-4/+5
2015-01-04geneve: Remove socket hash table.Jesse Gross1-19/+7
2015-01-04geneve: Simplify locking.Jesse Gross1-33/+26
2015-01-04geneve: Remove workqueue.Jesse Gross1-19/+2
2015-01-02tcp: Do not apply TSO segment limit to non-TSO packetsHerbert Xu1-2/+2
2015-01-02geneve: Add Geneve GRO supportJoe Stringer1-2/+95
2014-12-31fib_trie: Add tracking value for suffix lengthAlexander Duyck1-6/+116
2014-12-31fib_trie: Remove checks for index >= tnode_child_length from tnode_get_childAlexander Duyck1-9/+5
2014-12-31fib_trie: inflate/halve nodes in a more RCU friendly wayAlexander Duyck1-121/+115
2014-12-31fib_trie: Push tnode flushing down to inflate/halveAlexander Duyck1-53/+50
2014-12-31fib_trie: Push assignment of child to parent down into inflate/halveAlexander Duyck1-83/+66
2014-12-31fib_trie: Add functions should_inflate and should_halveAlexander Duyck1-86/+89
2014-12-31fib_trie: Move resize to after inflate/halveAlexander Duyck1-157/+154
2014-12-31fib_trie: Push rcu_read_lock/unlock to callersAlexander Duyck3-101/+85
2014-12-31fib_trie: Use unsigned long for anything dealing with a shift by bitsAlexander Duyck1-27/+26
2014-12-31fib_trie: Update meaning of pos to represent unchecked bitsAlexander Duyck1-113/+81