summaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: mv88e6xxx: Add watchdog interrupt handlerAndrew Lunn2017-02-134-1/+127
* net: natsemi: ns83820: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-02-131-21/+25
* net: nuvoton: w90p910: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-02-131-6/+8
* net: neterion: vxge: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-02-131-20/+27
* net: neterion: s2io: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-02-131-22/+29
* net: micrel: ks8851_mll: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-02-131-6/+8
* net: micrel: ks8851: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-02-131-6/+8
* net: micrel: ks8695net: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-02-131-41/+50
* net: natsemi: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-02-131-52/+67
* net: myricom: myri10ge: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-02-131-13/+10
* net: microchip: encx24j600: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-02-131-14/+18
* net: microchip: enc28j60: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-02-131-14/+17
* net: micrel: ksz884x: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-02-131-24/+38
* bnxt_en: Added PCI IDs for BCM57452 and BCM57454 ASICsDeepak Khungar2017-02-131-0/+6
* bnxt_en: Fix bnxt_setup_tc() error message.Michael Chan2017-02-131-1/+1
* bnxt_en: Print FEC settings as part of the linkup dmesg.Michael Chan2017-02-132-1/+16
* bnxt_en: Do not setup PHY unless driving a single PF.Michael Chan2017-02-131-0/+3
* bnxt_en: Add hardware NTUPLE filter for encapsulated packets.Michael Chan2017-02-131-3/+14
* bnxt_en: Allow NETIF_F_NTUPLE to be enabled on VFs.Michael Chan2017-02-131-1/+1
* bnxt_en: Fix ethtool -l pre-set max combined channel.Michael Chan2017-02-131-1/+1
* bnxt_en: Retry failed NVM_INSTALL_UPDATE with defragmentation flag.Kshitij Soni2017-02-131-6/+26
* bnxt_en: Update to firmware interface spec 1.7.0.Michael Chan2017-02-133-88/+363
* net: ethernet: ti: cpsw: return NET_XMIT_DROP if skb_padto failedIvan Khoronzhuk2017-02-121-1/+1
* vxlan: remove vni zero check and drop for COLLECT_METADATARoopa Prabhu2017-02-121-3/+0
* net: rename dst_neigh_output back to neigh_outputJulian Anastasov2017-02-121-2/+2
* sfc: fix swapped arguments to efx_ef10_handle_rx_event_errorsEdward Cree2017-02-121-1/+2
* ipvtap: IP-VLAN based tap driverSainath Grandhi2017-02-127-13/+280
* tap: tap as an independent moduleSainath Grandhi2017-02-124-2/+19
* tap: Extending tap device create/destroy APIsSainath Grandhi2017-02-122-24/+100
* tap: Abstract type of virtual interface from tap implementationSainath Grandhi2017-02-123-161/+176
* tap: Tap character device creation/destroy APISainath Grandhi2017-02-122-32/+60
* tap: Renaming tap related APIs, data structures, macrosSainath Grandhi2017-02-122-175/+175
* tap: Refactoring macvtap.cSainath Grandhi2017-02-123-196/+228
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-119-89/+222
|\
| * xen-netfront: Delete rx_refill_timer in xennet_disconnect_backend()Boris Ostrovsky2017-02-101-1/+2
| * NET: mkiss: Fix panicRalf Baechle2017-02-101-2/+2
| * net: hns: Fix the device being used for dma mapping during TXKejian Yan2017-02-101-1/+1
| * net: phy: Initialize mdio clock at probe functionYendapally Reddy Dhananjaya Reddy2017-02-091-4/+2
| * xen-netfront: Improve error handling during initializationRoss Lagerwall2017-02-091-18/+11
| * sierra_net: Skip validating irrelevant fields for IDLE LSIsStefan Brüns2017-02-091-7/+7
| * sierra_net: Add support for IPv6 and Dual-Stack Link Sense IndicationsStefan Brüns2017-02-091-35/+66
| * xen-netfront: Rework the fix for Rx stall during OOM and network stressVineeth Remanan Pillai2017-02-091-3/+11
| * net: phy: Fix PHY module checks and NULL deref in phy_attach_direct()Florian Fainelli2017-02-091-8/+20
| * net: thunderx: Fix PHY autoneg for SGMII QLM modeThanneeru Srinivasulu2017-02-082-12/+101
| * net: introduce device min_header_lenWillem de Bruijn2017-02-081-0/+1
* | nfp: add the PF driverJakub Kicinski2017-02-105-23/+970
* | nfp: allocate irqs in lower driverJakub Kicinski2017-02-103-99/+140
* | nfp: add port layer to debugfs directoriesJakub Kicinski2017-02-103-18/+43
* | nfp: add support for service processor accessJakub Kicinski2017-02-107-0/+799
* | nfp: add rtsym supportJakub Kicinski2017-02-105-0/+353