aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-11-18i40e: Modify Tx disable wait flow in case of DCB reconfigurationNeerav Parikh2-0/+61
2014-11-18i40e: Update VEB's enabled_tc after reconfigurationNeerav Parikh1-0/+1
2014-11-18i40e: Check for LLDP AdminStatus before querying DCBXNeerav Parikh3-0/+63
2014-11-18i40e: Add support to firmware CEE DCBX modeNeerav Parikh10-35/+328
2014-11-18i40e: Resume Port Tx after DCB eventNeerav Parikh3-1/+52
2014-11-18i40e: Bump version to 1.1.23Catherine Sullivan1-2/+2
2014-11-18i40e: re-enable VFLR interrupt soonerMitch Williams1-6/+6
2014-11-18i40e: only warn once of PTP nonsupport in 100Mbit speedShannon Nelson1-3/+9
2014-11-16Merge branch 'rss_key_fill'David S. Miller20-73/+104
2014-11-16vmxnet3: use netdev_rss_key_fill() helperEric Dumazet1-8/+1
2014-11-16sfc: use netdev_rss_key_fill() helperEric Dumazet1-1/+1
2014-11-16mlx4: use netdev_rss_key_fill() helperEric Dumazet3-7/+12
2014-11-16ixgbe: use netdev_rss_key_fill() helperEric Dumazet1-4/+3
2014-11-16igb: use netdev_rss_key_fill() helperEric Dumazet1-6/+3
2014-11-16i40e: use netdev_rss_key_fill() helperEric Dumazet2-15/+6
2014-11-16fm10k: use netdev_rss_key_fill() helperEric Dumazet1-7/+3
2014-11-16e100e: use netdev_rss_key_fill() helperEric Dumazet1-6/+3
2014-11-16be2net:use netdev_rss_key_fill() helperEric Dumazet1-5/+5
2014-11-16bna: use netdev_rss_key_fill() helperEric Dumazet1-1/+1
2014-11-16tg3: use netdev_rss_key_fill() helperEric Dumazet1-11/+6
2014-11-16bnx2x: use netdev_rss_key_fill() helperEric Dumazet1-1/+1
2014-11-16amd-xgbe: use netdev_rss_key_fill() helperEric Dumazet1-1/+1
2014-11-16net: provide a per host RSS key generic infrastructureEric Dumazet4-0/+58
2014-11-16Merge branch 'mv88e6171_temps'David S. Miller4-51/+69
2014-11-16net: dsa: mv88e6171: Add support for reading switch registersAndrew Lunn1-0/+2
2014-11-16net: dsa: mv88e6171: Add support for reading the temperatureAndrew Lunn1-2/+17
2014-11-16net: dsa: Centralise code for reading the temperature sensorAndrew Lunn3-49/+50
2014-11-16net: dsa: replace count*size kzalloc by kcallocFabian Frederick1-2/+2
2014-11-16net: dsa: replace count*size kmalloc by kmalloc_arrayFabian Frederick1-1/+2
2014-11-16openvswitch: use PTR_ERR_OR_ZEROFabian Frederick1-3/+1
2014-11-16tipc: allow one link per bearer to neighboring nodesHolger Brunck1-2/+3
2014-11-14Revert "fast_hash: avoid indirect function calls"Jay Vosburgh6-98/+93
2014-11-14openvswitch: Fix build failure.Pravin B Shelar1-4/+2
2014-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller419-2476/+3955
2014-11-13Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-2/+2
2014-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds77-376/+784
2014-11-13Merge branch 'akpm' (fixes from Andrew Morton)Linus Torvalds19-76/+240
2014-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds3-40/+138
2014-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hidLinus Torvalds3-0/+3
2014-11-13MAINTAINERS: add IIO include filesDaniel Baluta1-0/+1
2014-11-13kernel/panic.c: update comments for print_taintedXie XiuQi1-0/+1
2014-11-13mem-hotplug: reset node present pages when hot-adding a new pgdatTang Chen1-0/+17
2014-11-13mem-hotplug: reset node managed pages when hot-adding a new pgdatTang Chen4-7/+20
2014-11-13mm/debug-pagealloc: correct freepage accounting and order resettingJoonsoo Kim1-3/+5
2014-11-13fanotify: fix notification of groups with inode & mount marksJan Kara5-25/+67
2014-11-13mm, compaction: prevent infinite loop in compact_zoneVlastimil Babka1-2/+6
2014-11-13mm: alloc_contig_range: demote pages busy message from warn to infoMichal Nazarewicz1-3/+2
2014-11-13mm/slab: fix unalignment problem on Malta with EVA due to slab mergeJoonsoo Kim1-0/+4
2014-11-13mm/page_alloc: restrict max order of merging on isolated pageblockJoonsoo Kim3-29/+78
2014-11-13mm/page_alloc: move freepage counting logic to __free_one_page()Joonsoo Kim1-11/+3