aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-12-31fib_trie: Optimize fib_table_insertAlexander Duyck1-125/+71
2014-12-31fib_trie: Optimize fib_find_nodeAlexander Duyck1-15/+21
2014-12-31fib_trie: Optimize fib_table_lookup to avoid wasting time on loops/variablesAlexander Duyck1-157/+93
2014-12-31fib_trie: Merge leaf into tnodeAlexander Duyck1-182/+140
2014-12-31fib_trie: Merge tnode_free and leaf_free into node_freeAlexander Duyck1-50/+40
2014-12-31fib_trie: Make leaf and tnode more uniformAlexander Duyck1-110/+82
2014-12-31fib_trie: Update usage stats to be percpu instead of global variablesAlexander Duyck2-21/+49
2014-12-31gre: allow live address changestephen hemminger1-0/+1
2014-12-23openvswitch: Fix vport_send double freePravin B Shelar1-1/+5
2014-12-18geneve: Fix races between socket add and release.Jesse Gross1-6/+7
2014-12-18geneve: Remove socket and offload handlers at destruction.Jesse Gross1-0/+17
2014-12-16ip_tunnel: Add missing validation of encap type to ip_tunnel_encap_setup()Thomas Graf1-0/+3
2014-12-16ip_tunnel: Add sanity checks to ip_tunnel_encap_add_ops()Thomas Graf1-0/+6
2014-12-15gre: fix the inner mac header in nbma tunnel xmit pathTimo Teräs1-4/+5
2014-12-12fib_trie: Fix trie balancing issue if new node pushes down existing nodeAlexander Duyck1-1/+2
2014-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds40-561/+1175
2014-12-10net: introduce helper macro for_each_cmsghdrGu Zheng1-1/+1
2014-12-10Merge branch 'akpm' (patchbomb from Andrew)Linus Torvalds1-43/+44
2014-12-10mm: memcontrol: lockless page countersJohannes Weiner1-43/+44
2014-12-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-33/+36
2014-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-2/+5
2014-12-10Merge branch 'for-davem-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsDavid S. Miller7-20/+23
2014-12-09tcp: fix more NULL deref after prequeue changesEric Dumazet1-2/+2
2014-12-09tcp: refine TSO autosizingEric Dumazet2-57/+62
2014-12-09put iov_iter into msghdrAl Viro5-8/+12