summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2015-01-01fib_trie: Add tracking value for suffix lengthAlexander Duyck1-6/+116
2015-01-01fib_trie: Remove checks for index >= tnode_child_length from tnode_get_childAlexander Duyck1-9/+5
2015-01-01fib_trie: inflate/halve nodes in a more RCU friendly wayAlexander Duyck1-121/+115
2015-01-01fib_trie: Push tnode flushing down to inflate/halveAlexander Duyck1-53/+50
2015-01-01fib_trie: Push assignment of child to parent down into inflate/halveAlexander Duyck1-83/+66
2015-01-01fib_trie: Add functions should_inflate and should_halveAlexander Duyck1-86/+89
2015-01-01fib_trie: Move resize to after inflate/halveAlexander Duyck1-157/+154
2015-01-01fib_trie: Push rcu_read_lock/unlock to callersAlexander Duyck3-101/+85
2015-01-01fib_trie: Use unsigned long for anything dealing with a shift by bitsAlexander Duyck1-27/+26
2015-01-01fib_trie: Update meaning of pos to represent unchecked bitsAlexander Duyck1-113/+81
2015-01-01fib_trie: Optimize fib_table_insertAlexander Duyck1-125/+71
2015-01-01fib_trie: Optimize fib_find_nodeAlexander Duyck1-15/+21
2015-01-01fib_trie: Optimize fib_table_lookup to avoid wasting time on loops/variablesAlexander Duyck1-157/+93
2015-01-01fib_trie: Merge leaf into tnodeAlexander Duyck1-182/+140
2015-01-01fib_trie: Merge tnode_free and leaf_free into node_freeAlexander Duyck1-50/+40
2015-01-01fib_trie: Make leaf and tnode more uniformAlexander Duyck1-110/+82
2015-01-01fib_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-31l2tp : multicast notification to the registered listenersBill Hong1-10/+91
2014-12-31tipc: replace 0 by NULL for pointersFabian Frederick1-1/+1
2014-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds24-154/+272
2014-12-30genetlink: A genl_bind() to an out-of-range multicast group should not WARN().David S. Miller1-6/+1
2014-12-27netlink/genetlink: pass network namespace to bind/unbindJohannes Berg4-20/+23
2014-12-27genetlink: pass multicast bind/unbind to familiesJohannes Berg1-0/+59
2014-12-27netlink: call unbind when releasing socketJohannes Berg1-0/+7
2014-12-27netlink: update listeners directly when removing socketJohannes Berg1-5/+5
2014-12-27genetlink: pass only network namespace to genl_has_listeners()Johannes Berg1-2/+1
2014-12-27netlink: rename netlink_unbind() to netlink_undo_bind()Johannes Berg1-4/+4
2014-12-27Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller1-4/+12
2014-12-27net: Generalize ndo_gso_check to ndo_features_checkJesse Gross1-9/+14
2014-12-27net/core: Handle csum for CHECKSUM_COMPLETE VXLAN forwardingJay Vosburgh1-0/+1
2014-12-24openvswitch: fix odd_ptr_err.cocci warningsWu Fengguang1-1/+1
2014-12-24Bluetooth: Fix accepting connections when not using mgmtJohan Hedberg1-1/+6
2014-12-24Bluetooth: Fix controller configuration with HCI_QUIRK_INVALID_BDADDRMarcel Holtmann1-3/+6
2014-12-24net: Reset secmark when scrubbing packetThomas Graf1-0/+1
2014-12-24net: Fix stacked vlan offload features computationToshiaki Makita1-5/+8
2014-12-24openvswitch: Fix vport_send double freePravin B Shelar5-11/+23
2014-12-24openvswitch: Fix GSO with multiple MPLS label.Pravin B Shelar1-1/+2
2014-12-24openvswitch: Fix MPLS action validation.Pravin B Shelar1-12/+1
2014-12-24mpls: Fix allowed protocols for mpls gsoPravin B Shelar1-4/+1
2014-12-24mpls: Fix config check for mpls.Pravin B Shelar1-1/+1
2014-12-24net: Rearrange loop in net_rx_actionHerbert Xu1-14/+12
2014-12-24net: Always poll at least one device in net_rx_actionHerbert Xu1-4/+3
2014-12-24net: Detect drivers that reschedule NAPI and exhaust budgetHerbert Xu1-0/+9
2014-12-24net: Move napi polling code out of net_rx_actionHerbert Xu1-44/+54
2014-12-24batman-adv: avoid NULL dereferences and fix if checkAntonio Quartulli1-1/+1
2014-12-24batman-adv: Unify fragment size calculationSven Eckelmann1-1/+1
2014-12-24batman-adv: Calculate extra tail size based on queued fragmentsSven Eckelmann1-1/+1
2014-12-24net: drop the packet when fails to do software segmentation or header checkJason Wang1-1/+1
2014-12-23tcp6: don't move IP6CB before xfrm6_policy_check()Nicolas Dichtel1-16/+29