summaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* net/mlx4_core: Support more than 64 VFsMatan Barak2014-11-132-1/+28
* net/mlx4_core: Flexible (asymmetric) allocation of EQs and MSI-X vectors for ...Matan Barak2014-11-135-39/+186
* net/mlx4_core: Add QUERY_FUNC firmware commandMatan Barak2014-11-132-0/+67
* net/mlx4_core: Refactor mlx4_load_oneMatan Barak2014-11-131-42/+99
* net/mlx4_core: Refactor mlx4_cmd_init and mlx4_cmd_cleanupMatan Barak2014-11-133-36/+57
* net/mlx4_core: Use correct variable type for mlx4_slave_capMatan Barak2014-11-133-4/+4
* net/mlx4_core: Fix wrong reading of reserved_eqsMatan Barak2014-11-131-1/+1
* net: sh_eth: Add r8a7793 supportHisashi Nakamura2014-11-131-0/+2
* net: sh_eth: Add RMII mode setting in probeHisashi Nakamura2014-11-131-0/+4
* net: generic dev_disable_lro() stacked device handlingMichal Kubeček2014-11-132-0/+6
* amd-xgbe: fix ->rss_hash_typeDan Carpenter2014-11-131-1/+1
* cxgb4i/cxgb4 : Refactor macros to conform to uniform standardsAnish Bhatt2014-11-136-40/+96
* tun: fix issues of iovec iterators using in tun_put_user()Jason Wang2014-11-131-1/+3
* net: systemport: fix tx work done in TX napi pollFlorian Fainelli2014-11-131-1/+3
* enic: fix work done in tx napi_pollGovindarajulu Varadarajan2014-11-131-1/+2
* hyperv: Add processing of MTU reduced by the hostHaiyang Zhang2014-11-123-3/+14
* amd-xgbe: Fix sparse endian warningsLendacky, Thomas2014-11-121-4/+4
* net: pxa168_eth: move SET_NETDEV_DEV a bit earlierJisheng Zhang2014-11-121-1/+1
* cxgb4: Fix static checker warningHariprasad Shenai2014-11-121-1/+0
* r8152: check RTL8152_UNPLUG and netif_running before autoresumehayeswang2014-11-121-3/+6
* r8152: clear the flag of SCHEDULE_TASKLET in tasklethayeswang2014-11-121-0/+2
* r8152: remove the duplicate init for the list of rx_donehayeswang2014-11-121-1/+0
* net: phy: bcm7xxx: add workaround for PHY revision E0 and F0Florian Fainelli2014-11-121-0/+29
* net: phy: bcm7xxx: add PHY revision D0 workaround sequenceFlorian Fainelli2014-11-121-0/+46
* net: phy: bcm7xxx: introduce r_rc_cal_reset helperFlorian Fainelli2014-11-121-5/+10
* net: phy: bcm7xxx: drop A0 revision workaround and fix B0 workaroundFlorian Fainelli2014-11-121-38/+3
* net: phy: bcm7xxx: only show PHY revision onceFlorian Fainelli2014-11-121-1/+2
* irda: Convert IRDA_DEBUG to pr_debugJoe Perches2014-11-1221-633/+446
* net: phy: micrel: enable led-mode for KSZ8081/KSZ8091Johan Hovold2014-11-121-0/+1
* net: phy: micrel: clean up led-mode setupJohan Hovold2014-11-121-9/+22
* net: phy: micrel: refactor led-mode error handlingJohan Hovold2014-11-121-9/+10
* net: phy: micrel: add led-mode sanity checkJohan Hovold2014-11-121-0/+5
* net: phy: micrel: disable broadcast for KSZ8081/KSZ8091Johan Hovold2014-11-121-1/+8
* net: phy: micrel: refactor broadcast disableJohan Hovold2014-11-121-2/+22
* net: phy: micrel: use BIT macroJohan Hovold2014-11-121-17/+17
* net: phy: micrel: fix config_intr error handlingJohan Hovold2014-11-121-0/+6
* net: phy: replace phy_drivers_register callsJohan Hovold2014-11-1216-218/+16
* net: phy: replace phy_driver_register callsJohan Hovold2014-11-124-56/+12
* sunvnet: fix NULL pointer dereferenceDavid L Stevens2014-11-121-0/+2
* fm10k/igb/ixgbe: Replace __skb_alloc_page with dev_alloc_pageAlexander Duyck2014-11-123-4/+3
* phonet: Replace calls to __skb_alloc_page with __dev_alloc_pageAlexander Duyck2014-11-121-3/+3
* cxgb4/cxgb4vf: Replace __skb_alloc_page with __dev_alloc_pageAlexander Duyck2014-11-122-6/+7
* irda: Remove IRDA_<TYPE> logging macrosJoe Perches2014-11-1216-269/+296
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2014-11-1123-209/+441
|\
| * ixgbe: add helper function for setting RSS key in preparation of X550Don Skidmore2014-11-111-12/+20
| * ixgbe: Add new support for X550 MAC'sDon Skidmore2014-11-1110-64/+223
| * ixgbe: cleanup move setting PFQDE.HIDE_VLAN to support function.Don Skidmore2014-11-111-9/+22
| * ixgbe: cleanup ixgbe_ndo_set_vf_vlanDon Skidmore2014-11-111-33/+61
| * ixgbe: fix X540 Completion timeoutDon Skidmore2014-11-111-1/+19
| * i40evf: don't use more queues than CPUsMitch Williams2014-11-114-32/+41