summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* atle1: remove LLTX support and TX_UNLOCKEDFlorian Westphal2016-04-262-12/+1
* atl1c: remove private tx lockFlorian Westphal2016-04-262-13/+1
* mdio_bus: get_phy_device() doesn't return NULL anymoreSergei Shtylyov2016-04-261-1/+1
* fixed_phy: get_phy_device() doesn't return NULL anymoreSergei Shtylyov2016-04-261-1/+1
* xgene: get_phy_device() doesn't return NULL anymoreSergei Shtylyov2016-04-261-1/+1
* phylib: don't return NULL from get_phy_device()Sergei Shtylyov2016-04-261-1/+1
* sh_eth: get rid of the 2nd parameter to sh_eth_dev_init()Sergei Shtylyov2016-04-261-14/+9
* macvtap: check minor when unregisteringFrancesco Ruggeri2016-04-261-0/+3
* macvlan: fix failure during registration v3Francesco Ruggeri2016-04-261-6/+4
* qed: Add PF min bandwidth configuration supportManish Chopra2016-04-266-2/+104
* qed: Add PF max bandwidth configuration supportManish Chopra2016-04-264-57/+165
* qed: Add vport WFQ configuration APIsManish Chopra2016-04-265-4/+223
* cxgb4: Decode link down reason code obtained from firmwareHariprasad Shenai2016-04-263-0/+40
* cxgb4: Don't assume FW_PORT_CMD reply is always port info msgHariprasad Shenai2016-04-262-37/+74
* cxgb4: DCB message handler needs to use correct portid to netdev mappingHariprasad Shenai2016-04-262-3/+4
* cxgb4: Refactor t4_port_init functionHariprasad Shenai2016-04-262-40/+55
* cxgb4: Properly decode port module typeHariprasad Shenai2016-04-261-0/+11
* cxgb4: Avoids race and deadlock while freeing tx descriptorHariprasad Shenai2016-04-261-0/+2
* cxgb4: Add llseek operation for flash debugfs entryHariprasad Shenai2016-04-261-0/+1
* cxgb4: add new routine to get adapter infoHariprasad Shenai2016-04-264-8/+95
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2016-04-263-6/+105
|\
| * ieee802154: atusb: update my copyright years for this driverStefan Schmidt2016-04-211-0/+2
| * ieee802154: atusb: implement .set_cca_mode ops callbackStefan Schmidt2016-04-211-1/+43
| * ieee802154: atusb: implement .set_cca_ed_level ops callbackStefan Schmidt2016-04-211-1/+26
| * ieee802154: atusb: implement .set_csma_params ops callbackStefan Schmidt2016-04-211-1/+19
| * at86rf230: increase sleep to off timingsAlexander Aring2016-04-201-3/+3
| * mrf24j40: apply the security-enabled bit on secured outbound framesAlexandre Macabies2016-04-131-0/+4
| * mrf24j40: fix security-enabled processing on inbound framesAlexandre Macabies2016-04-131-1/+9
* | drivers/wireless: use nla_put_u64_64bit()Nicolas Dichtel2016-04-262-1/+2
* | macsec: use nla_put_u64_64bit()Nicolas Dichtel2016-04-261-33/+88
* | net: tsi108: use NULL for pointer-typed argumentJulia Lawall2016-04-261-1/+2
* | net: hns: add attribute port-mode-offset for dsaf port nodeYisen.Zhuang\(Zhuangyuzeng\)2016-04-263-25/+30
* | net: hns: add attribute port-rst-offset for dsaf port nodeYisen.Zhuang\(Zhuangyuzeng\)2016-04-263-17/+19
* | net: hns: add attribute cpld_ctrl for dsaf port nodeYisen.Zhuang\(Zhuangyuzeng\)2016-04-266-34/+51
* | net: hns: separate debug dsaf device from service dsaf deviceYisen.Zhuang\(Zhuangyuzeng\)2016-04-2610-241/+261
* | net: hns: sort the header file by alphabetical orderDaode Huang2016-04-263-14/+14
* | net: hns: add syscon operation for dsafYisen.Zhuang\(Zhuangyuzeng\)2016-04-261-0/+14
* | net: hns: add attribute reset-field-offset for dsaf nodeYisen.Zhuang\(Zhuangyuzeng\)2016-04-263-12/+37
* | net: hns: add attribute port-idx-in-ae in enet node.Yisen.Zhuang\(Zhuangyuzeng\)2016-04-264-32/+22
* | net: hns: set debug port irq index to 0Daode Huang2016-04-262-11/+2
* | net: hns: add a new dsaf mode for debug portYisen.Zhuang\(Zhuangyuzeng\)2016-04-269-89/+84
* | macsec: Convert to using IFF_NO_QUEUEPhil Sutter2016-04-251-1/+1
* | qed: add support for link pause configuration.Sudarsana Reddy Kalluru2016-04-251-0/+14
* | qed*: Conditions for changing linkYuval Mintz2016-04-252-4/+16
* | qede: Add support for ethtool private flagsYuval Mintz2016-04-251-0/+23
* | qed*: Align statistics namesYuval Mintz2016-04-254-40/+49
* | Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2016-04-2524-505/+661
|\ \
| * | ixgbe: use msleep for long delaysArnd Bergmann2016-04-251-1/+1
| * | ixgbevf: Move API negotiation function into mac_opsAlexander Duyck2016-04-253-4/+5
| * | ixgbe/ixgbevf: Add support for GSO partialAlexander Duyck2016-04-252-82/+180