aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2013-06-25vxlan: fix function name spellingHEADmasterStephen Hemminger1-3/+3
2013-06-25Merge ../vxlan-xStephen Hemminger1-208/+354
2013-06-25bonding: add an option to fail when any of arp_ip_target is inaccessibleVeaceslav Falico3-14/+128
2013-06-25bonding: don't trust arp requests unless active slave really worksVeaceslav Falico1-1/+8
2013-06-25bonding: don't validate arp if we don't have toVeaceslav Falico1-0/+4
2013-06-25bonding: don't add duplicate targets to arp_ip_targetVeaceslav Falico1-1/+5
2013-06-25bonding: add helper function bond_get_targets_ip(targets, ip)Veaceslav Falico3-45/+46
2013-06-25net: davinci_mdio: gaurd the DT code with IS_ENABLED(CONFIG_OF)Lad, Prabhakar1-1/+4
2013-06-25net: davinci_emac: simplify the OF parser codeLad, Prabhakar1-44/+23
2013-06-25net: davinci: emac: Convert to devm_* apiLad, Prabhakar1-40/+9
2013-06-25macvtap: Perform GSO on forwarding path.Vlad Yasevich1-1/+31
2013-06-25macvtap: Let TUNSETOFFLOAD actually controll offload features.Vlad Yasevich2-1/+74
2013-06-25macvtap: Consistently use rcu functionsVlad Yasevich1-9/+9
2013-06-25macvtap: Convert to using rtnl lockVlad Yasevich1-37/+25
2013-06-25ethernet/arc/arc_emac - Add new driverAlexey Brodkin7-0/+1211
2013-06-25net/mlx4_core: Fail device init if num_vfs is negativeJack Morgenstein1-0/+5
2013-06-25net/mlx4_core: Add warning in case of command timeoutsDotan Barak1-0/+6
2013-06-25net/mlx4_core: Replace sscanf() with kstrtoint()Dotan Barak1-3/+3
2013-06-25net/mlx4_en: Remove an unnecessary testDotan Barak1-3/+0
2013-06-25net/mlx4_en: Add prints when TX timeout occursYevgeny Petrilin1-0/+9
2013-06-25net/mlx4_en: Fix a race between napi poll function and RX ring cleanupEugenia Emantayev1-4/+4
2013-06-25net/mlx4_en: Change log level from error to debug for vlan related messagesEugenia Emantayev1-2/+2
2013-06-25net/mlx4_en: Move register_netdev() to the end of initialization functionEugenia Emantayev1-1/+2
2013-06-25net/mlx4_en: Do not query stats when device port is downJack Morgenstein1-4/+5
2013-06-25net/mlx4_en: Fix resource leak in error flowDotan Barak1-1/+1
2013-06-25mlx4: allow order-0 memory allocations in RX pathEric Dumazet2-86/+95
2013-06-25Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...David S. Miller9-59/+114
2013-06-25qeth: use default napi weightSebastian Ott1-1/+1
2013-06-25qeth: Fix crash on initial MTU size changeStefan Raspl1-2/+4
2013-06-25qeth: change default standard blkt settings for OSAUrsula Braun1-5/+5
2013-06-25qeth: Increase default MTU for OSA devicesStefan Raspl1-3/+4
2013-06-25netiucv: remove unused macroAndy Shevchenko1-20/+0
2013-06-25vxlan: fdb: allow specifying multiple destinations for zero MACMike Rapoport1-1/+2
2013-06-25vxlan: allow removal of single destination from fdb entryMike Rapoport1-4/+40
2013-06-25vxlan: introduce vxlan_fdb_parseMike Rapoport1-31/+50
2013-06-25vxlan: introduce vxlan_fdb_find_rdstMike Rapoport1-5/+18
2013-06-25vxlan: add implicit fdb entry for default destinationMike Rapoport1-19/+49
2013-06-25vxlan: Fix sparse warnings.Pravin B Shelar1-2/+2
2013-06-25bnx2x: Remove sparse and coccinelle warningsYuval Mintz3-7/+12
2013-06-24packet: nlmon: virtual netlink monitoring device for packet socketsDaniel Borkmann3-0/+181
2013-06-24net: Restore unintentional reverts.David S. Miller3-3/+0
2013-06-24sfc: Improve test for IOMMU in useBen Hutchings1-1/+1
2013-06-24sfc: Fix IRQ cleanup in case of a probe failureBen Hutchings2-38/+40
2013-06-24sfc: Do not pass non-TCP packets into GRO codeBen Hutchings1-1/+1
2013-06-24sfc: Define and set RX buffer flag for packets parsed as TCPBen Hutchings2-5/+15
2013-06-24sfc: Enable accelerated RFS on vlansAndy Lutomirski1-1/+14
2013-06-24sfc: Report software timestamping capabilitiesBen Hutchings3-11/+22
2013-06-24sfc: Increase size of RX SKB header areaJon Cooper1-1/+1
2013-06-24sfc: Enable RX checksum offload for packets not handled by GROJon Cooper1-0/+2
2013-06-24sfc: Fix EEH with legacy interrupts.Alexandre Rames4-1/+18
2013-06-24vxlan: cosmetic cleanup'sStephen Hemminger1-5/+5
2013-06-24vxlan: Use initializer for dummy structuresStephen Hemminger1-13/+11
2013-06-24vxlan: port module param should be ushortStephen Hemminger1-2/+2
2013-06-24vxlan: convert remotes list to list_rcuStephen Hemminger1-42/+55
2013-06-24vxlan: make vxlan_xmit_one voidStephen Hemminger1-17/+9
2013-06-24vxlan: move cleanup to uninitStephen Hemminger1-11/+13
2013-06-24vxlan: fix race caused by dropping rtnl_unlockStephen Hemminger1-27/+84
2013-06-24vxlan: send notification when MAC migratesStephen Hemminger1-0/+1
2013-06-24vxlan: move IGMP join/leave to work queueStephen Hemminger1-63/+40
2013-06-24vxlan: fix crash from work pending on module removalStephen Hemminger1-1/+8
2013-06-24vxlan: fix out of order operation on module removalStephen Hemminger1-1/+1
2013-06-24bnx2x: Fix compilation with no IOV supportYuval Mintz3-12/+18
2013-06-24net: Unmap fragment page once iterator is doneWedson Almeida Filho1-1/+0
2013-06-24Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller165-1996/+25820
2013-06-24xen-netback: double free on unloadDan Carpenter1-2/+2
2013-06-23bnx2x: Fix 20G KR2 support claimsYaniv Rosner1-0/+4
2013-06-23bnx2x: improve VF timingsAriel Elior1-3/+7
2013-06-23bnx2x: VF ndo sanityAriel Elior1-0/+5
2013-06-23bnx2x: Improve PF behaviour toward VFAriel Elior7-8/+63
2013-06-23qlcnic: Update version to 5.2.44Jitendra Kalsaria1-2/+2
2013-06-23qlcnic: Add support for 83xx suspend and resume.Rajesh Borundia10-64/+225
2013-06-23qlcnic: Add support for 'set driver version' in 83XXPratik Pujar6-16/+33
2013-06-23qlcnic: Cleanup of structure qlcnic_hardware_contextPratik Pujar4-5/+6
2013-06-23qlcnic: Add support for PEX DMA method to read memory section of adapter dumpShahed Shaikh2-7/+221
2013-06-23qlcnic: Minimize sleep duration within loopback diagnostic test.Jitendra Kalsaria2-19/+41
2013-06-23qlcnic: Secondary unicast MAC address support.Jitendra Kalsaria6-23/+83
2013-06-23qlcnic: Handle qlcnic_alloc_mbx_args() failureShahed Shaikh4-64/+206
2013-06-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville165-1996/+25820
2013-06-19bnx2: use pdev->pm_cap instead of pci_find_capability(.., PCI_CAP_ID_PM)Yijing Wang1-1/+1
2013-06-19amd8111e: use pdev->pm_cap instead of pci_find_capability(.., PCI_CAP_ID_PM)Yijing Wang1-3/+3
2013-06-19Bnx2x: remove redundant D0 power state setYijing Wang1-3/+1
2013-06-19net: Add missing dependencies on NETDEVICESBen Hutchings1-3/+3
2013-06-19at91_ether: Do not select NET_COREBen Hutchings1-1/+0
2013-06-19net: Move MII out from under NET_CORE and hide itBen Hutchings31-59/+3
2013-06-19bonding: trivial: make alb use bond_slave_has_mac()Veaceslav Falico1-42/+11
2013-06-19be2net: use pci_vfs_assigned()/pci_num_vf() instead of be_find_vfs()Sathya Perla1-27/+4
2013-06-19bnx2x: replace mechanism to check for next available packetDmitry Kravkov4-37/+42
2013-06-19bnx2x: add support for ndo_ll_pollDmitry Kravkov4-11/+208
2013-06-19net/mlx4_en: Low Latency recv statisticsAmir Vadai3-1/+29
2013-06-19net/mlx4_en: Add Low Latency Socket (LLS) supportAmir Vadai4-4/+178
2013-06-19ip_tunnels: extend iptunnel_xmit()Pravin B Shelar1-24/+8
2013-06-19sh_eth: get R8A7740 Rx descriptor word 0 shift out of #ifdefSergei Shtylyov2-3/+4
2013-06-19sh_eth: cleanup 'enum TD_STS_BIT'Sergei Shtylyov1-4/+4
2013-06-19sh_eth: remove redundant bits from 'eesipr_value' field initializerSergei Shtylyov1-1/+1
2013-06-19sh_eth: remove 'tx_error_check' field of 'struct sh_eth_cpu_data'Sergei Shtylyov2-17/+0
2013-06-19sh_eth: add NAPI supportSergei Shtylyov2-12/+74
2013-06-19sh_eth: define/use EESR_RX_CHECK macroSergei Shtylyov2-11/+10
2013-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller161-665/+5855
2013-06-19mwifiex: channel switch handling for stationAmitkumar Karwar6-0/+54
2013-06-19mwifiex: add basic 11h support for stationAmitkumar Karwar8-0/+155
2013-06-19brcm80211: fix null pointer accessAntonio Quartulli1-2/+1
2013-06-19mwifiex: code rearrangement for better readabilityAmitkumar Karwar1-12/+11
2013-06-19rtlwifi: rtl8192cu: Fix duplicate if testLarry Finger1-1/+1
2013-06-19vxlan: fix check for migration of static entrystephen hemminger1-1/+1
2013-06-19bcm63xx_enet: fix return value check in bcm_enet_shared_probe()Wei Yongjun1-2/+2
2013-06-19can: usb_8dev: unregister netdev before free()ingMarc Kleine-Budde1-1/+4
2013-06-18brcmfmac: add sdio sg list supportFranky Lin4-174/+137
2013-06-18brcmfmac: replace brcmf_sdioh_request_buffer with brcmf_sdio_buffrwFranky Lin3-54/+53
2013-06-18brcmfmac: remove redundant chip ID check in dhd_sdioFranky Lin1-22/+0
2013-06-18brcmfmac: simplify dpc handling using atomic operationsArend van Spriel1-58/+12
2013-06-18brcmfmac: consolidate mac_descriptor related function namesArend van Spriel1-27/+26
2013-06-18brcmfmac: remove dependency with nl80211.hArend van Spriel1-2/+1
2013-06-18brcmfmac: rename variable prec to more appropriate name, ie. fifoArend van Spriel1-4/+4
2013-06-18brcmfmac: Only use credits for bcmc when firmware indicates it.Hante Meuleman2-2/+33
2013-06-18ath9k: Program initvals for CUS217Sujith Manoharan3-0/+16
2013-06-18ath9k: Add initvals required for CUS217Sujith Manoharan1-0/+15
2013-06-18ath9k: Add PCI IDs for CUS217Sujith Manoharan3-0/+16
2013-06-18ath10k: off by one sanity checkDan Carpenter1-1/+1
2013-06-18ssb: register serial flash as platform deviceRafał Miłecki3-0/+31
2013-06-18ath9k: Modify IDs to identify CUS230Sujith Manoharan3-4/+10
2013-06-18ath9k: Add support for 5G-XLNA/AR9462Sujith Manoharan4-1/+310
2013-06-18ath9k: Update AR9462 2.0 initvalsSujith Manoharan1-1/+1
2013-06-18ath9k: Convert a couple of debug messagesSujith Manoharan1-2/+2
2013-06-18ath9k: Merge HWTIMER debug level with BTCOEXSujith Manoharan2-10/+9
2013-06-18Merge branch 'for-linville' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville10-254/+367
2013-06-18Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville1-0/+13
2013-06-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville10-35/+33
2013-06-17staging/rtl8192u: convert skb->tail into skb_tail_pointer(skb)Isaku Yamahata1-2/+2
2013-06-17pxa168_eth: convert skb->end into skb_end_pointer(skb)Isaku Yamahata1-1/+1
2013-06-17mv643xx_eth.c: convert skb->end into skb_end_poitner(skb)Isaku Yamahata1-1/+1
2013-06-17net, scsi/csgb4i: convert skb->transport_header into skb_transport_header(skb)Isaku Yamahata1-1/+1
2013-06-17net, atm/ambassader: convert skb->tail into skb_tail_pointer(skb)Isaku Yamahata1-1/+1
2013-06-17fec: Add support to restart autonegotiateChris Healy1-0/+12
2013-06-17bonding: don't call alb_set_slave_mac_addr() while atomicVeaceslav Falico1-35/+5
2013-06-17net: cpsw: check for cpts pointer after its allocationSebastian Siewior1-1/+1
2013-06-17Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller11-35/+37
2013-06-17alx: add a simple AR816x/AR817x device driverJohannes Berg9-0/+4568
2013-06-17tg3: Prevent system hang during repeated EEH errors.Michael Chan1-2/+9
2013-06-17Fix the VLAN_TAG_PRESENT in netvsc_recv_callback()Haiyang Zhang1-1/+3
2013-06-17vxlan: handle skb_clone failurestephen hemminger1-3/+5
2013-06-17vxlan: only migrate dynamic FDB entriesstephen hemminger1-4/+12
2013-06-17vxlan: fix race between flush and incoming learningstephen hemminger1-7/+9
2013-06-17rtlwifi: rtl8192cu: Add new USB ID for TP-Link TL-WN8200NDLarry Finger1-0/+1
2013-06-17ssb: add struct for serial flashRafał Miłecki1-0/+7
2013-06-17bcma: use const for serial flash hardware tableRafał Miłecki1-4/+4
2013-06-17ssb: use const for serial flash hardware tableRafał Miłecki1-4/+4
2013-06-17bcma: update core (en|dis)abling functionsRafał Miłecki1-3/+25
2013-06-17ath9k: Fix ANI for AP modeSujith Manoharan2-18/+17
2013-06-17ath9k: Fix LNA gpio for AR9485Sujith Manoharan1-1/+1
2013-06-17mwifiex: fix memory corruption when unsetting multicast listDaniel Drake2-13/+10
2013-06-17mwifiex: Add module parameter for regdomainAvinash Patil1-4/+25
2013-06-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville11-35/+37
2013-06-17net: wireless: wl1251: Fix commenting styleSachin Kamat1-3/+3
2013-06-17net: wireless: wl1251: Use module_spi_driver macroSachin Kamat1-23/+1
2013-06-17net/wireless/ti/wlcore/spi: Use module_spi_driver to register driverPeter Huewe1-13/+1
2013-06-17wlcore: fix occasional AP TX stop after recoveryVictor Goldenshtein1-2/+2
2013-06-17wlcore: hold jiffies in unsigned longArik Nemtsov1-1/+1
2013-06-17wlcore: cancel channel switch work on interface removalArik Nemtsov1-0/+1
2013-06-17wlcore: set default_wep_key when configuredYoni Divinsky2-9/+42
2013-06-17wl18xx: use locally administered MAC address if not available from fuseLuciano Coelho1-0/+11
2013-06-17wlcore: configure rates in multiple casesEliad Peller1-2/+1
2013-06-17wlcore: move sysfs handling to a separate fileLuciano Coelho4-175/+249
2013-06-17wlcore: some non-functional clean-ups in main.cLuciano Coelho1-24/+6
2013-06-17wl18xx: FDSP Code RAM Corruption fixIdo Reis2-2/+49
2013-06-16lseek(fd, n, SEEK_END) does *not* go to eof - nAl Viro4-4/+4
2013-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds11-29/+74
2013-06-14Merge tag 'char-misc-3.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-2/+5
2013-06-14Merge tag 'usb-3.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds5-21/+23
2013-06-14orinoco_usb: fix memory leak in ezusb_access_ltv() when device disconnectedAlexey Khoroshilov1-1/+2
2013-06-14ath9k: Add custom parameters for CUS198Sujith Manoharan5-3/+72
2013-06-14Merge tag 'nfc-next-3.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville8-49/+604
2013-06-14Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville13-90/+58
2013-06-14NFC: mei_phy: Clean up fileValentin Ilie1-3/+3
2013-06-14NFC: Add a nfc hardware simulation driverThierry Escande3-0/+552
2013-06-14NFC: pn533: Fix ACR122 related debug outputOlivier Guiter1-4/+4
2013-06-14NFC: Remove the static supported_se fieldSamuel Ortiz4-10/+4
2013-06-14NFC: pn533: Copy NFCID2 through ATR_REQSamuel Ortiz1-1/+13
2013-06-14NFC: pn533: Use 0x3 for SENSF_REQ Time Slot Number (TSN)Samuel Ortiz1-2/+2
2013-06-13mei: me: clear interrupts on the resume pathTomas Winkler1-0/+1
2013-06-13mei: nfc: fix nfc device freeingTomas Winkler1-0/+2
2013-06-13mei: init: Flush scheduled work before resetting the deviceSamuel Ortiz1-2/+2
2013-06-13net/mlx4: Add VF link state supportRony Efraim5-2/+72
2013-06-13netiucv: Hold rtnl between name allocation and device registration.Benjamin Poirier1-1/+5
2013-06-13bcm63xx_enet: add support Broadcom BCM6345 EthernetFlorian Fainelli2-80/+135
2013-06-13tulip: Properly check dma mapping resultNeil Horman1-0/+6
2013-06-13Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds1-6/+9
2013-06-14NFC: NCI: Fix skb->dev usageFrederic Danis1-12/+5
2013-06-14NFC: pn533: Fix error return code in pn533_probe()Wei Yongjun1-1/+3
2013-06-14NFC: pn544: Remove Felica and Jewel device presence checkArron Wang1-6/+3
2013-06-14NFC: pn544: Identify Type F NFC-DEP through NFCID2Arron Wang1-10/+15
2013-06-13of: Fix locking vs. interruptsBenjamin Herrenschmidt1-6/+9
2013-06-13Merge tag 'acpi-3.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2-4/+4
2013-06-13Merge branch 'for-linville-ath10k' of git://github.com/kvalo/ath6klJohn W. Linville32-0/+22094
2013-06-13Merge branch 'for-linville' of git://github.com/kvalo/ath6klJohn W. Linville4-29/+41
2013-06-13ath9k: Fix ANI trigger thresholdSujith Manoharan1-1/+1
2013-06-13carl9170: add support for the new rate control APIChristian Lamparter3-78/+110
2013-06-13Bluetooth: btmrvl: fix error return code in btmrvl_sdio_card_to_host()Wei Yongjun1-0/+1
2013-06-13Bluetooth: Add support for Mediatek Bluetooth device [0e8d:763f]Cho, Yu-Chen1-0/+3
2013-06-13brcmfmac: free primary net_device when brcmf_bus_start() failsArend van Spriel1-0/+4
2013-06-13Merge tag 'md-3.10-fixes' of git://neil.brown.name/mdLinus Torvalds4-26/+47