summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* Revert "net: cx82310_eth: use common match macro"Ondrej Zary2015-03-181-1/+10
* net/mlx4_en: Set statistics bitmap at port initEran Ben Elisha2015-03-181-2/+2
* net/mlx4_en: Fix off-by-one in ethtool statistics displayEran Ben Elisha2015-03-181-1/+1
* Revert "smc91x: retrieve IRQ and trigger flags in a modern way"Robert Jarzmik2015-03-171-12/+8
* bnx2x: fix encapsulation features on 57710/57711Michal Schmidt2015-03-161-1/+1
* can: kvaser_usb: Fix tx queue start/stop race conditionsAhmed S. Darwish2015-03-141-32/+51
* net: can: Enable xilinx driver for ARM64Michal Simek2015-03-141-1/+1
* Revert "net: fec: fix the warning found by dma debug"Fabio Estevam2015-03-131-23/+11
* vxlan: fix wrong usage of VXLAN_VID_MASKAlexey Kodanev2015-03-131-2/+2
* tulip_core.c : out-of-bounds check.Ameen Ali2015-03-131-1/+1
* virtio-net: correctly delete napi hashJason Wang2015-03-121-5/+4
* xen-netback: notify immediately after pushing Tx response.David Vrabel2015-03-111-11/+12
* Merge tag 'wireless-drivers-for-davem-2015-03-10' of git://git.kernel.org/pub...David S. Miller2015-03-1013-44/+109
|\
| * brcmfmac: Perform bound checking on vendor command bufferPontus Fuchs2015-03-071-3/+12
| * Merge tag 'iwlwifi-for-kalle-2015-03-05' of https://git.kernel.org/pub/scm/li...Kalle Valo2015-03-0610-39/+91
| |\
| | * iwlwifi: mvm: BT Coex - fix a NULL pointer exceptionEmmanuel Grumbach2015-03-052-2/+4
| | * iwlwifi: fix max_ht_ampdu_exponent for older devicesEmmanuel Grumbach2015-02-254-14/+29
| | * iwlwifi: mvm: disable beamformer unless FW supports itEyal Shapira2015-02-231-1/+4
| | * iwlwifi: mvm: Fix ROC removalAndrei Otcheretianski2015-02-231-6/+3
| | * iwlwifi: mvm: don't try to stop scans that are not running anymoreLuciano Coelho2015-02-231-2/+31
| | * iwlwifi: mvm: rs: fix BT Coex check to look at the correct antEyal Shapira2015-02-231-7/+14
| | * iwlwifi: mvm: call ieee80211_scan_completed() even if scan abort failsLuciano Coelho2015-02-231-7/+6
| * | rtlwifi: Improve handling of IPv6 packetsLarry Finger2015-03-031-2/+5
| * | b43: fix support for 5 GHz only BCM43228 modelRafał Miłecki2015-03-031-0/+1
* | | cxgb4: fix coccinelle warningsHariprasad Shenai2015-03-101-1/+1
* | | net: fec: fix receive VLAN CTAG HW acceleration issueNimrod Andy2015-03-101-2/+1
* | | net: WIZnet drivers: enable interrupts after napi_complete()Yongbae Park2015-03-102-2/+2
* | | ibmveth: enable interrupts after napi_complete()Yongbae Park2015-03-101-2/+2
* | | net: macb: constify macb configuration dataJosh Cartwright2015-03-091-4/+4
* | | can: kvaser_usb: Read all messages in a bulk-in URB bufferAhmed S. Darwish2015-03-091-5/+23
* | | can: kvaser_usb: Avoid double free on URB submission failuresAhmed S. Darwish2015-03-091-12/+8
* | | can: peak_usb: fix missing ctrlmode_ init for every devStephane Grosjean2015-03-091-0/+4
* | | can: add missing initialisations in CAN related skbuffsOliver Hartkopp2015-03-091-0/+8
* | | bgmac: Clean warning messagesPeter Senna Tschudin2015-03-081-7/+0
* | | net: fec: fix unbalanced clk disable on driver unbindStefan Agner2015-03-051-1/+0
* | | net: macb: Correct the MID field length valuePunnaiah Choudary Kalluri2015-03-051-1/+1
* | | net: gianfar: correctly determine the number of queue groupsTobias Waldekranz2015-03-051-2/+17
* | | net: bcmgenet: properly disable password matchingFlorian Fainelli2015-03-051-2/+4
* | | net: eth: xgene: fix booting with devicetreeMark Salter2015-03-051-1/+1
* | | bnx2x: Force fundamental reset for EEH recoveryBrian King2015-03-051-0/+3
* | | xen-netback: refactor xenvif_handle_frag_list()David Vrabel2015-03-051-12/+9
* | | xen-netback: unref frags when handling a from-guest skb with a frag listDavid Vrabel2015-03-051-1/+6
* | | xen-netback: return correct ethtool statsDavid Vrabel2015-03-051-2/+1
* | | ARM: fix typos in smc91x platform dataArnd Bergmann2015-03-041-0/+1
* | | team: don't traverse port list using rcu in team_set_mac_addressJiri Pirko2015-03-041-3/+3
* | | net: fec: fix rcv is not last issue when do suspend/resume testFugang Duan2015-03-041-1/+1
* | | drivers: net: xgene: fix new firmware backward compatibility with older driverIyappan Subramanian2015-03-041-0/+4
* | | bcm63xx_enet: fix poll callback.Nicolas Schichan2015-03-041-4/+4
* | | stmmac: check IRQ availability early on probeAlexey Brodkin2015-03-041-29/+36
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-03-0356-584/+968
|\ \ \