aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-11-30net: Generalise wq_has_sleeper helperHerbert Xu13-28/+44
2015-11-29Merge tag 'wireless-drivers-next-for-davem-2015-11-25' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller660-314/+511
2015-11-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller13-140/+311
2015-11-25i40e: Bump version to 1.4.2Catherine Sullivan1-2/+2
2015-11-25i40e: create a generic configure rss functionHelin Zhang3-52/+107
2015-11-25i40e: rework the functions to configure RSS with similar parametersHelin Zhang3-26/+71
2015-11-25i40e: return the number of enabled queues for ETHTOOL_GRXRINGSHelin Zhang1-1/+1
2015-11-25i40evf: handle many MAC filters correctlyMitch Williams1-8/+24
2015-11-25i40e/i40evf: clean up error messagesMitch Williams2-12/+35
2015-11-25i40e/i40evf: Add comment to #endifHelin Zhang2-2/+2
2015-11-25i40e: Move the saving of old link info from handle_link_event to link_eventCatherine Sullivan1-4/+3
2015-11-25i40e/i40evf: Add a stat to track how many times we have to do a force WBAnjali Singhai Jain7-3/+14
2015-11-25i40e: Workaround fix for mss < 256 issueAnjali Singhai Jain1-0/+27
2015-11-25i40e: remove BUG_ON from FCoE setupShannon Nelson1-2/+0
2015-11-25i40e: remove BUG_ON from feature string buildingShannon Nelson1-16/+18
2015-11-25i40e: Change BUG_ON to WARN_ON in service event completeShannon Nelson1-1/+1
2015-11-25i40e/i40evf: remove unused tunnel parameterShannon Nelson2-12/+7
2015-11-25fm10k: use napi_schedule_irqoff()Alexander Duyck1-1/+1
2015-11-25net: phy: bcm7xxx: Add entry for Broadcom BCM7435Florian Fainelli2-0/+15
2015-11-24Merge branch 'sh_eth-remove-obsolete-platform_ids'David S. Miller1-109/+104
2015-11-24sh_eth: Remove obsolete r8a777x-ether platform_device_id entryGeert Uytterhoeven1-3/+0
2015-11-24sh_eth: Remove obsolete r8a7740-gether platform_device_id entryGeert Uytterhoeven1-63/+62
2015-11-24sh_eth: Remove obsolete r8a779x-ether platform_device_id entriesGeert Uytterhoeven1-4/+2
2015-11-24sh_eth: Remove obsolete r7s72100-ether platform_device_id entryGeert Uytterhoeven1-41/+42
2015-11-24vrf: remove slave queue and private slave structNikolay Aleksandrov1-63/+5
2015-11-24Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextDavid S. Miller37-1165/+1378
2015-11-24net: fec: no need to test for the return type of of_property_read_u32Saurabh Sengar1-7/+2
2015-11-24drivers: net: xgene: optimizing the codeSaurabh Sengar1-16/+9
2015-11-24Merge tag 'linux-can-next-for-4.5-20151123' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-nextDavid S. Miller1-75/+101
2015-11-24net/ipv4/ipconfig: Rejoin broken lines in console outputGeert Uytterhoeven1-10/+9
2015-11-24net: dsa: include gpio consumer header fileArnd Bergmann1-0/+1
2015-11-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller13-153/+111
2015-11-23VSOCK: constify vmci_transport_notify_ops structuresJulia Lawall4-5/+6
2015-11-23net: atm: constify in_cache_ops and eg_cache_ops structuresJulia Lawall2-4/+4
2015-11-23Merge branch 'ipmr-cleanups'David S. Miller2-372/+284
2015-11-23net: ipmr: factor out common vif init codeNikolay Aleksandrov1-21/+19
2015-11-23net: ipmr: rearrange and cleanup setsockoptNikolay Aleksandrov1-84/+107
2015-11-23net: ipmr: drop ip_mr_init() mrt_cachep null check as we'll panic if it failsNikolay Aleksandrov1-2/+0
2015-11-23net: ipmr: drop an instance of CONFIG_IP_MROUTE_MULTIPLE_TABLESNikolay Aleksandrov1-2/+2
2015-11-23net: ipmr: make ip_mroute_getsockopt more understandableNikolay Aleksandrov1-14/+14
2015-11-23net: ipmr: fix code and comment styleNikolay Aleksandrov2-147/+54
2015-11-23net: ipmr: remove some pimsm ifdefs and simplifyNikolay Aleksandrov1-96/+84
2015-11-23net: ipmr: always define mroute_reg_vif_numNikolay Aleksandrov1-8/+0
2015-11-23net: ipmr: move the tbl id check in ipmr_new_tableNikolay Aleksandrov1-11/+17
2015-11-23intel: i40e: fix confused codeRasmus Villemoes1-14/+10
2015-11-23ixgbevf: fix spoofed packets with random MACEmil Tantilov2-1/+4
2015-11-23ixgbevf: use ether_addr_copy instead of memcpyEmil Tantilov1-8/+6
2015-11-23i40evf: fix compiler warning of unused variableJesse Brandeburg1-4/+3
2015-11-23ixgbe: Remove CS4227 diagnostic codeMark Rustad1-80/+0
2015-11-23ixgbe/ixgbevf: use napi_schedule_irqoff()Alexander Duyck2-3/+3