summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2015-02-28net: smc91x: use run-time configuration on all ARM machinesArnd Bergmann2-113/+10
2015-02-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller9-76/+280
2015-02-27amd-xgbe: Request IRQs only after driver is fully setupLendacky, Thomas1-82/+93
2015-02-27rocker: silence shift wrapping warningDan Carpenter1-2/+2
2015-02-27rocker: add a check for NULL in rocker_probe_ports()Dan Carpenter1-0/+2
2015-02-27cxgb4: Fix PCI-E Memory window interface for big-endian systemsHariprasad Shenai2-11/+45
2015-02-27enic: do notify_check before returning creditsSujith Sankar1-2/+2
2015-02-26i40e: check pointers before useShannon Nelson1-1/+1
2015-02-26i40e: catch NVM write semaphore timeout and retryShannon Nelson1-0/+35
2015-02-26i40e: stop flow director on shutdownMitch A Williams1-0/+1
2015-02-26i40e: disconnect irqs on shutdownShannon Nelson1-6/+8
2015-02-26i40evf: TCP/IPv6 over Vxlan Tx checksum offload fixAnjali Singhai1-12/+12
2015-02-26i40e: Issue a PF reset if Tx queue disable timeoutParikh, Neerav1-1/+7
2015-02-26i40e: Fix the Tx ring qset handle when DCB reconfiguresParikh, Neerav1-2/+9
2015-02-26i40e: Fix the case where per TC queue count was higher than queues enabledAnjali Singhai1-1/+6
2015-02-26i40e: fix race in hang checkJesse Brandeburg2-48/+60
2015-02-26i40e: Fix TSO with more than 8 frags per segment issueAnjali Singhai4-0/+132
2015-02-26i40e: Don't check for Tx hang when PF downAkeem G Abodunrin1-1/+2
2015-02-26i40e: fix shift precedence issueShannon Nelson2-3/+4
2015-02-26i40e: Fix memory leak at failure path in i40e_dbg_command_write()Alexey Khoroshilov1-1/+3
2015-02-24r8169: Fix trivial typo in rtl_check_firmwareYannick Guerrini1-1/+1
2015-02-23altera_tse: Fixes in NAPI and interrupt handling pathsVlastimil Setka1-23/+22
2015-02-23altera_tse: Correct typo in obtaining tx_fifo_depth from devicetreeVlastimil Setka1-1/+1
2015-02-22r8169: Revert BQL and xmit_more support.David S. Miller1-23/+7
2015-02-20cxgb4: Fix incorrect 'c' suffix to %pI4, use %pISc insteadAnish Bhatt2-30/+33
2015-02-20net: smc91x: improve neponset hackArnd Bergmann1-1/+1
2015-02-20ethernet/ixp4xx: prevent allmulti from clobbering promiscDerrick Pallas1-1/+1
2015-02-19ehea: Register memory hotplug, reboot and crash hooks on adapter probeAnton Blanchard1-105/+141
2015-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds11-37/+77
2015-02-17Merge branch 'debugfs_automount' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-6/+3
2015-02-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2015-02-17debugfs: Provide a file creation function that also takes an initial sizeDavid Howells1-6/+3
2015-02-13MODULE_DEVICE_TABLE: fix some callsitesAndrew Morton1-1/+0
2015-02-13tile: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2-6/+4
2015-02-11tg3: Hold tp->lock before calling tg3_halt() from tg3_init_one()Jun'ichi Nomura \(NEC\)1-0/+2
2015-02-11bgmac: fix device initialization on Northstar SoCs (condition typo)Rafał Miłecki1-2/+3
2015-02-11qlcnic: Delete existing multicast MAC list before adding newShahed Shaikh3-13/+51
2015-02-11net/mlx5_core: Fix configuration of log_uar_page_szEli Cohen1-0/+1
2015-02-11sunvnet: don't change gso data on clonesDavid L Stevens1-13/+10
2015-02-11drivers/net: Use setup_timer and mod_timerVaishali Thakkar1-5/+2
2015-02-11drivers: net: xgene: Make xgene_enet_of_match depend on CONFIG_OFGeert Uytterhoeven1-0/+2
2015-02-11et131x: use msecs_to_jiffies for conversionsNicholas Mc Guire1-2/+4
2015-02-11treewide: Remove unnecessary SSB_DEVTABLE_END macroJoe Perches1-1/+1
2015-02-11treewide: Remove unnecessary BCMA_CORETABLE_END macroJoe Perches1-1/+1
2015-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds214-5476/+20425
2015-02-10Merge tag 'pci-v3.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-3/+3
2015-02-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds1-4/+4
2015-02-09i40e: Fix for stats init function call in Rx setupCarolyn Wyborny2-2/+2
2015-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-19/+49
2015-02-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller9-41/+95