summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* hamradio: baycom: fix old-style declarationArnd Bergmann2016-06-161-3/+3
* net: tlan: don't set unused function argumentArnd Bergmann2016-06-161-1/+0
* net: qlcnic: don't set unused function argumentArnd Bergmann2016-06-161-1/+0
* dsa: b53: fix big-endian register accessArnd Bergmann2016-06-161-12/+8
* r8152: modify the check of the flag of PHY_RESET in set_speed functionhayeswang2016-06-161-2/+2
* net: ethernet: ax88796: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-06-161-22/+2
* net: ethernet: ax88796: use phydev from struct net_devicePhilippe Reynes2016-06-161-13/+7
* net: stmmac: dwmac-rk: keep the PHY up for WoLVincent Palatin2016-06-161-5/+43
* net: stmmac: allow to split suspend/resume from init/exit callbacksVincent Palatin2016-06-161-2/+6
* sfc: Fix VLAN filtering feature if vPort has VLAN_RESTRICT flagAndrew Rybchenko2016-06-153-5/+74
* sfc: Update MCDI protocol definitionsEdward Cree2016-06-151-48/+1279
* sfc: Disable VLAN filtering by default if not strictly requiredAndrew Rybchenko2016-06-151-1/+9
* sfc: VLAN filters must only be created if the firmware supports this.Martin Habets2016-06-152-0/+25
* sfc: Fix dup unknown multicast/unicast filters after datapath resetAndrew Rybchenko2016-06-151-11/+69
* sfc: Refactor checks for invalid filter IDEdward Cree2016-06-151-26/+13
* sfc: Take mac_lock before calling efx_ef10_filter_table_probeMartin Habets2016-06-153-2/+11
* sfc: Implement ndo_vlan_rx_{add, kill}_vid() callbacksAndrew Rybchenko2016-06-153-2/+124
* sfc: Implement list of VLANs added over interfaceAndrew Rybchenko2016-06-152-35/+295
* sfc: Make EF10 filter management helper functions VLAN-awareAndrew Rybchenko2016-06-151-29/+41
* sfc: Store unicast and multicast promisc flag with address cacheAndrew Rybchenko2016-06-151-15/+15
* sfc: Move filter IDs to per-VLAN data structureAndrew Rybchenko2016-06-151-37/+51
* sfc: Forget filter ID when the filter is marked oldAndrew Rybchenko2016-06-151-20/+33
* sfc: Assert filter_sem write locked when requiredEdward Cree2016-06-152-1/+24
* sfc: Add efx_nic member with fixed netdev featuresAndrew Rybchenko2016-06-152-4/+17
* sfc: Move last mc_promisc flag to EF10 filter table stateAndrew Rybchenko2016-06-152-4/+5
* sfc: Define macro with EF10 offload featureAndrew Rybchenko2016-06-151-4/+8
* liquidio: Introduce new octeon2/3 headerRaghu Vatsavayi2016-06-157-97/+334
* liquidio: Replace ifidx for FW commandsRaghu Vatsavayi2016-06-1512-174/+187
* liquidio: New driver FW command structureRaghu Vatsavayi2016-06-153-130/+19
* liquidio: Consider PTP for packet size calculationsRaghu Vatsavayi2016-06-152-15/+25
* liquidio: RX desc alloc changesRaghu Vatsavayi2016-06-154-83/+316
* liquidio:RX queue alloc changesRaghu Vatsavayi2016-06-153-33/+52
* liquidio:Scatter gather list per IQRaghu Vatsavayi2016-06-152-73/+149
* liquidio: Host queue mapping changesRaghu Vatsavayi2016-06-156-65/+142
* liquidio: Avoid double free during soft commandRaghu Vatsavayi2016-06-153-5/+5
* net: vrf: Switch dst dev to loopback on device deleteDavid Ahern2016-06-151-13/+42
* mdio: mux: avoid 'maybe-uninitialized' warningArnd Bergmann2016-06-151-2/+2
* cxgb4/cxgb4vf: Synchronize all MAC addressesHariprasad Shenai2016-06-152-11/+4
* cxgb4: Enable SR-IOV configuration via PCI sysfs interfaceHariprasad Shenai2016-06-151-2/+64
* cxgb4: Force cxgb4 driver as MASTER in kdump kernelHariprasad Shenai2016-06-151-1/+8
* net: vrf: Update flags and features settingsDavid Ahern2016-06-151-0/+14
* tun: fix csum generation for tap devicesPaolo Abeni2016-06-151-7/+7
* net: vrf: Handle ipv6 multicast and link-local addressesDavid Ahern2016-06-151-5/+93
* net: l3mdev: Remove const from flowi6 arg to get_rt6_dstDavid Ahern2016-06-151-1/+1
* net: cx89x0: Add DT supportAlexander Shiyan2016-06-151-1/+11
* net: hns: update the dependencyKejian Yan2016-06-141-1/+1
* r8152: save the speedhayeswang2016-06-141-3/+13
* r8152: move the setting for the default speedhayeswang2016-06-141-7/+4
* r8152: move the settings of PHY to a work queuehayeswang2016-06-141-5/+27
* bnxt_en: Support new ETHTOOL_{G|S}LINKSETTINGS API.Michael Chan2016-06-141-80/+118