summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* cxgb4: Fix the condition to check if the card is T5Ganesh Goudar2018-07-051-1/+1
* net: ethernet: sun: remove redundant variables adv and lpa and mii_readsColin Ian King2018-07-051-16/+0
* Merge branch 'net-ethernet-Miscellaneous-Kconfig-and-Makefile-cleanups'David S. Miller2018-07-055-10/+12
|\
| * net: ethernet: sfc: Make subdir logic consistent with other vendorsGeert Uytterhoeven2018-07-052-2/+3
| * net: ethernet: Add missing VENDOR to Cadence and Packet Engines symbolsGeert Uytterhoeven2018-07-053-8/+8
| * net: ethernet: Make NET_VENDOR_AURORA default to yesGeert Uytterhoeven2018-07-051-0/+1
|/
* qlogic: netxen: remove various redundant variablesColin Ian King2018-07-052-11/+3
* Merge branch 'devlink-Add-configuration-parameters-support'David S. Miller2018-07-0510-16/+1156
|\
| * bnxt_en: Add bnxt_en initial params table and register it.Vasundhara Volam2018-07-054-11/+147
| * devlink: Add enable_sriov boolean generic parameterVasundhara Volam2018-07-052-1/+9
| * mlx4: Add support for devlink reload and load driverinit valuesMoshe Shemesh2018-07-053-3/+55
| * mlx4: Add mlx4 initial parameters table and register itMoshe Shemesh2018-07-051-2/+106
| * devlink: Add generic parameters internal_err_reset and max_macsMoshe Shemesh2018-07-052-1/+44
| * devlink: Add devlink notifications support for paramsMoshe Shemesh2018-07-053-0/+59
| * devlink: Add support for get/set driverinit valueMoshe Shemesh2018-07-052-0/+95
| * devlink: Add param set commandMoshe Shemesh2018-07-053-0/+139
| * devlink: Add param get commandMoshe Shemesh2018-07-052-0/+261
| * devlink: Add devlink_param register and unregisterMoshe Shemesh2018-07-053-0/+243
|/
* net/hamradio/6pack: remove redundant variable channelColin Ian King2018-07-051-4/+1
* fjes: use currently unused variable my_epid and max_epidColin Ian King2018-07-051-4/+4
* net: tehuti: remove redundant pointer skbColin Ian King2018-07-051-2/+0
* net: socionext: remove redundant pointer ndevColin Ian King2018-07-051-2/+0
* net: aquantia: Make some functions staticWei Yongjun2018-07-051-3/+3
* net: dsa: vsc73xx: Make some functions staticWei Yongjun2018-07-051-4/+5
* net: dsa: fix spelling mistake "waitting" -> "waiting"Colin Ian King2018-07-051-1/+1
* net: limit each hash list length to MAX_GRO_SKBSLi RongQing2018-07-052-34/+29
* r8169: fix runtime suspendHeiner Kallweit2018-07-051-8/+1
* net: ipv4: fix drop handling in ip_list_rcv() and ip_list_rcv_finish()Edward Cree2018-07-051-5/+11
* cxgb4: Add support to read actual provisioned resourcesCasey Leedom2018-07-054-35/+206
* epic100: remove redundant variable 'irq'Colin Ian King2018-07-041-2/+0
* sfc: remove redundant variable old_vlanColin Ian King2018-07-041-2/+1
* qed: remove redundant pointer 'name'Colin Ian King2018-07-041-2/+0
* ethernet: micrel: remove redundant pointer 'info'Colin Ian King2018-07-041-3/+0
* net: hinic: remove redundant pointer pfhwdevColin Ian King2018-07-041-3/+0
* net: hns3: remove redundant variable 'protocol'Colin Ian King2018-07-041-2/+0
* net: ethernet: gianfar_ethtool: remove redundant variable last_rule_idxColin Ian King2018-07-041-2/+0
* net: fec: remove redundant variable 'inc'Colin Ian King2018-07-041-2/+0
* cnic: remove redundant pointer req and variable funcColin Ian King2018-07-041-4/+1
* net: bgmac: remove redundant variable 'freed'Colin Ian King2018-07-041-2/+0
* net: ethernet: nb8800: remove redundant pointer rxdColin Ian King2018-07-041-2/+0
* net: alx: remove redundant variable old_duplexColin Ian King2018-07-041-2/+0
* net: alteon: acenic: remove redundant pointer rxdescColin Ian King2018-07-041-4/+1
* net: dsa: bcm_sf2: remove redundant variable offColin Ian King2018-07-041-6/+1
* Merge branch 'Scheduled-packet-Transmission-ETF'David S. Miller2018-07-0433-75/+864
|\
| * net/sched: Make etf report drops on error_queueJesus Sanchez-Palencia2018-07-045-4/+47
| * igb: Add support for ETF offloadJesus Sanchez-Palencia2018-07-043-17/+138
| * igb: Only call skb_tx_timestamp after descriptors are readyJesus Sanchez-Palencia2018-07-041-2/+2
| * igb: Refactor igb_offload_cbs()Jesus Sanchez-Palencia2018-07-041-9/+14
| * igb: Only change Tx arbitration when CBS is onJesus Sanchez-Palencia2018-07-041-16/+33
| * igb: Refactor igb_configure_cbs()Jesus Sanchez-Palencia2018-07-041-32/+28