summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * net/sched: Add HW offloading capability to ETFJesus Sanchez-Palencia2018-07-043-1/+76
| * net/sched: Introduce the ETF QdiscVinicius Costa Gomes2018-07-045-0/+414
| * net/sched: Allow creating a Qdisc watchdog with other clocksVinicius Costa Gomes2018-07-042-2/+11
| * net: packet: Hook into time based transmission.Richard Cochran2018-07-041-0/+6
| * net: ipv6: Hook into time based transmissionJesus Sanchez-Palencia2018-07-043-5/+14
| * net: ipv4: Hook into time based transmissionJesus Sanchez-Palencia2018-07-046-0/+10
| * net: Add a new socket option for a future transmit time.Richard Cochran2018-07-0411-0/+84
| * net: Clear skb->tstamp only on the forwarding pathJesus Sanchez-Palencia2018-07-041-1/+1
|/
* isdn: mark expected switch fall-throughsGustavo A. R. Silva2018-07-0415-0/+33
* net: usb: asix: allow optionally getting mac address from device treeMarcel Ziswiler2018-07-041-15/+23
* net: sched: act_pedit: fix possible memory leak in tcf_pedit_init()Wei Yongjun2018-07-041-9/+16
* Merge branch 'bridge-iproute2-isolated-port-and-selftests'David S. Miller2018-07-042-6/+167
|\
| * selftests: forwarding: test for bridge port isolationNikolay Aleksandrov2018-07-041-0/+151
| * selftests: forwarding: lib: extract ping and ping6 so they can be reusedNikolay Aleksandrov2018-07-041-6/+16
|/
* Merge branch 'vhost_net-Avoid-vq-kicks-during-busyloop'David S. Miller2018-07-041-35/+60
|\