summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2012-06-03fec_mpc52xx: fix timestamp filteringStephan Gatzka1-1/+1
2012-06-02e1000e: fix Rapid Start Technology support for i217Bruce Allan1-9/+9
2012-06-02e1000: look into the page instead of skb->data for e1000_tbi_adjust_stats()Sebastian Andrzej Siewior1-1/+1
2012-06-02r8169: call netif_napi_del at errpaths and at driver unloadDevendra Naga1-0/+3
2012-06-018139cp/8139too: terminate the eeprom access with the right opmodeJason Wang2-2/+2
2012-06-018139cp: set ring address before enabling receiverJason Wang1-11/+11
2012-06-01net/mlx4_core: Fix obscure mlx4_cmd_box parameter in QUERY_DEV_CAPJack Morgenstein1-3/+2
2012-06-01net/mlx4_core: Check port out-of-range before using in mlx4_slave_capJack Morgenstein1-3/+3
2012-06-01net/mlx4_core: Fixes for VF / Guest startup flowJack Morgenstein4-14/+63
2012-06-01net/mlx4_en: Fix improper use of "port" parameter in mlx4_en_eventJack Morgenstein1-5/+7
2012-06-01net/mlx4_core: Fix number of EQs used in ICM initialisationMarcel Apfelbaum2-15/+11
2012-06-01net/mlx4_core: Fix the slave_id out-of-range test in mlx4_eq_intJack Morgenstein1-1/+1
2012-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-10/+20
2012-05-31net/smsc911x: Repair broken failure pathsLee Jones1-3/+4
2012-05-30r6040: Do a Proper deinit at errorpath and also when driver unloads (calling ...Devendra Naga1-0/+5
2012-05-30r6040: disable pci device if the subsequent calls (after pci_enable_device) f...Devendra Naga1-4/+6
2012-05-30net: sh_eth: fix the rxdesc pointer when rx descriptor empty happensYoshihiro Shimoda1-3/+5
2012-05-26Merge tag 'clock' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-23/+54
2012-05-26Merge tag 'cleanup2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Linus Torvalds1-1/+1
2012-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+1
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds8-16/+10
2012-05-22gianfar:don't add FCB length to hard_header_lenWu Jiajun-B063781-1/+1
2012-05-22Merge tag 'pinctrl' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+9
2012-05-22Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-21/+50
2012-05-22Merge tag 'rdma-for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds19-33/+852
2012-05-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds2-11/+8
2012-05-21Merge branches 'core', 'cxgb4', 'ipath', 'iser', 'lockdep', 'mlx4', 'nes', 'o...Roland Dreier19-33/+853
2012-05-21drivers/net/stmmac: seq_file fix memory leakDjalal Harouni1-2/+2
2012-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+5
2012-05-19tg3: use netdev_alloc_frag() APIEric Dumazet2-35/+5
2012-05-19cirrus: cs89x0: Remove function prototypes and reorder declarationsJoe Perches1-746/+721
2012-05-19cirrus: cs89x0: Neaten debugging and loggingJoe Perches1-105/+82
2012-05-19cirrus: cs89x0: Code neateningJoe Perches1-180/+272
2012-05-19cirrus: cs89x0: Convert printks to pr_<level>Joe Perches1-55/+61
2012-05-19cirrus: cs89x0: Code style neateningJoe Perches1-411/+323
2012-05-19cxgb4: DB Drop Recovery for RDMA and LLD queuesVipul Pandya6-42/+280
2012-05-19cxgb4: Common platform specific changes for DB Drop RecoveryVipul Pandya2-11/+61
2012-05-19cxgb4: Detect DB FULL events and notify RDMA ULDVipul Pandya5-0/+103
2012-05-18be2net: Fix to allow get/set of debug levels in the firmware.Somnath Kotur5-0/+230
2012-05-18CS89x0 : Use ioread16/iowrite16 on all platformsJaccon Bastiaansen1-158/+183
2012-05-18e1000: Prevent reset task killing itself.Tushar Dave1-1/+5
2012-05-18drivers/net: delete all code/drivers depending on CONFIG_MCAPaul Gortmaker16-5349/+15
2012-05-18net/mlx4_en: num cores tx rings for every UPAmir Vadai4-24/+47
2012-05-17net: Change mail address of Oskar SchirmerOskar Schirmer1-2/+2
2012-05-17igb: Disable the BMC-to-OS Watchdog Enable bit for DMAC.Matthew Vick2-0/+5
2012-05-17e1000: look in the page and not in skb->data for the last byteSebastian Andrzej Siewior1-1/+5
2012-05-17e1000: remove workaround for Errata 23 from jumbo allocSebastian Andrzej Siewior1-24/+0
2012-05-17e1000e: fix typo in definition of E1000_CTRL_EXT_FORCE_SMBUSBruce Allan1-1/+1
2012-05-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-40/+34
2012-05-16Merge branch 'clk-next' of git://git.linaro.org/people/mturquette/linux into ...Arnd Bergmann1-11/+31