aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2013-04-02net/mlx4_en: Fix setting initial MAC addressYan Burman1-2/+2
2013-04-02bonding: get netdev_rx_handler_unregister out of locksVeaceslav Falico1-2/+1
2013-03-31DM9000B: driver initialization upgradeJoseph CHANG2-105/+120
2013-03-31sh_eth: make 'link' field of 'struct sh_eth_private' *int*Sergei Shtylyov2-5/+5
2013-03-31sh_eth: workaround for spurious ECI interruptSergei Shtylyov1-2/+8
2013-03-31sh_eth: fix handling of no LINK signalSergei Shtylyov1-4/+6
2013-03-29ks8851: Fix interpretation of rxlen field.Max.Nekludov@us.elster.com1-1/+1
2013-03-29atl1e: drop pci-msi support because of packet corruptionHannes Frederic Sowa2-18/+2
2013-03-29net: calxedaxgmac: Wake-on-LAN fixesRob Herring1-1/+5
2013-03-29net: calxedaxgmac: fix rx ring handling when OOMRob Herring1-0/+3
2013-03-29smsc75xx: fix jumbo frame supportSteve Glendinning1-4/+8
2013-03-29bonding: fix disabling of arp_interval and miimonnikolay@redhat.com1-44/+48
2013-03-29sky2: Threshold for Pause Packet is set wrongMirko Lindner1-1/+1
2013-03-29sky2: Receive Overflows not countedMirko Lindner1-1/+1
2013-03-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville11-292/+249
2013-03-27Merge branch 'fixes-for-3.9' of git://gitorious.org/linux-can/linux-canDavid S. Miller4-6/+7
2013-03-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller3-5/+23
2013-03-27tg3: fix length overflow in VPD firmware parsingKees Cook1-2/+5
2013-03-27drivers: net: ethernet: davinci_emac: use netif_wake_queue() while restarting...Mugunthan V N1-1/+1
2013-03-27drivers: net: ethernet: cpsw: use netif_wake_queue() while restarting tx queueMugunthan V N1-1/+1
2013-03-27enet: fec: fix fail resume from suspend stateFrank Li1-32/+50
2013-03-27b43: N-PHY: use more bits for offset in RSSI calibrationRafał Miłecki1-2/+2
2013-03-27iwlegacy: 4965-rs: avoid null pointer dereference errorColin Ian King1-1/+2
2013-03-27ath9k: avoid queueing hw check work when suspendedLuis R. Rodriguez1-1/+2
2013-03-27b43: A fix for DMA transmission sequence errorsIestyn C. Elfick1-12/+53
2013-03-27b43: N-PHY: increase initial value of "mind" in RSSI calibrationRafał Miłecki1-2/+2
2013-03-27Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville4-3/+25
2013-03-27Revert "brcmsmac: support 4313iPA"John W. Linville2-271/+162
2013-03-27can: sja1000: limit PEAK PCAN-PC Card to HAS_IOPORTMarc Kleine-Budde1-0/+1
2013-03-27can: sja1000: fix define conflict on SHMarc Kleine-Budde3-6/+6
2013-03-27e1000e: Add missing dma_mapping_error-call in e1000_alloc_jumbo_rx_buffersChristoph Paasch1-1/+6
2013-03-27ixgb: Add missing dma_mapping_error-call in ixgb_alloc_rx_buffersChristoph Paasch1-1/+6
2013-03-27e1000: ethtool: Add missing dma_mapping_error-call in e1000_setup_desc_ringsChristoph Paasch1-3/+11
2013-03-26bonding: remove already created master sysfs link on failureVeaceslav Falico1-0/+5
2013-03-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller5-22/+43
2013-03-26pch_gbe: fix ip_summed checksum reporting on rxVeaceslav Falico1-2/+2
2013-03-26igb: fix PHC stopping on max freqJiri Benc1-1/+1
2013-03-26igb: make sensor info staticStephen Hemminger1-1/+1
2013-03-26igb: SR-IOV init reorderingAlex Williamson1-1/+1
2013-03-26igb: Fix null pointer dereferenceAlex Williamson1-1/+1
2013-03-26igb: fix i350 anti spoofing configLior Levy1-14/+19
2013-03-26ixgbevf: don't release the soft entriesxunleer1-4/+20
2013-03-25mwifiex: reset skb->data after processing PCIe sleep confirm cmd resposeAvinash Patil1-0/+1
2013-03-24bnx2x: fix assignment of signed expression to unsigned variableKumar Amit Mehta1-9/+9
2013-03-21net/mlx4_core: Disallow releasing VF QPs which have steering rulesHadar Hen Zion1-8/+33
2013-03-21net/mlx4_core: Always use 64 bit resource ID when doing lookupHadar Hen Zion1-1/+1
2013-03-21net/mlx4_en: Remove ethtool flow steering rules before releasing QPsHadar Hen Zion1-11/+11
2013-03-21net/mlx4_core: Fix wrong order of flow steering resources removalHadar Hen Zion1-1/+1
2013-03-21net/mlx4_core: Fix wrong mask applied on EQ numbers in the wrapperMoshe Lazer1-1/+1
2013-03-21net: ethernet: cpsw: fix erroneous condition in error checkLothar Waßmann1-1/+1
2013-03-21lantiq_etop: use free_netdev(netdev) instead of kfree()Wei Yongjun1-1/+1
2013-03-20Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller9-43/+62
2013-03-20fec: Fix the build as moduleFabio Estevam1-0/+3
2013-03-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville9-43/+62
2013-03-20net: fec: Define indexes as 'unsigned int'Fabio Estevam1-3/+3
2013-03-20lpc_eth: fix error return code in lpc_eth_drv_probe()Wei Yongjun1-1/+2
2013-03-20sh_eth: check TSU registers ioremap() errorSergei Shtylyov1-0/+5
2013-03-20sh_eth: fix bitbang memory leakSergei Shtylyov2-0/+6
2013-03-20iwlwifi: dvm: don't send HCMD in restart flowEmmanuel Grumbach2-2/+11
2013-03-20iwlwifi: set rfkill in internal state of the transportEmmanuel Grumbach1-0/+13
2013-03-20iwlwifi: fix length check in multi-TB HCMDEmmanuel Grumbach1-1/+1
2013-03-18rtlwifi: usb: add missing freeing of skbuffJussi Kivilinna1-0/+1
2013-03-18mwifiex: cancel cmd timer and free curr_cmd in shutdown processBing Zhao1-0/+8
2013-03-18mwifiex: skip pending commands after function shutdownBing Zhao1-3/+14
2013-03-18mwifiex: fix race when queuing commandsAmitkumar Karwar4-17/+10
2013-03-18ath9k: limit tx path hang check to normal data queuesFelix Fietkau1-13/+13
2013-03-18ath9k_hw: revert chainmask to user configuration after calibrationFelix Fietkau1-0/+4
2013-03-18iwl3945: fix length of dma buffersStanislaw Gruszka1-10/+12
2013-03-18bnx2x: fix occasional statistics off-by-4GB errorMaciej Żenczykowski1-1/+2
2013-03-17bnx2x: add missing napi deletion in error pathMichal Schmidt1-0/+1
2013-03-17Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller4-67/+47
2013-03-17drivers: net: ethernet: ti: davinci_emac: fix usage of cpdma_check_free_tx_de...Mugunthan V N1-1/+1
2013-03-17ethernet/tulip: DE4x5 needs VIRT_TO_BUSArnd Bergmann1-0/+1
2013-03-17net: cdc_ncm, cdc_mbim: allow user to prefer NCM for backwards compatibilityBjørn Mork2-27/+33
2013-03-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville4-67/+47
2013-03-15smsc75xx: configuration help incorrectly mentions smsc95xxRobert de Vries1-1/+1
2013-03-15net: fec: fix missing napi_disable callGeorg Hofmann1-0/+1
2013-03-15net: fec: restart the FEC when PHY speed changesLucas Stach2-11/+16
2013-03-13rtlwifi: rtl8192cu: Fix problem that prevents reassociationLarry Finger1-52/+35
2013-03-13rt2x00: fix rt2x00 to work with the new ralink SoC config symbolsJohn Crispin2-9/+9
2013-03-13net: qmi_wwan: set correct altsetting for Gobi 1K devicesBjørn Mork1-33/+16
2013-03-13tg3: 5715 does not link up when autoneg offNithin Sujir1-0/+8
2013-03-13Merge branch 'sfc-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfcDavid S. Miller1-1/+2
2013-03-13bonding: don't call update_speed_duplex() under spinlocksVeaceslav Falico1-4/+2
2013-03-13net: ethernet: cpsw: fix usage of cpdma_check_free_tx_desc()Daniel Mack1-1/+1
2013-03-12sfc: Only use TX push if a single descriptor is to be writtenBen Hutchings1-1/+2
2013-03-12netconsole: don't call __netpoll_cleanup() while atomicVeaceslav Falico1-6/+9
2013-03-12cxgb4: Allow for backward compatibility with new VPD scheme.Santosh Rastapur1-3/+9
2013-03-10rrunner.c: fix possible memory leak in rr_init_one()David Oostdyk1-0/+3
2013-03-08rtlwifi: rtl8192cu: Fix schedule while atomic bug splatLarry Finger1-2/+0
2013-03-08mwifiex: fix potential out-of-boundary access to ibss rate tableBing Zhao1-4/+3
2013-03-08tg3: Update link_up flag for phylib devicesNithin Sujir1-9/+5
2013-03-08bnx2x: Fix SFP+ misconfiguration in iSCSI boot scenarioYaniv Rosner2-1/+6
2013-03-08bnx2x: Fix intermittent long KR2 link up timeYaniv Rosner2-1/+13
2013-03-07macvlan: Set IFF_UNICAST_FLT flag to prevent unnecessary promisc mode.Vlad Yasevich1-0/+1
2013-03-07team: unsyc the devices addresses when port is removedVlad Yasevich1-0/+2
2013-03-07mv643xx_eth: fix for disabled autonegPhil Sutter1-4/+51
2013-03-07bonding: fire NETDEV_RELEASE event only on 0 slavesVeaceslav Falico1-2/+3
2013-03-07vxlan: fix oops when delete netns containing vxlanZang MingJie1-0/+8
2013-03-07vmxnet3: prevent div-by-zero panic when ring resizing uninitialized devBhavesh Davda3-2/+9
2013-03-07net/mlx4_en: Disable RFS when running in SRIOV modeAmir Vadai1-3/+5
2013-03-07net/mlx4_en: Cleanup MAC resources on module unload or port stopYan Burman1-16/+20
2013-03-07net/mlx4_en: Fix race when setting the device MAC addressYan Burman2-22/+21
2013-03-07net/mlx4_core: Fix endianness bug in set_param_lJack Morgenstein8-18/+18
2013-03-07net/mlx4_core: Turn off device-managed FS bit in dev-cap wrapper if DMFS is n...Jack Morgenstein1-0/+8
2013-03-07net/mlx4_core: Disable mlx4_QP_ATTACH calls from guests if the host uses flow...Jack Morgenstein1-0/+3
2013-03-07e1000e: fix accessing to suspended deviceKonstantin Khlebnikov2-0/+15
2013-03-07e1000e: fix runtime power management transitionsKonstantin Khlebnikov1-60/+18
2013-03-07e1000e: fix pci-device enable-counter balanceKonstantin Khlebnikov1-1/+1
2013-03-06tun: add a missing nf_reset() in tun_net_xmit()Eric Dumazet1-0/+2
2013-03-06Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller15-339/+229
2013-03-06be2net: use CSR-BAR SEMAPHORE reg for BE2/BE3Sathya Perla4-8/+22
2013-03-06Merge branch 'sfc-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfcDavid S. Miller2-3/+3
2013-03-06sfc: Correct efx_rx_buffer::page_offset when EFX_PAGE_IP_ALIGN != 0Ben Hutchings1-1/+1
2013-03-06sfc: Disable soft interrupt handling during efx_device_detach_sync()Ben Hutchings1-2/+2
2013-03-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville15-339/+229
2013-03-06benet: Wait f/w POST until timeoutGavin Shan1-17/+10
2013-03-06reset nf before xmit vxlan encapsulated packetZang MingJie1-0/+2
2013-03-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller7-79/+98
2013-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds34-174/+1881
2013-03-05igb: Fix for lockdep issue in igb_get_i2c_clientCarolyn Wyborny3-68/+17
2013-03-05igb: Fix link setup for I210 devicesCarolyn Wyborny1-3/+8
2013-03-05igb: Drop BUILD_BUG_ON check from igb_build_rx_bufferAlexander Duyck1-7/+0
2013-03-05e1000e: workaround DMA unit hang on I218Bruce Allan3-1/+73
2013-03-04Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville15-339/+229
2013-03-04net: fec: fix build error in no MXC platformFrank Li1-8/+7
2013-03-04net: fec: put tx to napi poll function to fix dead lockFrank Li2-47/+41
2013-03-04iwlwifi: mvm: don't warn on normal BAR sendingEmmanuel Grumbach1-5/+1
2013-03-04iwlwifi: mvm: update the rssi calculationEmmanuel Grumbach3-23/+35
2013-03-04iwlwifi: mvm: ignore STOP_AGG when restartingEmmanuel Grumbach1-0/+10
2013-03-04iwlwifi: mvm: Remove overriding calibrations for the 7000 familyDor Shaish1-114/+0
2013-03-04iwlwifi: mvm: Take the phy_cfg from the TLV valueDor Shaish1-15/+1
2013-03-04iwlwifi: mvm: Set valid TX antennas value before calib requestDor Shaish1-0/+5
2013-03-04iwlwifi: mvm: restart the NIC of the cmd queue gets fullEmmanuel Grumbach1-5/+13
2013-03-03ax88179_178a: ASIX AX88179_178A USB 3.0/2.0 to gigabit ethernet adapter driverFreddy Xin3-0/+1467
2013-03-02Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2-5/+5
2013-03-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville14-84/+194
2013-02-28net/phy: micrel: Disable asymmetric pause for KSZ9021Vlastimil Kosar1-2/+1
2013-02-28bgmac: omit the fcsHauke Mehrtens1-0/+4
2013-02-28phy: Fix phy_device_free memory leakPetr Malat1-4/+6
2013-02-28bnx2x: Fix KR2 work-around conditionYaniv Rosner1-1/+1
2013-02-28bnx2x: Fix KR2 linkYaniv Rosner2-0/+8
2013-02-28bnx2x: Fix port identification for the 84834Yaniv Rosner2-1/+62
2013-02-28r8169: honor jumbo settings when chipset is requested to start.françois romieu1-9/+18
2013-02-28iwlwifi: use coherent DMA memory for command headerJohannes Berg5-142/+137
2013-02-28iwlwifi: disable 8K A-MSDU by defaultEmmanuel Grumbach2-3/+2
2013-02-28iwlwifi: rename IWL_MAX_CMD_TFDS to IWL_MAX_CMD_TBS_PER_TFDJohannes Berg3-11/+15
2013-02-28iwlwifi: don't map complete commands bidirectionallyJohannes Berg1-22/+11
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin11-60/+50
2013-02-27ppp: convert to idr_alloc()Tejun Heo1-29/+4
2013-02-27macvtap: convert to idr_alloc()Tejun Heo1-16/+5
2013-02-27libertas: fix crash for SD8688Bing Zhao1-1/+5
2013-02-27rt2x00: error in configurations with mesh support disabledFelix Fietkau1-2/+6
2013-02-27mwifiex: correct sleep delay counterAvinash Patil1-1/+1
2013-02-27ath9k_hw: improve reset reliability after errorsFelix Fietkau1-1/+3
2013-02-27ath9k_htc: fix signal strength handling issuesFelix Fietkau2-7/+12
2013-02-27ath9k: fix RSSI dummy marker valueFelix Fietkau1-1/+1
2013-02-27usb/net/asix_devices: Add USBNET HG20F9 ethernet dongleGlen Turner1-0/+31
2013-02-27net: cdc_ncm: tag Huawei devices (e.g. E5331) with FLAG_WWANBjørn Mork1-0/+8
2013-02-27bnx2x: fix UDP checksum for 57710/57711.Dmitry Kravkov1-1/+1
2013-02-27iwlwifi: mvm: Remove testing of static PIC in PhyDBDor Shaish1-16/+0
2013-02-27iwlwifi: fix wakeup status query and packet reportingJohannes Berg2-27/+81
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-4/+4
2013-02-26Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-11/+1
2013-02-26bond: check if slave count is 0 in case when deciding to take slave's macJiri Pirko1-1/+1
2013-02-26drivers: net: ethernet: cpsw: consider number of slaves in interationDaniel Mack1-1/+1
2013-02-26Merge branch 'sfc-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfcDavid S. Miller3-15/+30
2013-02-26iwlwifi: mvm: fix AP/GO mode station removalJohannes Berg1-5/+14
2013-02-26iwlwifi: always copy first 16 bytes of commandsJohannes Berg3-23/+71
2013-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds18-180/+98
2013-02-26Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds7-63/+243
2013-02-26sfc: Detach net device when stopping queues for reconfigurationBen Hutchings1-4/+12
2013-02-26sfc: Fix efx_rx_buf_offset() in the presence of swiotlbBen Hutchings2-6/+8
2013-02-26sfc: Properly sync RX DMA buffer when it is not the last in the pageBen Hutchings1-5/+10
2013-02-25usbnet: smsc95xx: rename FEATURE_AUTOSUSPENDMing Lei1-7/+7
2013-02-25usbnet: smsc95xx: fix broken runtime suspendMing Lei1-10/+2
2013-02-25usbnet: smsc95xx: fix suspend failureMing Lei1-3/+9
2013-02-25bgmac: fix indexing of 2nd level loopsRafał Miłecki1-7/+11
2013-02-25b43: Fix lockdep splat on module unloadLarry Finger1-1/+2
2013-02-25VXLAN: Use tunnel_ip_select_ident() for tunnel IP-Identification.Pravin B Shelar1-1/+2
2013-02-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville3-29/+5
2013-02-25mlx4: Implement memory windows allocation and deallocationShani Michaeli1-0/+95
2013-02-25mlx4_core: Enable memory windows in {INIT, QUERY}_HCAShani Michaeli4-0/+10
2013-02-25mlx4_core: Disable memory windows for virtual functionsShani Michaeli4-15/+75
2013-02-24net/pasemi: Fix missing coding styleSyam Sidhardhan1-3/+6
2013-02-24vmxnet3: fix ethtool ring buffer size settingNeil Horman1-4/+2
2013-02-24vmxnet3: make local function staticstephen hemminger1-2/+2
2013-02-24bnx2x: remove dead code and make local funcs staticstephen hemminger2-60/+2
2013-02-24gianfar: fix compile fail for NET_POLL=y due to struct packingPaul Gortmaker1-12/+14
2013-02-23Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds1-2/+2
2013-02-23vxlan: remove depends on CONFIG_EXPERIMENTALKees Cook1-1/+1
2013-02-23mlx4_en: fix allocation of CPU affinity reverse-mapKleber Sacilotto de Souza1-1/+1
2013-02-23mlx4_en: fix allocation of device tx_cqKleber Sacilotto de Souza1-1/+1
2013-02-22new helper: file_inode(file)Al Viro3-4/+4
2013-02-22net: fec: Fix division by zeroFabio Estevam1-34/+34
2013-02-22brcmfmac: fix missing unlock on error in brcmf_notify_vif_event()Wei Yongjun1-1/+3
2013-02-22mwifiex: fix system freeze while reloading driverAvinash Patil1-10/+1
2013-02-22mwifiex: don't drop carrier flag over suspendDaniel Drake2-18/+1
2013-02-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Ralf Baechle785-47937/+70475
2013-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2-1/+1