summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* 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
* bnxt_en: Don't allow autoneg on cards that don't support it.Michael Chan2016-06-143-9/+30
* bnxt_en: Add BCM5731X and BCM5741X device IDs.Michael Chan2016-06-141-1/+29
* bnxt_en: Add GRO logic for BCM5731X chips.Michael Chan2016-06-142-2/+103
* bnxt_en: Refactor bnxt_gro_skb().Michael Chan2016-06-142-19/+36
* bnxt_en: Define the supported chip numbers.Michael Chan2016-06-142-1/+43
* bnxt_en: Add PCI device ID for 57404 NPAR devices.Michael Chan2016-06-141-0/+3
* bnxt_en: Enable NPAR (NIC Partitioning) Support.Satish Baddipadige2016-06-143-5/+17
* bnxt_en: Handle VF_CFG_CHANGE event from firmware.Michael Chan2016-06-142-0/+10
* bnxt_en: Add new function bnxt_reset().Michael Chan2016-06-141-12/+22
* bnxt_en: Add function for VF driver to query default VLAN.Michael Chan2016-06-142-2/+48
* net: ethernet: enic: move to new ethtool api {get|set}_link_ksettingsPhilippe Reynes2016-06-141-12/+16
* virtio_net: fix csum generation for virtio-net devicesMike Rapoport2016-06-141-4/+4
* net: fec: handle small PHY reset durations more preciselyStefan Wahren2016-06-121-1/+6
* phy: Add Northstar2 PCI Phy supportPramod Kumar2016-06-103-1/+124
* net: mdio-mux: Add MDIO mux driver for iProc SoCsPramod Kumar2016-06-103-0/+260
* mdio: mux: Enhanced MDIO mux framework for integrated multiplexersPramod Kumar2016-06-103-12/+20
* Merge tag 'mac80211-next-for-davem-2016-06-09' of git://git.kernel.org/pub/sc...David S. Miller2016-06-101-3/+94
|\
| * mac80211_hwsim: Allow managing radios from non-initial namespacesMartin Willi2016-05-311-3/+94
* | virtio_net: use common code for virtio_net_hdr and skb GSO conversionMike Rapoport2016-06-101-68/+10
* | tuntap: use common code for virtio_net_hdr and skb GSO conversionMike Rapoport2016-06-101-76/+21
* | macvtap: use common code for virtio_net_hdr and skb GSO conversionMike Rapoport2016-06-101-89/+6
* | NET: PHY: adds driver for Intel XWAY PHYHauke Mehrtens2016-06-103-0/+385
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-06-10186-915/+1481
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-06-1028-285/+435
| |\ \
| | * | vmxnet3: segCnt can be 1 for LRO packetsShrikrishna Khare2016-06-102-3/+3
| | * | stmmac: fix parameter to dwmac4_set_umac_addr()Ben Dooks2016-06-091-1/+1
| | * | net/mlx5e: Fix blue flame quota logicEli Cohen2016-06-091-1/+2
| | * | net/mlx5e: Use ndo_stop explicitly at shutdown flowEran Ben Elisha2016-06-091-4/+1
| | * | net/mlx5: E-Switch, always set mc_promisc for allmulti vportsMohamad Haj Yahia2016-06-091-0/+1
| | * | net/mlx5: E-Switch, Modify node guid on vf set MACNoa Osherovich2016-06-092-2/+59
| | * | net/mlx5: E-Switch, Fix vport enable flowMohamad Haj Yahia2016-06-091-4/+1
| | * | net/mlx5: E-Switch, Use the correct error check on returned pointersOr Gerlitz2016-06-091-17/+17
| | * | net/mlx5: E-Switch, Use the correct free() functionOr Gerlitz2016-06-091-3/+3
| | * | net/mlx5: Fix E-Switch flow steering capabilities checkMaor Gottlieb2016-06-091-13/+15
| | * | net/mlx5: Fix flow steering NIC capabilities checkMaor Gottlieb2016-06-091-1/+9
| | * | net/mlx5: Fix root flow table updateMaor Gottlieb2016-06-091-1/+1
| | * | net/mlx5: Fix masking of reserved bits in XRCD numberMajd Dibbiny2016-06-091-1/+1
| | * | mlxsw: spectrum: Don't sleep during ndo_get_phys_port_name()Ido Schimmel2016-06-092-43/+26
| | * | mlxsw: spectrum: Make split flow match firmware requirementsIdo Schimmel2016-06-091-52/+95
| | * | sfc: report supported link speeds on SFP connectionsBert Kenward2016-06-081-3/+4
| | * | cxgb4: Add device id of T540-BT adapterHariprasad Shenai2016-06-081-0/+1
| | * | net: fec: fix spelling mistakes and add missing newlineColin Ian King2016-06-071-4/+4
| | * | bnxt_en: Simplify VLAN receive logic.Michael Chan2016-06-071-20/+9
| | * | bnxt_en: Enable and disable RX CTAG and RX STAG VLAN acceleration together.Michael Chan2016-06-071-0/+14
| | * | bnxt_en: Fix tx push race condition.Michael Chan2016-06-071-1/+2