summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2014-11-18usbnet: smsc95xx: add reset_resume function with reset operationJoonyoung Shim1-1/+13
2014-11-18upstream: treewide: Fix typo in printkMasanari Iida1-1/+1
2014-11-18upstream: treewide: Fix typos in printkMasanari Iida1-1/+1
2014-11-18upstream: treewide: Fix common typo in "identify"Maxime Jayat2-2/+2
2014-11-18upstream: drivers: avoid parsing names as kthread_run() format stringsKees Cook1-1/+2
2014-11-18upstream: drivers: avoid format strings in names passed to alloc_workqueue()Kees Cook2-2/+2
2014-11-18upstream: treewide: relase -> releaseGeert Uytterhoeven1-1/+1
2014-11-18brcmfmac: Add generic platform supportTomasz Figa1-0/+78
2014-11-14wireless: rt2x00: add new rt2800usb deviceCyril Brulebois1-0/+1
2014-11-14fix misuses of f_count() in ppp and netlinkAl Viro1-1/+1
2014-11-14drivers/net: macvtap and tun depend on INETBen Hutchings1-0/+2
2014-11-14ax88179_178a: fix bonding failureIan Morgan1-1/+6
2014-10-30rt2800: correct BBP1_TX_POWER_CTRL maskStanislaw Gruszka1-1/+1
2014-10-30iwlwifi: Add missing PCI IDs for the 7260 seriesOren Givon1-0/+4
2014-10-15hyperv: Fix a bug in netvsc_start_xmit()KY Srinivasan1-1/+2
2014-10-15tg3: Allow for recieve of full-size 8021AD framesVlad Yasevich1-1/+2
2014-10-15tg3: Work around HW/FW limitations with vlan encapsulated framesVlad Yasevich1-2/+18
2014-10-15myri10ge: check for DMA mapping errorsStanislaw Gruszka1-30/+58
2014-10-05rtlwifi: rtl8192cu: Add new IDLarry Finger1-0/+1
2014-10-05Revert "iwlwifi: dvm: don't enable CTS to self"Emmanuel Grumbach1-0/+12
2014-10-05ibmveth: Fix endian issues with rx_no_buffer statisticAnton Blanchard1-4/+14
2014-10-05carl9170: fix sending URBs with wrong type when using full-speedRonald Wahl2-4/+28
2014-08-14macvlan: Initialize vlan_features to turn on offload support.Vlad Yasevich1-0/+1
2014-08-14inetpeer: get rid of ip_id_countEric Dumazet2-2/+2
2014-08-14bnx2x: fix crash during TSO tunnelingDmitry Kravkov2-0/+10
2014-08-07net: mvneta: replace Tx timer with a real interruptwilly tarreau1-60/+12
2014-08-07net: mvneta: add missing bit descriptions for interrupt masks and causeswilly tarreau1-2/+42
2014-08-07net: mvneta: do not schedule in mvneta_tx_timeoutwilly tarreau1-11/+0
2014-08-07net: mvneta: use per_cpu stats to fix an SMP lock upwilly tarreau1-26/+48
2014-08-07net: mvneta: increase the 64-bit rx/tx stats out of the hot pathwilly tarreau1-4/+11
2014-07-28mwifiex: fix Tx timeout issueAmitkumar Karwar1-0/+1
2014-07-28sunvnet: clean up objects created in vnet_new() on vnet_exit()Sowmini Varadhan1-1/+19
2014-07-28net: pppoe: use correct channel MTU when using Multilink PPPChristoph Schulz1-1/+1
2014-07-28be2net: set EQ DB clear-intr bit in be_open()Suresh Reddy1-1/+1
2014-07-28net: mvneta: Fix big endian issue in mvneta_txq_desc_csum()Thomas Fitzsimmons1-1/+1
2014-07-28net: mvneta: fix operation in 10 Mbit/s modeThomas Petazzoni1-1/+1
2014-07-28net: qmi_wwan: add two Sierra Wireless/Netgear devicesBjørn Mork1-0/+2
2014-07-28net: qmi_wwan: Add ID for Telewell TW-LTE 4G v2Bernd Wachter1-0/+1
2014-07-28bnx2x: fix possible panic under memory stressEric Dumazet1-1/+2
2014-07-28iwlwifi: dvm: don't enable CTS to selfEmmanuel Grumbach1-12/+0
2014-07-28igb: do a reset on SR-IOV re-init if device is downStefan Assmann1-0/+2
2014-07-09b43: fix frequency reported on G-PHY with /new/ firmwareRafał Miłecki1-3/+7
2014-07-09iwlwifi: pcie: try to get ownership several timesEmmanuel Grumbach1-10/+16
2014-07-09rt2x00: fix rfkill regression on rt2500pciStanislaw Gruszka3-4/+28
2014-07-09rt2x00: disable TKIP on USBStanislaw Gruszka1-0/+2
2014-06-30net: cpsw: fix null dereference at probeJohan Hovold1-0/+4
2014-06-30can: peak_pci: prevent use after free at netdev removalStephane Grosjean1-5/+9
2014-06-26net/mlx4_core: Preserve pci_dev_data after __mlx4_remove_one()Wei Yang2-76/+97
2014-06-26net/mlx4_core: pass pci_device_id.driver_data to __mlx4_init_one during resetWei Yang1-1/+5
2014-06-26vxlan: use dev->needed_headroom instead of dev->hard_header_lenCong Wang1-2/+2