aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-06-15liquidio: Avoid double free during soft commandRaghu Vatsavayi3-5/+5
2016-06-15net: vrf: Switch dst dev to loopback on device deleteDavid Ahern1-13/+42
2016-06-15mdio: mux: avoid 'maybe-uninitialized' warningArnd Bergmann1-2/+2
2016-06-15cxgb4/cxgb4vf: Synchronize all MAC addressesHariprasad Shenai2-11/+4
2016-06-15cxgb4: Enable SR-IOV configuration via PCI sysfs interfaceHariprasad Shenai1-2/+64
2016-06-15cxgb4: Force cxgb4 driver as MASTER in kdump kernelHariprasad Shenai1-1/+8
2016-06-15net: vrf: Update flags and features settingsDavid Ahern1-0/+14
2016-06-15tun: fix csum generation for tap devicesPaolo Abeni1-7/+7
2016-06-15net: vrf: Handle ipv6 multicast and link-local addressesDavid Ahern1-5/+93
2016-06-15net: l3mdev: Remove const from flowi6 arg to get_rt6_dstDavid Ahern1-1/+1
2016-06-15net: cx89x0: Add DT supportAlexander Shiyan1-1/+11
2016-06-14net: hns: update the dependencyKejian Yan1-1/+1
2016-06-14r8152: save the speedhayeswang1-3/+13
2016-06-14r8152: move the setting for the default speedhayeswang1-7/+4
2016-06-14r8152: move the settings of PHY to a work queuehayeswang1-5/+27
2016-06-14bnxt_en: Support new ETHTOOL_{G|S}LINKSETTINGS API.Michael Chan1-80/+118
2016-06-14bnxt_en: Don't allow autoneg on cards that don't support it.Michael Chan3-9/+30
2016-06-14bnxt_en: Add BCM5731X and BCM5741X device IDs.Michael Chan1-1/+29
2016-06-14bnxt_en: Add GRO logic for BCM5731X chips.Michael Chan2-2/+103
2016-06-14bnxt_en: Refactor bnxt_gro_skb().Michael Chan2-19/+36
2016-06-14bnxt_en: Define the supported chip numbers.Michael Chan2-1/+43
2016-06-14bnxt_en: Add PCI device ID for 57404 NPAR devices.Michael Chan1-0/+3
2016-06-14bnxt_en: Enable NPAR (NIC Partitioning) Support.Satish Baddipadige3-5/+17
2016-06-14bnxt_en: Handle VF_CFG_CHANGE event from firmware.Michael Chan2-0/+10
2016-06-14bnxt_en: Add new function bnxt_reset().Michael Chan1-12/+22
2016-06-14bnxt_en: Add function for VF driver to query default VLAN.Michael Chan2-2/+48