summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2015-01-02Altera TSE: Add missing phydevKostya Belezko1-9/+6
2015-01-02net/mlx4_core: Fix error flow in mlx4_init_hca()Jack Morgenstein1-9/+4
2015-01-02net/mlx4_core: Correcly update the mtt's offset in the MR re-reg flowMaor Gottlieb1-4/+5
2015-01-02net/fsl: remove hardcoded clock setting from xgmac_mdioShaohui Xie1-14/+0
2015-01-02net/fsl: remove irq assignment from xgmac_mdioShaohui Xie1-2/+1
2015-01-02net/fsl: remove reset from xgmac_mdioShaohui Xie1-19/+0
2015-01-01qlcnic: Fix return value in qlcnic_probe()Yongjian Xu1-0/+1
2015-01-01net: axienet: fix error return codeJulia Lawall1-0/+2
2015-01-01net: sun4i-emac: fix error return codeJulia Lawall1-1/+3
2015-01-01myri10ge: fix error return codeJulia Lawall1-1/+3
2015-01-01net: Xilinx: fix error return codeJulia Lawall2-0/+3
2015-01-01GMAC: add driver for Rockchip RK3288 SoCs integrated GMACRoger Chen4-1/+462
2015-01-01i40e: Fix possible memory leak in i40e_dbg_dump_descJoe Perches1-1/+3
2015-01-01igb_ptp: Include clocksource.h to get CLOCKSOURCE_MASK.David S. Miller1-0/+1
2015-01-01e1000e: Include clocksource.h to get CLOCKSOURCE_MASK.David S. Miller1-0/+1
2014-12-31igb: Remove unneeded FIXMETodd Fujinaka1-1/+1
2014-12-31e100: fix typo in MDI/MDI-X eeprom check in e100_phy_initJohn W. Linville1-1/+1
2014-12-31tun: return proper error code from tun_do_readAlex Gartrell1-1/+1
2014-12-31tun: Fixed unsigned/signed comparisonAlex Gartrell1-1/+1
2014-12-31enic: add stats for dma mapping errorGovindarajulu Varadarajan3-1/+25
2014-12-31enic: check dma_mapping_errorGovindarajulu Varadarajan2-58/+106
2014-12-31enic: make vnic_wq_buf doubly linkedGovindarajulu Varadarajan2-0/+4
2014-12-31net: fec: add Wake-on-LAN supportNimrod Andy2-10/+96
2014-12-31net: gianfar: add missing __iomem annotationKevin Hao2-2/+2
2014-12-31net: gianfar: mark the local functions staticKevin Hao1-4/+5
2014-12-31virtio-net: don't do header check for dodgy gso packetsJason Wang1-0/+2
2014-12-31arm: sa1100: move irda header to linux/platform_dataDmitry Eremin-Solenikov1-1/+1
2014-12-31net: sxgbe: Use setup_timerJulia Lawall1-6/+4
2014-12-31ksz884x: Use setup_timerJulia Lawall1-3/+1
2014-12-31atl1e: Use setup_timerJulia Lawall1-3/+2
2014-12-31atheros: atlx: Use setup_timerJulia Lawall1-6/+4
2014-12-31timecounter: keep track of accumulated fractional nanosecondsRichard Cochran1-2/+2
2014-12-31net: cpts: convert to timecounter adjtime.Richard Cochran1-4/+1
2014-12-31net: mlx4: convert to timecounter adjtime.Richard Cochran1-4/+1
2014-12-31net: ixgbe: convert to timecounter adjtime.Richard Cochran1-10/+1
2014-12-31net: igb: convert to timecounter adjtime.Richard Cochran1-6/+1
2014-12-31net: e1000e: convert to timecounter adjtime.Richard Cochran1-4/+1
2014-12-31net: fec: convert to timecounter adjtime.Richard Cochran1-15/+1
2014-12-31net: bnx2x: convert to timecounter adjtime.Richard Cochran1-5/+1
2014-12-31net: xgbe: convert to timecounter adjtime.Richard Cochran1-7/+1
2014-12-31time: move the timecounter/cyclecounter code into its own file.Richard Cochran7-5/+7
2014-12-30cc2520: fix zero perm_extended_addr addressVarka Bhadram1-0/+1
2014-12-30cc2520: remove 'ret' goto labelVarka Bhadram1-10/+4
2014-12-30cc2520: use devm_kzalloc(.., sizeof(*pointer), ..) patternVarka Bhadram1-2/+1
2014-12-30net: ieee802154: don't use devm_pinctrl_get_select_default() in probeWolfram Sang1-7/+0
2014-12-27ne2k-pci: Add pci_disable_device in error handlingJia-Ju Bai1-2/+4
2014-12-27bonding: change error message to debug message in __bond_release_one()Wengang Wang1-1/+1
2014-12-27Merge tag 'wireless-drivers-for-davem-2014-12-26' of git://git.kernel.org/pub...David S. Miller7-12/+34
2014-12-27net: Generalize ndo_gso_check to ndo_features_checkJesse Gross4-13/+21
2014-12-27net: incorrect use of init_completion fixupNicholas Mc Guire1-1/+1