summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * vhost_net: Avoid rx vring kicks during busyloopToshiaki Makita2018-07-041-3/+7
| * vhost_net: Avoid rx queue wake-ups during busypollToshiaki Makita2018-07-041-7/+19
| * vhost_net: Avoid tx vring kicks during busyloopToshiaki Makita2018-07-041-13/+22
| * vhost_net: Rename local variables in vhost_net_rx_peek_head_lenToshiaki Makita2018-07-041-17/+17
|/
* net:sched: add action inheritdsfield to skbeditQiaobin Fu2018-07-042-0/+43
* Merge branch 'More-mirror-to-gretap-tests-with-bridge-in-UL'David S. Miller2018-07-042-0/+258
|\
| * selftests: forwarding: Test mirror-to-gretap w/ UL 802.1qPetr Machata2018-07-041-0/+126
| * selftests: forwarding: Test mirror-to-gretap w/ UL 802.1dPetr Machata2018-07-041-0/+132
|/
* Merge branch 'Handle-multiple-received-packets-at-each-stage'David S. Miller2018-07-0411-16/+360
|\
| * net: don't bother calling list RX functions on empty listsEdward Cree2018-07-041-2/+6
| * net: ipv4: listify ip_rcv_finishEdward Cree2018-07-041-6/+48
| * net: ipv4: listified version of ip_rcvEdward Cree2018-07-046-10/+94
| * net: core: propagate SKB lists through packet_type lookupEdward Cree2018-07-041-8/+64
| * net: core: another layer of lists, around PF_MEMALLOC skb handlingEdward Cree2018-07-042-8/+66
| * net: core: Another step of skb receive list processingEdward Cree2018-07-041-5/+56