summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)Author
2015-01-02net: skbuff: don't zero tc members when freeing skbFlorian Westphal
2015-01-02Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller
2015-01-02geneve: Add Geneve GRO supportJoe Stringer
2015-01-02net: Add Transparent Ethernet Bridging GRO support.Jesse Gross
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-31l2tp : multicast notification to the registered listenersBill Hong
2014-12-31tipc: replace 0 by NULL for pointersFabian Frederick
2014-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2014-12-30Bluetooth: Add timing information to ECDH test case runsMarcel Holtmann
2014-12-30Bluetooth: Add timing information to SMP test case runsMarcel Holtmann
2014-12-30Bluetooth: Add LE Secure Connections tests for SMPJohan Hedberg
2014-12-30Bluetooth: Add legacy SMP testsJohan Hedberg
2014-12-30Bluetooth: Add skeleton for SMP self-testsJohan Hedberg
2014-12-30Bluetooth: Add support for ECDH test casesJohan Hedberg
2014-12-30Bluetooth: Add support for self testing frameworkMarcel Holtmann
2014-12-30Bluetooth: Fix const declarations for smp_f5 and smp_f6Johan Hedberg
2014-12-29genetlink: A genl_bind() to an out-of-range multicast group should not WARN().David S. Miller
2014-12-27netlink/genetlink: pass network namespace to bind/unbindJohannes Berg
2014-12-27genetlink: pass multicast bind/unbind to familiesJohannes Berg
2014-12-27netlink: call unbind when releasing socketJohannes Berg
2014-12-27netlink: update listeners directly when removing socketJohannes Berg
2014-12-27genetlink: pass only network namespace to genl_has_listeners()Johannes Berg
2014-12-27netlink: rename netlink_unbind() to netlink_undo_bind()Johannes Berg
2014-12-26Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller
2014-12-26net: Generalize ndo_gso_check to ndo_features_checkJesse Gross
2014-12-26net/core: Handle csum for CHECKSUM_COMPLETE VXLAN forwardingJay Vosburgh
2014-12-26Bluetooth: Remove BlueFritz! specific check from initializationMarcel Holtmann
2014-12-24openvswitch: fix odd_ptr_err.cocci warningsWu Fengguang
2014-12-24Bluetooth: Fix accepting connections when not using mgmtJohan Hedberg
2014-12-24Bluetooth: Fix controller configuration with HCI_QUIRK_INVALID_BDADDRMarcel Holtmann
2014-12-24net: Reset secmark when scrubbing packetThomas Graf
2014-12-24net: Fix stacked vlan offload features computationToshiaki Makita
2014-12-23openvswitch: Fix vport_send double freePravin B Shelar