summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* net: bonding: Fix transmit load balancing in balance-alb mode if specified by...Kosuke Tatsukawa2017-09-111-0/+3
* hv_netvsc: avoid unnecessary wakeups on subchannel creationStephen Hemminger2017-09-111-2/+2
* hv_netvsc: fix deadlock on hotplugStephen Hemminger2017-09-114-45/+94
* mlxsw: spectrum: Fix EEPROM access in case of SFP/SFP+Arkadi Sharshevsky2017-09-111-2/+17
* net: qualcomm: rmnet: Fix a double freeDan Carpenter2017-09-091-6/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-09-0912-20/+34
|\
| * Revert "mdio_bus: Remove unneeded gpiod NULL check"Florian Fainelli2017-09-081-2/+4
| * net: tulip: Constify tulip_tblKees Cook2017-09-082-2/+2
| * net: ethernet: ti: netcp_core: no need in netif_napi_delIvan Khoronzhuk2017-09-081-1/+0
| * davicom: Display proper debug level up to 6Mathieu Malaterre2017-09-081-1/+1
| * net: phy: sfp: rename dt properties to match the bindingBaruch Siach2017-09-081-2/+2
| * Merge tag 'wireless-drivers-for-davem-2017-09-08' of git://git.kernel.org/pub...David S. Miller2017-09-085-10/+25
| |\
| | * brcmfmac: feature check for multi-scheduled scan fails on bcm4345 devicesIan W MORRISON2017-09-081-1/+2
| | * iwlwifi: mvm: only send LEDS_CMD when the FW supports itLuca Coelho2017-09-072-1/+3
| | * rtlwifi: btcoexist: Fix antenna selection codeLarry Finger2017-09-071-7/+16
| | * rtlwifi: btcoexist: Fix breakage of ant_sel for rtl8723beLarry Finger2017-09-071-1/+4
| * | Merge tag 'mac80211-for-davem-2017-09-07' of git://git.kernel.org/pub/scm/lin...David S. Miller2017-09-071-2/+0
| |\ \ | | |/ | |/|
| | * mac80211_hwsim: Use proper TX powerBeni Lev2017-09-051-2/+0
* | | Merge tag 'gcc-plugins-v4.14-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-09-071-16/+14
|\ \ \ | |/ / |/| |
| * | drivers/net/wan/z85230.c: Use designated initializersKees Cook2017-08-011-16/+14
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-09-06797-50293/+68679
|\ \ \
| * \ \ Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2017-09-052-40/+61
| |\ \ \
| | * | | i40e: point wb_desc at the nvm_wb_desc during i40e_read_nvm_aqJacob Keller2017-09-051-0/+1
| | * | | i40e: avoid NVM acquire deadlock during NVM updateAnjali Singhai Jain2017-09-052-40/+60
| | | |/ | | |/|
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-051-1/+1
| |\| |
| | * | net: dsa: loop: Do not unregister invalid fixed PHYFlorian Fainelli2017-09-031-1/+1
| * | | drivers: net: xgene: Remove return statement from void functionIyappan Subramanian2017-09-051-2/+0
| * | | drivers: net: xgene: Configure tx/rx delay for ACPIQuan Nguyen2017-09-051-5/+2
| * | | drivers: net: xgene: Read tx/rx delay for ACPIIyappan Subramanian2017-09-051-2/+2
| * | | rocker: fix kcalloc parameter orderZahari Doychev2017-09-051-2/+2
| * | | net: mdio-mux: add mdio_mux parameter to mdio_mux_init()Corentin Labbe2017-09-054-6/+8
| * | | net: stmmac: Delete dead code for MDIO registrationRomain Perier2017-09-052-19/+19
| * | | gianfar: Fix Tx flow control deactivationClaudiu Manoil2017-09-051-1/+1
| * | | cxgb4: Ignore MPS_TX_INT_CAUSE[Bubble] for T6Ganesh Goudar2017-09-051-1/+15
| * | | cxgb4: Fix pause frame count in t4_get_port_statsGanesh Goudar2017-09-051-8/+4
| * | | cxgb4: fix memory leakGanesh Goudar2017-09-051-3/+3
| * | | tun: rename generic_xdp to skb_xdpJason Wang2017-09-051-7/+11
| * | | tun: reserve extra headroom only when XDP is setJason Wang2017-09-051-8/+18
| * | | net: dsa: bcm_sf2: Configure IMP port TC2QOS mappingFlorian Fainelli2017-09-051-0/+9
| * | | net: dsa: bcm_sf2: Advertise number of egress queuesFlorian Fainelli2017-09-052-1/+7
| * | | net/mlx4_core: Use ARRAY_SIZE macroThomas Meyer2017-09-052-6/+8
| * | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2017-09-031-4/+1
| |\ \ \
| | * | | ieee802154: ca8210: Fix a potential NULL pointer dereferenceChristophe JAILLET2017-08-201-4/+1
| * | | | net: qualcomm: rmnet: Rename real_dev_info to portSubash Abhinov Kasiviswanathan2017-09-038-87/+82
| * | | | net: qualcomm: rmnet: Implement ndo_get_iflinkSubash Abhinov Kasiviswanathan2017-09-034-3/+15
| * | | | net: qualcomm: rmnet: Refactor the new rmnet dev creationSubash Abhinov Kasiviswanathan2017-09-033-84/+26
| * | | | net: qualcomm: rmnet: Move the device creation logSubash Abhinov Kasiviswanathan2017-09-031-2/+1
| * | | | net: qualcomm: rmnet: Remove the unused endpoint -1Subash Abhinov Kasiviswanathan2017-09-031-11/+3
| * | | | net: qualcomm: rmnet: Fix memory corruption if mux_id is greater than 32Subash Abhinov Kasiviswanathan2017-09-033-4/+2
| * | | | nfp: flower: restore RTNL locking around representor updatesJakub Kicinski2017-09-031-2/+4