summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* | | | fib_trie: Remove checks for index >= tnode_child_length from tnode_get_childAlexander Duyck2015-01-011-9/+5Star
* | | | fib_trie: inflate/halve nodes in a more RCU friendly wayAlexander Duyck2015-01-011-121/+115Star
* | | | fib_trie: Push tnode flushing down to inflate/halveAlexander Duyck2015-01-011-53/+50Star
* | | | fib_trie: Push assignment of child to parent down into inflate/halveAlexander Duyck2015-01-011-83/+66Star
* | | | fib_trie: Add functions should_inflate and should_halveAlexander Duyck2015-01-011-86/+89
* | | | fib_trie: Move resize to after inflate/halveAlexander Duyck2015-01-011-157/+154Star
* | | | fib_trie: Push rcu_read_lock/unlock to callersAlexander Duyck2015-01-013-101/+85Star
* | | | fib_trie: Use unsigned long for anything dealing with a shift by bitsAlexander Duyck2015-01-011-27/+26Star
* | | | fib_trie: Update meaning of pos to represent unchecked bitsAlexander Duyck2015-01-011-113/+81Star
* | | | fib_trie: Optimize fib_table_insertAlexander Duyck2015-01-011-125/+71Star
* | | | fib_trie: Optimize fib_find_nodeAlexander Duyck2015-01-011-15/+21
* | | | fib_trie: Optimize fib_table_lookup to avoid wasting time on loops/variablesAlexander Duyck2015-01-011-157/+93Star
* | | | fib_trie: Merge leaf into tnodeAlexander Duyck2015-01-011-182/+140Star
* | | | fib_trie: Merge tnode_free and leaf_free into node_freeAlexander Duyck2015-01-011-50/+40Star
* | | | fib_trie: Make leaf and tnode more uniformAlexander Duyck2015-01-011-110/+82Star
* | | | fib_trie: Update usage stats to be percpu instead of global variablesAlexander Duyck2015-01-012-21/+49
* | | | gre: allow live address changestephen hemminger2014-12-311-0/+1
* | | | l2tp : multicast notification to the registered listenersBill Hong2014-12-311-10/+91
* | | | tipc: replace 0 by NULL for pointersFabian Frederick2014-12-311-1/+1
| |/ / |/| |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-12-3024-154/+272
|\ \ \
| * | | genetlink: A genl_bind() to an out-of-range multicast group should not WARN().David S. Miller2014-12-291-6/+1Star
| * | | netlink/genetlink: pass network namespace to bind/unbindJohannes Berg2014-12-274-20/+23
| * | | genetlink: pass multicast bind/unbind to familiesJohannes Berg2014-12-271-0/+59
| * | | netlink: call unbind when releasing socketJohannes Berg2014-12-271-0/+7
| * | | netlink: update listeners directly when removing socketJohannes Berg2014-12-271-5/+5
| * | | genetlink: pass only network namespace to genl_has_listeners()Johannes Berg2014-12-271-2/+1Star
| * | | netlink: rename netlink_unbind() to netlink_undo_bind()Johannes Berg2014-12-271-4/+4
| * | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2014-12-271-4/+12
| |\ \ \
| | * | | Bluetooth: Fix accepting connections when not using mgmtJohan Hedberg2014-12-241-1/+6
| | * | | Bluetooth: Fix controller configuration with HCI_QUIRK_INVALID_BDADDRMarcel Holtmann2014-12-241-3/+6
| * | | | net: Generalize ndo_gso_check to ndo_features_checkJesse Gross2014-12-261-9/+14
| * | | | net/core: Handle csum for CHECKSUM_COMPLETE VXLAN forwardingJay Vosburgh2014-12-261-0/+1
| * | | | openvswitch: fix odd_ptr_err.cocci warningsWu Fengguang2014-12-241-1/+1
| * | | | net: Reset secmark when scrubbing packetThomas Graf2014-12-241-0/+1
| * | | | net: Fix stacked vlan offload features computationToshiaki Makita2014-12-241-5/+8
| * | | | openvswitch: Fix vport_send double freePravin B Shelar2014-12-245-11/+23
| * | | | openvswitch: Fix GSO with multiple MPLS label.Pravin B Shelar2014-12-241-1/+2
| * | | | openvswitch: Fix MPLS action validation.Pravin B Shelar2014-12-241-12/+1Star
| * | | | mpls: Fix allowed protocols for mpls gsoPravin B Shelar2014-12-241-4/+1Star
| * | | | mpls: Fix config check for mpls.Pravin B Shelar2014-12-241-1/+1
| * | | | net: Rearrange loop in net_rx_actionHerbert Xu2014-12-241-14/+12Star
| * | | | net: Always poll at least one device in net_rx_actionHerbert Xu2014-12-241-4/+3Star
| * | | | net: Detect drivers that reschedule NAPI and exhaust budgetHerbert Xu2014-12-241-0/+9
| * | | | net: Move napi polling code out of net_rx_actionHerbert Xu2014-12-241-44/+54
| * | | | batman-adv: avoid NULL dereferences and fix if checkAntonio Quartulli2014-12-241-1/+1
| * | | | batman-adv: Unify fragment size calculationSven Eckelmann2014-12-241-1/+1
| * | | | batman-adv: Calculate extra tail size based on queued fragmentsSven Eckelmann2014-12-241-1/+1
| * | | | net: drop the packet when fails to do software segmentation or header checkJason Wang2014-12-241-1/+1
| * | | | tcp6: don't move IP6CB before xfrm6_policy_check()Nicolas Dichtel2014-12-221-16/+29
| * | | | packet: Fixed TPACKET V3 to signal poll when block is closed rather than ever...Dan Collins2014-12-221-4/+7
| |/ / /