summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* bnxt_en: Fix compile errors when CONFIG_BNXT_SRIOV is not set.Michael Chan2015-10-234-28/+40
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2015-10-2321-56/+287
|\
| * ixgbe, ixgbevf: Add new mbox API xcast modeHiroshi Shimamoto2015-10-238-0/+126
| * ixgbe: Add new ndo to trust VFHiroshi Shimamoto2015-10-234-0/+40
| * i40e: fix unconditional execution of cpu_to_le16()Jean Sacren2015-10-231-2/+3
| * i40e: clean up local variable initializationJean Sacren2015-10-231-2/+2
| * i40evf: clean up local variable initializationJean Sacren2015-10-231-5/+4
| * i40e: add missing kernel-doc argumentJean Sacren2015-10-231-0/+3
| * i40evf: add missing kernel-doc argumentJean Sacren2015-10-231-0/+1
| * i40e: re-use %*ph specifier to hexdump a dataAndy Shevchenko2015-10-232-36/+8
| * i40e/i40evf: Bump i40e to 1.3.46 and i40evf to 1.3.33Catherine Sullivan2015-10-232-2/+2
| * i40e: Disable VEB bridge mode with SR-IOV failureAkeem G Abodunrin2015-10-231-0/+1
| * i40e: Fix an incorrect OEM version stringCarolyn Wyborny2015-10-231-4/+13
| * i40e: fix inconsistent statuses after a PF resetHelin Zhang2015-10-231-0/+20
| * i40evf: use correct struct for list manipulationMitch Williams2015-10-231-2/+3
| * i40e: Fix VEB/VEPA bridge mode mismatch issueAkeem G Abodunrin2015-10-231-3/+13
| * i40e: fix a bug in debugfs with add/del macaddrAnjali Singhai Jain2015-10-231-0/+4
| * i40e/i40evf: Add a workaround to drop all flow control framesAnjali Singhai Jain2015-10-234-0/+44
* | net: dsa: Make mv88e6060 use nested mdiobus read/writeNeil Armstrong2015-10-231-2/+2
* | net: dsa: Make mv88e6xxx use nested mdiobus read/writeNeil Armstrong2015-10-231-37/+9
* | net: phy: Add nested variants of mdiobus read/writeNeil Armstrong2015-10-231-0/+55
* | drivers: net: cpsw: use module_platform_driverGrygorii Strashko2015-10-231-11/+1
|/
* bnxt_en: New Broadcom ethernet driver.Michael Chan2015-10-2212-0/+13034
* net: dsa: mv88e6xxx: remove debugfs interfaceVivien Didelot2015-10-222-293/+0
* net: dsa: mv88e6xxx: remove port_fdb_getnextVivien Didelot2015-10-224-77/+0
* net: dsa: mv88e6xxx: implement port_fdb_dumpVivien Didelot2015-10-224-0/+70
* net: dsa: mv88e6xxx: write MAC outside of ATU Get Next codeVivien Didelot2015-10-221-6/+5
* net: dsa: mv88e6xxx: write VID outside of VTU Get Next codeVivien Didelot2015-10-221-10/+29
* Merge tag 'mac80211-next-for-davem-2015-10-21' of git://git.kernel.org/pub/sc...David S. Miller2015-10-226-8/+12
|\
| * mac80211: remove PM-QoS listenerJohannes Berg2015-10-141-1/+1
| * cfg80211: Add multiple scan plans for scheduled scanAvraham Stern2015-10-135-7/+11
* | net: hisilicon: deals with the sub ctrl by sysconyankejian2015-10-221-10/+11
* | cxgb4: Update ethtool get_drvinfo to get regdump lenHariprasad Shenai2015-10-221-1/+4
* | cxgb4: Use vmalloc, if kmalloc failsHariprasad Shenai2015-10-221-4/+4
* | cxgb4: Return error if setup_rss is called before probeHariprasad Shenai2015-10-221-4/+8
* | cxgb4/cxgb4vf: Update driver desc. to include Chelsio T6 adapterHariprasad Shenai2015-10-222-2/+3
* | cxgb4: Add info print to display number of MSI-X vectors allocatedHariprasad Shenai2015-10-221-0/+4
* | cxgb4: Restore L1 cfg, if FW rejects new L1 cfg settingsHariprasad Shenai2015-10-221-4/+11
* | cxgb4: Don't disallow turning off auto-negotiationHariprasad Shenai2015-10-221-4/+1
* | cxgb4: Align ethtool get stat settingsHariprasad Shenai2015-10-221-73/+73
* | ipvlan: read direct ifindex instead of iflinkBrenden Blanco2015-10-221-2/+2
* | net: mdio-gpio: move platform data headerVivien Didelot2015-10-211-1/+1
* | net: hisilicon: fix ptr_ret.cocci warningsWu Fengguang2015-10-211-4/+1
* | net: dummy: add more featuresEric Dumazet2015-10-211-1/+5
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2015-10-2116-219/+611
|\ \
| * | i40e/i40evf: Bump i40e to 1.3.38 and i40evf to 1.3.25Catherine Sullivan2015-10-192-2/+2
| * | i40e: declare rather than initialize int objectJean Sacren2015-10-191-1/+1
| * | i40e: fix kernel-doc argument nameJean Sacren2015-10-191-1/+1
| * | i40e: Move error message to debug levelCatherine Sullivan2015-10-191-3/+3
| * | i40e: Fix order of checks when enabling/disabling autoneg in ethtoolCatherine Sullivan2015-10-191-13/+16