summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* sunvnet: fix rx packet length check to allow for TSODavid L Stevens2015-01-131-1/+6
* mlx5: avoid build warnings on 32-bitArnd Bergmann2015-01-131-3/+3
* rocker: fix harmless warning on 32-bit machinesArnd Bergmann2015-01-131-2/+2
* cxgb4: Ripping out old hard-wired initialization code in driverHariprasad Shenai2015-01-132-520/+58
* net/fsl: replace (1 << x) with BIT(x) for bit definitions in xgmac_mdioShaohui Xie2015-01-131-7/+7
* net/fsl: fix a bug in xgmac_mdioShaohui Xie2015-01-131-1/+1
* i40e: limit sriov to partition 1 of NPAR configurationsShannon Nelson2015-01-131-1/+1
* i40e: Don't exit link event early if link speed has changedCatherine Sullivan2015-01-131-0/+4
* i40e: limit WoL and link settings to partition 1Shannon Nelson2015-01-131-1/+42
* i40e: Adding function for reading PBA StringKamil Krawczyk2015-01-133-0/+63
* i40e/i40evf: find partition_id in npar modeShannon Nelson2015-01-134-2/+81
* i40e: remove VN2VN related mac filtersVasu Dev2015-01-131-2/+0
* i40e: Add warning for NPAR partitions with link speed less than 10GbpsGreg Rose2015-01-131-0/+9
* i40evf: kick a stalled admin queueMitch A Williams2015-01-132-1/+9
* i40evf: enable interrupt 0 appropriatelyMitch A Williams2015-01-131-8/+4
* i40evf: don't fire traffic IRQs when the interface is downMitch A Williams2015-01-131-4/+7
* i40evf: remove leftover VLAN filtersMitch A Williams2015-01-131-0/+4
* i40evf: refactor shutdown codeMitch A Williams2015-01-131-6/+23
* i40evf: Remove some scary log messagesMitch A Williams2015-01-132-9/+1
* i40evf: remove redundant codeMitch A Williams2015-01-131-27/+0
* i40e: disable IOV before freeing resourcesMitch A Williams2015-01-131-2/+9
* tuntap: Increase the number of queues in tun.Pankaj Gupta2015-01-121-4/+3
* team: Remove dead codeKenneth Williams2015-01-121-7/+0
* net: bnx2x: avoid macro redefinitionDavid Decotigny2015-01-121-4/+0
* drivers: net: xen-netfront: remove residual dead codeVincenzo Maffione2015-01-121-4/+0
* Driver: Vmxnet3: Reinitialize vmxnet3 backend on wakeup from hibernateShrikrishna Khare2015-01-122-21/+27
* bonding: cleanup bond_opts arrayJonathan Toppins2015-01-121-3/+2
* iw_cxgb4/cxgb4/cxgb4vf/cxgb4i/csiostor: Cleanup register defines/macros relat...Hariprasad Shenai2015-01-126-71/+155
* iw_cxgb4/cxgb4/cxgb4i: Cleanup register defines/MACROS related to CM CPL mess...Hariprasad Shenai2015-01-124-42/+138
* r8152: check the status before submitting rxhayeswang2015-01-121-0/+5
* r8152: call rtl_start_rx after netif_carrier_onhayeswang2015-01-121-1/+2
* vxlan: Improve support for header flagsTom Herbert2015-01-121-14/+28
* tg3: move init/deinit from open/close to probe/removeIvan Vecera2015-01-121-14/+11
* net: eth: xgene: devm_ioremap() returns NULL on errorDan Carpenter2015-01-121-6/+6
* irda: vlsi_ir: Replace timeval with ktime_tChunyan Zhang2015-01-112-34/+14
* irda: stir4200: Replace timeval with ktime_tChunyan Zhang2015-01-111-9/+7
* irda: nsc-ircc: Replace timeval with ktime_tChunyan Zhang2015-01-112-8/+4
* irda: irda-usb: Replace timeval with ktime_tChunyan Zhang2015-01-112-11/+4
* irda: ali-ircc: Replace timeval with ktime_tChunyan Zhang2015-01-112-11/+5
* irda: Removed all unused timeval variablesChunyan Zhang2015-01-116-16/+0
* stmmac: dwmac-sti: Pass sysconfig register offset via syscon dt property.Peter Griffin2015-01-111-6/+7
* r8169: add support for xmit_moreFlorian Westphal2015-01-081-3/+9
* cxgb4: Add support for mps_tcam debugfsHariprasad Shenai2015-01-082-0/+191
* cxgb4: Add support for cim_qcfg entry in debugfsHariprasad Shenai2015-01-085-0/+164
* cxgb4: Add support for cim_la entry in debugfsHariprasad Shenai2015-01-086-2/+304
* cxgb4: Add support for devlogHariprasad Shenai2015-01-085-0/+325
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-01-0618-48/+72
|\
| * qla3xxx: don't allow never end busy loopAndy Shevchenko2015-01-061-5/+3
| * xen-netback: fixing the propagation of the transmit shaper timeoutPalik, Imre2015-01-061-0/+1
| * r8152: support ndo_features_checkhayeswang2015-01-061-0/+17