summaryrefslogtreecommitdiffstats
path: root/net/ipv4
AgeCommit message (Expand)Author
2015-01-05net: tcp: add key management to congestion controlDaniel Borkmann
2015-01-05net: tcp: refactor reinitialization of congestion controlDaniel Borkmann
2015-01-05ip: Add offset parameter to ip_cmsg_recvTom Herbert
2015-01-05ip: Add offset parameter to ip_cmsg_recvTom Herbert
2015-01-05ip: IP cmsg cleanupTom Herbert
2015-01-05ip: Move checksum convert defines to inetTom Herbert
2015-01-04geneve: Check family when reusing sockets.Jesse Gross
2015-01-04geneve: Remove socket hash table.Jesse Gross
2015-01-04geneve: Simplify locking.Jesse Gross
2015-01-04geneve: Remove workqueue.Jesse Gross
2015-01-02geneve: Add Geneve GRO supportJoe Stringer
2014-12-31fib_trie: Add tracking value for suffix lengthAlexander Duyck
2014-12-31fib_trie: Remove checks for index >= tnode_child_length from tnode_get_childAlexander Duyck
2014-12-31fib_trie: inflate/halve nodes in a more RCU friendly wayAlexander Duyck
2014-12-31fib_trie: Push tnode flushing down to inflate/halveAlexander Duyck
2014-12-31fib_trie: Push assignment of child to parent down into inflate/halveAlexander Duyck
2014-12-31fib_trie: Add functions should_inflate and should_halveAlexander Duyck
2014-12-31fib_trie: Move resize to after inflate/halveAlexander Duyck
2014-12-31fib_trie: Push rcu_read_lock/unlock to callersAlexander Duyck
2014-12-31fib_trie: Use unsigned long for anything dealing with a shift by bitsAlexander Duyck
2014-12-31fib_trie: Update meaning of pos to represent unchecked bitsAlexander Duyck
2014-12-31fib_trie: Optimize fib_table_insertAlexander Duyck
2014-12-31fib_trie: Optimize fib_find_nodeAlexander Duyck
2014-12-31fib_trie: Optimize fib_table_lookup to avoid wasting time on loops/variablesAlexander Duyck
2014-12-31fib_trie: Merge leaf into tnodeAlexander Duyck
2014-12-31fib_trie: Merge tnode_free and leaf_free into node_freeAlexander Duyck
2014-12-31fib_trie: Make leaf and tnode more uniformAlexander Duyck
2014-12-31fib_trie: Update usage stats to be percpu instead of global variablesAlexander Duyck
2014-12-31gre: allow live address changestephen hemminger
2014-12-23openvswitch: Fix vport_send double freePravin B Shelar
2014-12-18geneve: Fix races between socket add and release.Jesse Gross
2014-12-18geneve: Remove socket and offload handlers at destruction.Jesse Gross
2014-12-16ip_tunnel: Add missing validation of encap type to ip_tunnel_encap_setup()Thomas Graf
2014-12-16ip_tunnel: Add sanity checks to ip_tunnel_encap_add_ops()Thomas Graf
2014-12-15gre: fix the inner mac header in nbma tunnel xmit pathTimo Teräs
2014-12-12fib_trie: Fix trie balancing issue if new node pushes down existing nodeAlexander Duyck
2014-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-12-10net: introduce helper macro for_each_cmsghdrGu Zheng
2014-12-10Merge branch 'akpm' (patchbomb from Andrew)Linus Torvalds
2014-12-10mm: memcontrol: lockless page countersJohannes Weiner
2014-12-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-12-10Merge branch 'for-davem-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...David S. Miller
2014-12-09tcp: fix more NULL deref after prequeue changesEric Dumazet
2014-12-09tcp: refine TSO autosizingEric Dumazet
2014-12-09put iov_iter into msghdrAl Viro
2014-12-09switch tcp_sock->ucopy from iovec (ucopy.iov) to msghdr (ucopy.msg)Al Viro
2014-12-09ip_generic_getfrag, udplite_getfrag: switch to passing msghdrAl Viro
2014-12-09raw.c: stick msghdr into raw_frag_vecAl Viro
2014-12-09tcp_cubic: refine Hystart delay thresholdEric Dumazet