summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* net/mlx5e: Refactor retrival of skb from rx completion element (cqe)Or Gerlitz2016-09-231-13/+28
* net/mlx5: Put elements related to offloaded TC rule in one structOr Gerlitz2016-09-233-26/+44
* net/mlx5: E-Switch, Allow fine tuning of eswitch vport push/pop vlanOr Gerlitz2016-09-232-11/+27
* net/mlx5: E-Switch, Set vport representor fields explicitly on registrationOr Gerlitz2016-09-232-3/+10
* net/mlx5: E-Switch, Set the vport when registering the uplink repOr Gerlitz2016-09-234-26/+20Star
* sfc: check async completer is !NULL before callingBert Kenward2016-09-231-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-2325-233/+351
|\
| * Merge tag 'linux-can-fixes-for-4.8-20160921' of git://git.kernel.org/pub/scm/...David S. Miller2016-09-221-1/+10
| |\
| | * net: can: ifi: Configure transmitter delayMarek Vasut2016-09-211-1/+10
| * | net/mlx4_core: Fix to clean devlink resourcesKamal Heib2016-09-221-0/+3
| * | Merge tag 'wireless-drivers-for-davem-2016-09-20' of git://git.kernel.org/pub...David S. Miller2016-09-221-10/+9Star
| |\ \ | | |/ | |/|
| | * Merge tag 'iwlwifi-for-kalle-2016-09-15' of git://git.kernel.org/pub/scm/linu...Kalle Valo2016-09-171-10/+9Star
| | |\
| | | * iwlwifi: mvm: update TX queue before making a copy of the skbBeni Lev2016-09-151-10/+9Star
| * | | r8152: disable ALDPS and EEE before setting PHYhayeswang2016-09-211-2/+8
| * | | r8152: remove r8153_enable_eeehayeswang2016-09-211-7/+3Star
| * | | r8152: move PHY settings to hw_phy_cfghayeswang2016-09-211-6/+8
| * | | r8152: move enabling PHYhayeswang2016-09-211-18/+25
| * | | r8152: move some functionshayeswang2016-09-211-112/+112
| * | | cxgb4/cxgb4vf: Allocate more queues for 25G and 100G adapterHariprasad Shenai2016-09-216-11/+45
| * | | Merge tag 'linux-can-fixes-for-4.8-20160919' of git://git.kernel.org/pub/scm/...David S. Miller2016-09-211-5/+8
| |\ \ \
| | * | | can: flexcan: fix resume functionFabio Estevam2016-09-191-5/+8
| * | | | qed: Fix stack corruption on probeYuval Mintz2016-09-201-2/+2
| * | | | net/mlx5: E-Switch, Handle mode change failuresOr Gerlitz2016-09-201-6/+14
| * | | | net/mlx5: E-Switch, Fix error flow in the SRIOV e-switch init codeOr Gerlitz2016-09-201-0/+1
| * | | | net/mlx5: Fix flow counter bulk command out mailbox allocationRoi Dayan2016-09-201-2/+2
| |/ / /
| * | | stmmac: fix PWRDWN into the PMT register for global unicast.Giuseppe CAVALLARO2016-09-192-2/+2
| * | | bna: fix crash in bnad_get_strings()Ivan Vecera2016-09-171-27/+23Star
| * | | bna: add missing per queue ethtool statIvan Vecera2016-09-171-1/+6
| * | | xen-netback: fix error handling on netback_probe()Filipe Manco2016-09-171-16/+30
| * | | nfp: fix error return code in nfp_net_netdev_open()Wei Yongjun2016-09-161-2/+6
| * | | net/ibm/emac: add mutex to 'set multicast list'Ivan Mikhaylov2016-09-161-0/+3
| * | | net/ibm/emac: add set mac addr callbackIvan Mikhaylov2016-09-161-2/+29
| * | | net: ethernet: mediatek: fix module loading automatically based on MODULE_DEV...Sean Wang2016-09-161-0/+1
| * | | net/mlx4_en: fix off by one in error handlingSebastian Ott2016-09-161-2/+2
| * | | drivers: net: phy: xgene: Fix 'remove' functionChristophe Jaillet2016-09-131-4/+2Star
| * | | bnx2: Reset device during driver initializationBaoquan He2016-09-131-5/+7
* | | | xen-netback: switch to threaded irq for control ringJuergen Gross2016-09-223-49/+11Star
* | | | net: ethernet: mediatek: get out of potential invalid pointer accessSean Wang2016-09-221-2/+4
* | | | net: ethernet: mediatek: use [get|set]_link_ksettingsSean Wang2016-09-221-21/+12Star
* | | | net: ethernet: mediatek: remove superfluous local variable for phy addressSean Wang2016-09-221-9/+1Star
* | | | net: ethernet: mediatek: use phydev from struct net_deviceSean Wang2016-09-222-39/+36Star
* | | | net: ethernet: mediatek: add support for GMAC0 connecting with external PHY t...Sean Wang2016-09-222-2/+61
* | | | net: ethernet: mediatek: add extension of phy-mode for TRGMIISean Wang2016-09-222-0/+5
* | | | net/faraday: Mask out PHYSTS_CHG interruptJoel Stanley2016-09-222-7/+4Star
* | | | net/faraday: Configure old MDIO interface on Aspeed SoCsJoel Stanley2016-09-222-0/+14
* | | | net/faraday: Clear stale interruptsGavin Shan2016-09-221-0/+6
* | | | net/faraday: Adapt for Aspeed SoCsJoel Stanley2016-09-221-3/+10
* | | | net/faraday: Make EDO{R,T}R bits configurableAndrew Jeffery2016-09-222-16/+26
* | | | net/faraday: Separate rx page storage from rxdescAndrew Jeffery2016-09-221-7/+18
* | | | cxgb4: Convert to use simple_open()Wei Yongjun2016-09-221-7/+1Star