summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-08-0347-387/+617
|\
| * qlcnic: Fix for flash update failure on 83xx adapterHimanshu Madhani2013-08-0310-132/+231
| * qlcnic: Fix link speed and duplex display for 83xx adapterRajesh Borundia2013-08-031-9/+16
| * qlcnic: Fix link speed display for 82xx adapterRajesh Borundia2013-08-031-3/+7
| * qlcnic: Fix external loopback test.Shahed Shaikh2013-08-031-2/+10
| * qlcnic: Removed adapter series name from warning messages.Pratik Pujar2013-08-032-2/+2
| * qlcnic: Free up memory in error path.Himanshu Madhani2013-08-031-3/+3
| * qlcnic: Fix ingress MAC learningShahed Shaikh2013-08-031-33/+66
| * qlcnic: Fix MAC address filter issue on 82xx adapterShahed Shaikh2013-08-031-1/+1
| * net: ethernet: davinci_emac: drop IRQF_DISABLEDMugunthan V N2013-08-031-2/+1
| * sis900: Fix the tx queue timeout issueDenis Kirjanov2013-08-021-10/+2
| * r8169: remove "PHY reset until link up" log spamLekensteyn2013-08-021-1/+1
| * net: ethernet: cpsw: drop IRQF_DISABLEDFelipe Balbi2013-08-021-1/+1
| * macvlan: handle set_promiscuity failuresMichael S. Tsirkin2013-08-011-2/+5
| * macvlan: better mode validationMichael S. Tsirkin2013-08-011-2/+14
| * net: rename CONFIG_NET_LL_RX_POLL to CONFIG_NET_RX_BUSY_POLLCong Wang2013-08-018-26/+26
| * net/mlx4_core: VFs must ignore the enable_64b_cqe_eqe module paramJack Morgenstein2013-08-011-1/+1
| * net/mlx4_core: Don't give VFs MAC addresses which are derived from the PF MACOr Gerlitz2013-08-011-10/+1
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-08-0117-57/+85
| |\
| | * mwifiex: fix command 0x2c timeout during p2p_find or p2p_connectStone Piao2013-07-311-2/+2
| | * mwifiex: fix wrong data rates in P2P clientAvinash Patil2013-07-311-1/+2
| | * mwifiex: check for bss_role instead of bss_mode for STA operationsAvinash Patil2013-07-312-4/+6
| | * Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville2013-07-299-39/+57
| | |\
| | | * iwlwifi: pcie: clear RFKILL interrupt in AMPGEmmanuel Grumbach2013-07-262-0/+10
| | | * iwlwifi: mvm: fix flushing not started aggregation sessionsJohannes Berg2013-07-261-3/+8
| | | * iwlwifi: mvm: Disable managed PS when GO is addedIlan Peer2013-07-261-21/+21
| | | * iwlwifi: pcie: reset the NIC before the bring upEmmanuel Grumbach2013-07-261-0/+5
| | | * iwlwifi: mvm: set SSID bits for passive channelsDavid Spinadel2013-07-242-10/+2
| | | * iwlwifi: mvm: use only a single GTK in D3Johannes Berg2013-07-241-5/+10
| | | * iwlwifi: add DELL SKU for 5150 HMCEmmanuel Grumbach2013-07-221-0/+1
| | * | Merge branch 'for-linville-current' of git://github.com/kvalo/athJohn W. Linville2013-07-291-1/+1
| | |\ \
| | | * | ath10k: ATH10K should depend on HAS_DMAGeert Uytterhoeven2013-07-221-1/+1
| | * | | rt2x00: fix stop queueStanislaw Gruszka2013-07-291-7/+11
| | * | | brcmfmac: inform cfg80211 about disconnect when device is unpluggedArend van Spriel2013-07-261-1/+4
| | * | | mwifiex: Add missing endian conversion.Tomasz Moń2013-07-261-2/+2
| * | | | 8139cp: Add dma_mapping_error checkingNeil Horman2013-07-311-3/+45
| * | | | net/usb/r8152: adjust relative ocp functionhayeswang2013-07-311-43/+23
| * | | | net/usb/r8152: make sure the USB buffer is DMA-ablehayeswang2013-07-311-25/+35
| * | | | net/usb/r815x: change the return value for bind functionshayeswang2013-07-311-2/+2
| * | | | net/usb/r815x: avoid to call mdio functions for runtime-suspended devicehayeswang2013-07-311-1/+13
| * | | | net/usb/r815x: replace USB buffer from stack to DMA-ablehayeswang2013-07-311-17/+27
* | | | | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2013-08-023-14/+83
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | mlx5_core: Implement new initialization sequenceEli Cohen2013-07-313-14/+83
| * | | | mlx5_core: Fix use after free in mlx5_cmd_comp_handler()Dan Carpenter2013-07-311-4/+7
* | | | | mlx5: fix error return code in mlx5_alloc_uuars()Wei Yongjun2013-07-301-0/+1
* | | | | mvneta: Try to fix mvneta when compiled as moduleArnaud Patard \(Rtp\)2013-07-301-10/+14
* | | | | mvneta: Fix hang when loading the mvneta driverArnaud Patard \(Rtp\)2013-07-301-10/+9
* | | | | atl1c: Fix misuse of netdev_alloc_skb in refilling rx ringEric Dumazet2013-07-302-1/+42
* | | | | net/fec: Don't let ndo_start_xmit return NETDEV_TX_BUSY without linkUwe Kleine-König2013-07-301-5/+0
* | | | | igb: fix vlan filtering in promisc mode when not in VT modeEmil Tantilov2013-07-281-2/+1