summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorLines
2013-11-11mwifiex: potential integer underflow in mwifiex_ret_wmm_get_status()Dan Carpenter-0/+3
2013-11-11rtlwifi: rtl8192se: Fix wrong assignmentFelipe Pena-1/+1
2013-11-11wireless: rt2800lib: Fix typo on checkingFelipe Pena-1/+1
2013-11-11ixgbe: add warning when max_vfs is out of range.Jacob Keller-8/+13
2013-11-11igb: Update link modes display in ethtoolCarolyn Wyborny-24/+27
2013-11-08ixgbe: deleting dfwd stations out of order can cause null ptr derefJohn Fastabend-2/+6
2013-11-08ixgbe: fix build err, num_rx_queues is only available with CONFIG_RPSJohn Fastabend-6/+10
2013-11-08netdev: smc91x: enable for xtensaBaruch Siach-2/+2
2013-11-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-87/+244
2013-11-07net: calxedaxgmac: Fix panic caused by MTU change of active interfaceAndreas Herrmann-6/+4
2013-11-07net/mlx4_en: Datapath structures are allocated per NUMA nodeEugenia Emantayev-33/+70
2013-11-07net/mlx4_core: ICM pages are allocated on device NUMA nodeEugenia Emantayev-12/+31
2013-11-07net/mlx4_en: Datapath resources allocated dynamicallyEugenia Emantayev-111/+178
2013-11-07net/mlx4_core: Add immediate activate for VGT->VST->VGTRony Efraim-32/+81
2013-11-07net/mlx4_core: Initialize all mailbox buffers to zero before useJack Morgenstein-43/+2
2013-11-07net/mlx4_en: Add RFS support in UDPEyal Perry-11/+34
2013-11-07ixgbe: enable l2 forwarding acceleration for macvlansJohn Fastabend-89/+443
2013-11-07net: Add layer 2 hardware acceleration operations for macvlan devicesJohn Fastabend-1/+35
2013-11-07net/mlx4_en: Fixed crash when port type is changedAmir Vadai-4/+4
2013-11-07isdn: icn: NULL dereference printing error messageDan Carpenter-2/+1
2013-11-07RDMA/cma: Set IBoE SL (user-priority) by egress map when using vlansEyal Perry-5/+21
2013-11-07tg3: avoid double-freeing of rx data memoryIvan Vecera-6/+6
2013-11-07ath9k: enable DFS for IBSS modeSimon Wunderlich-1/+2
2013-11-07phy: Add MOXA MDIO driverJonas Jensen-0/+209
2013-11-07bonding: extend round-robin mode with packets_per_slaveNikolay Aleksandrov-6/+101
2013-11-07qeth: avoid buffer overflow in snmp ioctlUrsula Braun-1/+5
2013-11-07net:drivers/net: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERODuan Jiong-3/+1
2013-11-07smsc: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERODuan Jiong-3/+1
2013-11-07smsc9420: Use netif_<level>Joe Perches-78/+77
2013-11-07jme: Remove unused #define PFXJoe Perches-1/+0
2013-11-05virtio-net: switch to use XPS to choose txqJason Wang-46/+2
2013-11-05net: mv643xx_eth: Add missing phy_addr_set in DT modeJason Gunthorpe-0/+1
2013-11-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville-1/+0
2013-11-05Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville-29/+43
2013-11-05Merge branch 'for-linville' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville-53/+175
2013-11-05Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville-3/+24
2013-11-05net: cdc_ncm: remove non-standard NCM device IDsEnrico Mioso-11/+0
2013-11-05net: huawei_cdc_ncm: Introduce the huawei_cdc_ncm driverEnrico Mioso-0/+246
2013-11-05net: cdc_ncm: Export cdc_ncm_{tx, rx}_fixup functions for re-useEnrico Mioso-2/+4
2013-11-05Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller-3327/+10954
2013-11-04virtio-net: coalesce rx frags when possible during rxJason Wang-4/+11
2013-11-04vxlan: Use ERR_CAST inlined function instead of ERR_PTR(PTR_ERR(...))Duan Jiong-1/+1
2013-11-04Merge branch 'for-davem' of git://gitorious.org/linux-can/linux-can-nextDavid S. Miller-45/+32
2013-11-04net/mlx4_core: Implement resource quota enforcementJack Morgenstein-13/+173
2013-11-04net/mlx4_core: Fix quota handling in the QUERY_FUNC_CAP wrapperJack Morgenstein-23/+65
2013-11-04mlx4: Structures and init/teardown for VF resource quotasJack Morgenstein-23/+205
2013-11-04net/mlx4_core: Fix checking order in MR table initJack Morgenstein-3/+3
2013-11-04net/mlx4_core: Don't fail reg/unreg vlan for older guestsJack Morgenstein-1/+18
2013-11-04net/mlx4_core: Resource tracker for reg/unreg vlansJack Morgenstein-6/+121
2013-11-04net/mlx4_en: Use vlan id instead of vlan index for unregistrationJack Morgenstein-20/+19