aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-06-19net: ethernet: nb8800: use phydev from struct net_devicePhilippe Reynes2-29/+29
2016-06-17net: ethernet: et131x: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes1-14/+2
2016-06-17net: ethernet: et131x: use phydev from struct net_devicePhilippe Reynes1-30/+18
2016-06-17net:liquidio: remove unused including <linux/version.h>Wei Yongjun1-1/+0
2016-06-17net: ethernet: ti: cpsw: remove rx_descs propertyIvan Khoronzhuk4-11/+10
2016-06-17net: lantiq_etop: remove unused variableSudip Mukherjee1-1/+0
2016-06-17qlcnic: Replace ndo_add/del_vxlan_port with ndo_add/del_udp_enc_portAlexander Duyck4-32/+14
2016-06-17qede: Move all UDP port notifiers to single functionAlexander Duyck2-85/+50
2016-06-17nfp: Replace ndo_add/del_vxlan_port with ndo_add/del_udp_enc_portAlexander Duyck1-8/+14
2016-06-17mlx5_en: Replace ndo_add/del_vxlan_port with ndo_add/del_udp_enc_portAlexander Duyck1-7/+13
2016-06-17mlx4_en: Replace ndo_add/del_vxlan_port with ndo_add/del_udp_enc_portAlexander Duyck3-30/+20
2016-06-17ixgbe: Replace ndo_add/del_vxlan_port with ndo_add/del_udp_enc_portAlexander Duyck2-42/+26
2016-06-17i40e: Move all UDP port notifiers to single functionAlexander Duyck2-156/+51
2016-06-17fm10k: Replace ndo_add/del_vxlan_port with ndo_add/del_udp_enc_portAlexander Duyck2-27/+20
2016-06-17benet: Replace ndo_add/del_vxlan_port with ndo_add/del_udp_enc_portAlexander Duyck2-25/+15
2016-06-17bnxt: Move GENEVE support from hard-coded port to using port notifierAlexander Duyck2-6/+33
2016-06-17bnxt: Update drivers to support unified UDP encapsulation offload functionsAlexander Duyck2-29/+40
2016-06-17bnx2x: Move all UDP port notifiers to single functionAlexander Duyck2-81/+33
2016-06-16net: gianfar: fix old-style declarationArnd Bergmann1-1/+1
2016-06-16net: tlan: don't set unused function argumentArnd Bergmann1-1/+0
2016-06-16net: qlcnic: don't set unused function argumentArnd Bergmann1-1/+0
2016-06-16net: ethernet: ax88796: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes1-22/+2
2016-06-16net: ethernet: ax88796: use phydev from struct net_devicePhilippe Reynes1-13/+7
2016-06-16net: stmmac: dwmac-rk: keep the PHY up for WoLVincent Palatin1-5/+43
2016-06-16net: stmmac: allow to split suspend/resume from init/exit callbacksVincent Palatin1-2/+6
2016-06-15sfc: Fix VLAN filtering feature if vPort has VLAN_RESTRICT flagAndrew Rybchenko3-5/+74
2016-06-15sfc: Update MCDI protocol definitionsEdward Cree1-48/+1279
2016-06-15sfc: Disable VLAN filtering by default if not strictly requiredAndrew Rybchenko1-1/+9
2016-06-15sfc: VLAN filters must only be created if the firmware supports this.Martin Habets2-0/+25
2016-06-15sfc: Fix dup unknown multicast/unicast filters after datapath resetAndrew Rybchenko1-11/+69
2016-06-15sfc: Refactor checks for invalid filter IDEdward Cree1-26/+13
2016-06-15sfc: Take mac_lock before calling efx_ef10_filter_table_probeMartin Habets3-2/+11
2016-06-15sfc: Implement ndo_vlan_rx_{add, kill}_vid() callbacksAndrew Rybchenko3-2/+124
2016-06-15sfc: Implement list of VLANs added over interfaceAndrew Rybchenko2-35/+295
2016-06-15sfc: Make EF10 filter management helper functions VLAN-awareAndrew Rybchenko1-29/+41
2016-06-15sfc: Store unicast and multicast promisc flag with address cacheAndrew Rybchenko1-15/+15
2016-06-15sfc: Move filter IDs to per-VLAN data structureAndrew Rybchenko1-37/+51
2016-06-15sfc: Forget filter ID when the filter is marked oldAndrew Rybchenko1-20/+33
2016-06-15sfc: Assert filter_sem write locked when requiredEdward Cree2-1/+24
2016-06-15sfc: Add efx_nic member with fixed netdev featuresAndrew Rybchenko2-4/+17
2016-06-15sfc: Move last mc_promisc flag to EF10 filter table stateAndrew Rybchenko2-4/+5
2016-06-15sfc: Define macro with EF10 offload featureAndrew Rybchenko1-4/+8
2016-06-15liquidio: Introduce new octeon2/3 headerRaghu Vatsavayi7-97/+334
2016-06-15liquidio: Replace ifidx for FW commandsRaghu Vatsavayi12-174/+187
2016-06-15liquidio: New driver FW command structureRaghu Vatsavayi3-130/+19
2016-06-15liquidio: Consider PTP for packet size calculationsRaghu Vatsavayi2-15/+25
2016-06-15liquidio: RX desc alloc changesRaghu Vatsavayi4-83/+316
2016-06-15liquidio:RX queue alloc changesRaghu Vatsavayi3-33/+52
2016-06-15liquidio:Scatter gather list per IQRaghu Vatsavayi2-73/+149
2016-06-15liquidio: Host queue mapping changesRaghu Vatsavayi6-65/+142