summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* qlcnic: Update version to 5.2.44Jitendra Kalsaria2013-06-241-2/+2
* qlcnic: Add support for 83xx suspend and resume.Rajesh Borundia2013-06-2410-64/+225
* qlcnic: Add support for 'set driver version' in 83XXPratik Pujar2013-06-246-16/+33
* qlcnic: Cleanup of structure qlcnic_hardware_contextPratik Pujar2013-06-244-5/+6
* qlcnic: Add support for PEX DMA method to read memory section of adapter dumpShahed Shaikh2013-06-242-7/+221
* qlcnic: Minimize sleep duration within loopback diagnostic test.Jitendra Kalsaria2013-06-242-19/+41
* qlcnic: Secondary unicast MAC address support.Jitendra Kalsaria2013-06-246-23/+83
* qlcnic: Handle qlcnic_alloc_mbx_args() failureShahed Shaikh2013-06-244-64/+206
* bnx2: use pdev->pm_cap instead of pci_find_capability(.., PCI_CAP_ID_PM)Yijing Wang2013-06-201-1/+1
* amd8111e: use pdev->pm_cap instead of pci_find_capability(.., PCI_CAP_ID_PM)Yijing Wang2013-06-201-3/+3
* Bnx2x: remove redundant D0 power state setYijing Wang2013-06-201-3/+1
* net: Add missing dependencies on NETDEVICESBen Hutchings2013-06-201-3/+3
* at91_ether: Do not select NET_COREBen Hutchings2013-06-201-1/+0
* net: Move MII out from under NET_CORE and hide itBen Hutchings2013-06-2031-59/+3
* bonding: trivial: make alb use bond_slave_has_mac()Veaceslav Falico2013-06-201-42/+11
* be2net: use pci_vfs_assigned()/pci_num_vf() instead of be_find_vfs()Sathya Perla2013-06-201-27/+4
* bnx2x: replace mechanism to check for next available packetDmitry Kravkov2013-06-204-37/+42
* bnx2x: add support for ndo_ll_pollDmitry Kravkov2013-06-204-11/+208
* net/mlx4_en: Low Latency recv statisticsAmir Vadai2013-06-203-1/+29
* net/mlx4_en: Add Low Latency Socket (LLS) supportAmir Vadai2013-06-204-4/+178
* ip_tunnels: extend iptunnel_xmit()Pravin B Shelar2013-06-201-24/+8
* sh_eth: get R8A7740 Rx descriptor word 0 shift out of #ifdefSergei Shtylyov2013-06-202-3/+4
* sh_eth: cleanup 'enum TD_STS_BIT'Sergei Shtylyov2013-06-201-4/+4
* sh_eth: remove redundant bits from 'eesipr_value' field initializerSergei Shtylyov2013-06-201-1/+1
* sh_eth: remove 'tx_error_check' field of 'struct sh_eth_cpu_data'Sergei Shtylyov2013-06-202-17/+0
* sh_eth: add NAPI supportSergei Shtylyov2013-06-202-12/+74
* sh_eth: define/use EESR_RX_CHECK macroSergei Shtylyov2013-06-202-11/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-06-20161-665/+5855
|\
| * vxlan: fix check for migration of static entrystephen hemminger2013-06-191-1/+1
| * can: usb_8dev: unregister netdev before free()ingMarc Kleine-Budde2013-06-191-1/+4
| * net: cpsw: check for cpts pointer after its allocationSebastian Siewior2013-06-181-1/+1
| * Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2013-06-1811-35/+37
| |\
| | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-06-1711-35/+37
| | |\
| | | * brcmfmac: free primary net_device when brcmf_bus_start() failsArend van Spriel2013-06-131-0/+4
| | | * Bluetooth: btmrvl: fix thread stopping raceDaniel Drake2013-06-131-5/+4
| | | * Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville2013-06-125-3/+7
| | | |\
| | | | * iwlwifi: fix rate control regressionMoshe Benji2013-06-122-1/+2
| | | | * iwlwifi: mvm: correctly set the flags for BAREmmanuel Grumbach2013-06-041-1/+2
| | | | * iwlwifi: dvm: fix chain noise calibrationNikolay Martynov2013-06-041-1/+1
| | | | * iwlwifi: don't print module loading error if not modularJohannes Berg2013-06-041-0/+2
| | | * | rt2800: fix RT5390 & RT3290 TX power settings regressionStanislaw Gruszka2013-06-121-11/+18
| | | * | brcmsmac: disable power-save related functionsArend van Spriel2013-06-121-15/+2
| | | * | iwlegacy: fix rate control regressionStanislaw Gruszka2013-06-122-1/+2
| * | | | alx: add a simple AR816x/AR817x device driverJohannes Berg2013-06-189-0/+4568
| * | | | Fix the VLAN_TAG_PRESENT in netvsc_recv_callback()Haiyang Zhang2013-06-181-1/+3
| * | | | vxlan: handle skb_clone failurestephen hemminger2013-06-181-3/+5
| * | | | vxlan: only migrate dynamic FDB entriesstephen hemminger2013-06-181-4/+12
| * | | | vxlan: fix race between flush and incoming learningstephen hemminger2013-06-181-7/+9
| |/ / /
| * | | lseek(fd, n, SEEK_END) does *not* go to eof - nAl Viro2013-06-164-4/+4
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-06-1511-29/+74
| |\ \ \