summaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: huawei_cdc_ncm: increase command buffer sizeBjørn Mork2014-06-221-3/+4
* drivers: net: cpsw: fix dual EMAC stall when connected to same switchMugunthan V N2014-06-221-1/+6
* xen-netfront: recreate queues correctly when reconnectingDavid Vrabel2014-06-221-32/+72
* xen-netfront: fix oops when disconnected from backendDavid Vrabel2014-06-221-2/+3
* net: phy: at803x: Add support for hardware resetDaniel Mack2014-06-221-41/+144
* net: phy: at803x: use #defines for supported PHY idsDaniel Mack2014-06-221-6/+10
* net: phylib: add link_change_notify callback to phy deviceDaniel Mack2014-06-221-0/+3
* Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2014-06-2011-23/+111
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-06-1811-23/+111
| |\
| | * rt2x00: fix rfkill regression on rt2500pciStanislaw Gruszka2014-06-173-4/+28
| | * b43: fix frequency reported on G-PHY with /new/ firmwareRafał Miłecki2014-06-171-3/+7
| | * rt2800usb:fix hang during firmware loadMichael Braun2014-06-171-2/+7
| | * rt2800usb:fix efuse detectionMichael Braun2014-06-172-1/+30
| | * b43: fix typo in Kconfig (make B43_BUSES_BCMA_AND_SSB the default for real)Rafał Miłecki2014-06-161-1/+1
| | * rt2x00: disable TKIP on USBStanislaw Gruszka2014-06-161-0/+2
| | * mwifiex: fix tx_info/rx_info overlap with PCIe dma_mappingChin-Ran Lo2014-06-162-12/+35
| | * b43: disable 5 GHz on G-PHYRafał Miłecki2014-06-161-0/+1
* | | tg3: Clear NETIF_F_TSO6 flag before doing software GSOPrashant Sreedharan2014-06-201-2/+2
* | | bonding: Advertize vxlan offload features when supportedOr Gerlitz2014-06-191-0/+9
* | | skge: Added FS A8NE-FM to the list of 32bit DMA boardsMirko Lindner2014-06-191-0/+7
|/ /
* | net: fec: Don't clear IPV6 header checksum field when IP accelerator enableFugang Duan2014-06-181-1/+7
* | hyperv: fix apparent cut-n-paste error in send path teardownDave Jones2014-06-171-1/+1
* | net: tile: fix unused variable warningChris Metcalf2014-06-171-1/+0
* | slcan: Port write_wakeup deadlock fix from slipTyler Hall2014-06-171-10/+27
* | slip: Fix deadlock in write_wakeupTyler Hall2014-06-172-10/+27
* | vmxnet3: adjust ring sizes when interface is downNeil Horman2014-06-173-6/+18
|/
* vxlan: Checksum fixesTom Herbert2014-06-151-9/+2
* vxlan: use dev->needed_headroom instead of dev->hard_header_lenCong Wang2014-06-141-4/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-06-12692-13603/+37654
|\
| * net: fec: Add software TSO supportNimrod Andy2014-06-122-23/+238
| * net: fec: Add Scatter/gather supportNimrod Andy2014-06-122-62/+178
| * net: fec: Increase buffer descriptor entry numberNimrod Andy2014-06-122-16/+17
| * net: fec: Factorize feature settingNimrod Andy2014-06-121-5/+3
| * net: fec: Enable IP header hardware checksumNimrod Andy2014-06-121-1/+2
| * net: fec: Factorize the .xmit transmit functionNimrod Andy2014-06-122-35/+47
| * via-rhine: fix full-duplex with autoneg disableFrançois Cachereul2014-06-121-2/+3
| * bnx2x: Enlarge the dorq threshold for VFsAriel Elior2014-06-121-2/+4
| * bnx2x: Check for UNDI in uncommon branchYuval Mintz2014-06-121-13/+30
| * bnx2x: Fix 1G-baseT linkYaniv Rosner2014-06-121-0/+1
| * bnx2x: Fix link for KR with swapped polarity laneYaniv Rosner2014-06-121-6/+19
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-06-124-7/+30
| |\
| | * sfc: PIO:Restrict to 64bit arch and use 64-bit writes.Jon Cooper2014-06-122-5/+24
| | * net: force a list_del() in unregister_netdevice_many()Eric Dumazet2014-06-081-1/+0
| | * net: qmi_wwan: add Olivetti Olicard modemsBjørn Mork2014-06-071-1/+6
| * | net/fsl: xgmac_mdio is dependent on OF_MDIOAndy Fleming2014-06-121-0/+1
| * | net/fsl: Make xgmac_mdio read error message usefulShruti Kanetkar2014-06-121-1/+3
| * | net: Add skb_gro_postpull_rcsum to udp and vxlanTom Herbert2014-06-121-0/+2
| * | qlcnic: Update version to 5.3.60Shahed Shaikh2014-06-121-2/+2
| * | qlcnic: Optimize ring count validationsShahed Shaikh2014-06-122-12/+7
| * | qlcnic: Pre-allocate DMA buffer used for minidump collectionShahed Shaikh2014-06-123-20/+28