summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2016-06-17vmxnet3: update to version 3Shrikrishna Khare2-3/+8
2016-06-17vmxnet3: introduce command to register memory regionShrikrishna Khare1-0/+17
2016-06-17vmxnet3: add support for get_coalesce, set_coalesce ethtool operationsShrikrishna Khare4-1/+253
2016-06-17vmxnet3: add receive data ring supportShrikrishna Khare4-45/+193
2016-06-17vmxnet3: allow variable length transmit data ring bufferShrikrishna Khare4-19/+64
2016-06-17vmxnet3: introduce generalized command interface to configure the deviceShrikrishna Khare1-1/+21
2016-06-17vmxnet3: prepare for version 3 changesShrikrishna Khare6-20/+36
2016-06-17net: gianfar: fix old-style declarationArnd Bergmann1-1/+1
2016-06-17hamradio: baycom: fix old-style declarationArnd Bergmann1-3/+3
2016-06-17net: tlan: don't set unused function argumentArnd Bergmann1-1/+0
2016-06-17net: qlcnic: don't set unused function argumentArnd Bergmann1-1/+0
2016-06-17dsa: b53: fix big-endian register accessArnd Bergmann1-12/+8
2016-06-17r8152: modify the check of the flag of PHY_RESET in set_speed functionhayeswang1-2/+2
2016-06-17net: ethernet: ax88796: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes1-22/+2
2016-06-17net: ethernet: ax88796: use phydev from struct net_devicePhilippe Reynes1-13/+7
2016-06-17net: stmmac: dwmac-rk: keep the PHY up for WoLVincent Palatin1-5/+43
2016-06-17net: stmmac: allow to split suspend/resume from init/exit callbacksVincent Palatin1-2/+6
2016-06-16sfc: Fix VLAN filtering feature if vPort has VLAN_RESTRICT flagAndrew Rybchenko3-5/+74
2016-06-16sfc: Update MCDI protocol definitionsEdward Cree1-48/+1279
2016-06-16sfc: Disable VLAN filtering by default if not strictly requiredAndrew Rybchenko1-1/+9
2016-06-16sfc: VLAN filters must only be created if the firmware supports this.Martin Habets2-0/+25
2016-06-16sfc: Fix dup unknown multicast/unicast filters after datapath resetAndrew Rybchenko1-11/+69
2016-06-16sfc: Refactor checks for invalid filter IDEdward Cree1-26/+13
2016-06-16sfc: Take mac_lock before calling efx_ef10_filter_table_probeMartin Habets3-2/+11
2016-06-16sfc: Implement ndo_vlan_rx_{add, kill}_vid() callbacksAndrew Rybchenko3-2/+124
2016-06-16sfc: Implement list of VLANs added over interfaceAndrew Rybchenko2-35/+295
2016-06-16sfc: Make EF10 filter management helper functions VLAN-awareAndrew Rybchenko1-29/+41
2016-06-16sfc: Store unicast and multicast promisc flag with address cacheAndrew Rybchenko1-15/+15
2016-06-16sfc: Move filter IDs to per-VLAN data structureAndrew Rybchenko1-37/+51
2016-06-16sfc: Forget filter ID when the filter is marked oldAndrew Rybchenko1-20/+33
2016-06-16sfc: Assert filter_sem write locked when requiredEdward Cree2-1/+24
2016-06-16sfc: Add efx_nic member with fixed netdev featuresAndrew Rybchenko2-4/+17
2016-06-16sfc: Move last mc_promisc flag to EF10 filter table stateAndrew Rybchenko2-4/+5
2016-06-16sfc: Define macro with EF10 offload featureAndrew Rybchenko1-4/+8
2016-06-16liquidio: Introduce new octeon2/3 headerRaghu Vatsavayi7-97/+334
2016-06-16liquidio: Replace ifidx for FW commandsRaghu Vatsavayi12-174/+187
2016-06-16liquidio: New driver FW command structureRaghu Vatsavayi3-130/+19
2016-06-16liquidio: Consider PTP for packet size calculationsRaghu Vatsavayi2-15/+25
2016-06-16liquidio: RX desc alloc changesRaghu Vatsavayi4-83/+316
2016-06-16liquidio:RX queue alloc changesRaghu Vatsavayi3-33/+52
2016-06-16liquidio:Scatter gather list per IQRaghu Vatsavayi2-73/+149
2016-06-16liquidio: Host queue mapping changesRaghu Vatsavayi6-65/+142
2016-06-16liquidio: Avoid double free during soft commandRaghu Vatsavayi3-5/+5
2016-06-16net: vrf: Switch dst dev to loopback on device deleteDavid Ahern1-13/+42
2016-06-16mdio: mux: avoid 'maybe-uninitialized' warningArnd Bergmann1-2/+2
2016-06-16cxgb4/cxgb4vf: Synchronize all MAC addressesHariprasad Shenai2-11/+4
2016-06-16cxgb4: Enable SR-IOV configuration via PCI sysfs interfaceHariprasad Shenai1-2/+64
2016-06-16cxgb4: Force cxgb4 driver as MASTER in kdump kernelHariprasad Shenai1-1/+8
2016-06-16net: vrf: Update flags and features settingsDavid Ahern1-0/+14
2016-06-16tun: fix csum generation for tap devicesPaolo Abeni1-7/+7