summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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-014-122/+114Star
| * | 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-312-10/+92
* | tun: return proper error code from tun_do_readAlex Gartrell2014-12-311-1/+1
* | tun: Fixed unsigned/signed comparisonAlex Gartrell2014-12-311-1/+1
* | tipc: replace 0 by NULL for pointersFabian Frederick2014-12-311-1/+1
* | Merge branch 'enic-next'David S. Miller2014-12-316-59/+135
|\ \
| * | enic: add stats for dma mapping errorGovindarajulu Varadarajan2014-12-313-1/+25
| * | enic: check dma_mapping_errorGovindarajulu Varadarajan2014-12-312-58/+106
| * | enic: make vnic_wq_buf doubly linkedGovindarajulu Varadarajan2014-12-312-0/+4
|/ /
* | Merge branch 'fec-next'David S. Miller2014-12-318-11/+191
|\ \
| * | ARM: dts: imx6qdl: enable FEC magic-packet featureNimrod Andy2014-12-312-0/+2
| * | ARM: imx: add FEC sleep mode callback functionNimrod Andy2014-12-312-1/+90
| * | net: fec: add Wake-on-LAN supportNimrod Andy2014-12-314-10/+99
|/ /
* | net: gianfar: add missing __iomem annotationKevin Hao2014-12-312-2/+2
* | net: gianfar: mark the local functions staticKevin Hao2014-12-311-4/+5
* | virtio-net: don't do header check for dodgy gso packetsJason Wang2014-12-311-0/+2
* | arm: sa1100: move irda header to linux/platform_dataDmitry Eremin-Solenikov2014-12-316-5/+5
* | net: sxgbe: Use setup_timerJulia Lawall2014-12-311-6/+4Star
* | ksz884x: Use setup_timerJulia Lawall2014-12-311-3/+1Star
* | atl1e: Use setup_timerJulia Lawall2014-12-311-3/+2Star
* | atheros: atlx: Use setup_timerJulia Lawall2014-12-311-6/+4Star
* | Merge branch 'timecounter'David S. Miller2014-12-3125-245/+274
|\ \
| * | timecounter: keep track of accumulated fractional nanosecondsRichard Cochran2014-12-314-17/+40
| * | net: cpts: convert to timecounter adjtime.Richard Cochran2014-12-311-4/+1Star
| * | net: mlx4: convert to timecounter adjtime.Richard Cochran2014-12-311-4/+1Star
| * | net: ixgbe: convert to timecounter adjtime.Richard Cochran2014-12-311-10/+1Star
| * | net: igb: convert to timecounter adjtime.Richard Cochran2014-12-311-6/+1Star
| * | net: e1000e: convert to timecounter adjtime.Richard Cochran2014-12-311-4/+1Star
| * | net: fec: convert to timecounter adjtime.Richard Cochran2014-12-311-15/+1Star
| * | net: bnx2x: convert to timecounter adjtime.Richard Cochran2014-12-311-5/+1Star
| * | net: xgbe: convert to timecounter adjtime.Richard Cochran2014-12-311-7/+1Star
| * | timecounter: provide a helper function to shift the time.Richard Cochran2014-12-311-0/+9
| * | time: move the timecounter/cyclecounter code into its own file.Richard Cochran2014-12-3116-187/+231
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-12-3069-1393/+628Star
|\ \
| * | genetlink: A genl_bind() to an out-of-range multicast group should not WARN().David S. Miller2014-12-291-6/+1Star