summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2015-01-16ip: zero sockaddr returned on error queueWillem de Bruijn
2015-01-15ipv4: per cpu uncached listEric Dumazet
2015-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-01-14udp: pass udp_offload struct to UDP gro callbacksTom Herbert
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko
2015-01-13tcp: avoid reducing cwnd when ACK+DSACK is receivedSébastien Barré
2015-01-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2015-01-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-01-06net: tcp: add per route congestion controlDaniel Borkmann
2015-01-06net: tcp: add RTAX_CC_ALGO fib handlingDaniel Borkmann
2015-01-06net: tcp: add key management to congestion controlDaniel Borkmann
2015-01-06net: tcp: refactor reinitialization of congestion controlDaniel Borkmann
2015-01-06ip: Add offset parameter to ip_cmsg_recvTom Herbert
2015-01-06ip: Add offset parameter to ip_cmsg_recvTom Herbert
2015-01-06ip: IP cmsg cleanupTom Herbert
2015-01-06ip: Move checksum convert defines to inetTom Herbert
2015-01-05geneve: Check family when reusing sockets.Jesse Gross
2015-01-05geneve: Remove socket hash table.Jesse Gross
2015-01-05geneve: Simplify locking.Jesse Gross
2015-01-05geneve: Remove workqueue.Jesse Gross
2015-01-02tcp: Do not apply TSO segment limit to non-TSO packetsHerbert Xu
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-24openvswitch: Fix vport_send double freePravin B Shelar
2014-12-23netfilter: nf_tables: fix port natting in little endian archsleroy christophe
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-11net: introduce helper macro for_each_cmsghdrGu Zheng