aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-07-04net: usb: asix: allow optionally getting mac address from device treeMarcel Ziswiler
2018-07-04net: sched: act_pedit: fix possible memory leak in tcf_pedit_init()Wei Yongjun
2018-07-04Merge branch 'bridge-iproute2-isolated-port-and-selftests'David S. Miller
2018-07-04selftests: forwarding: test for bridge port isolationNikolay Aleksandrov
2018-07-04selftests: forwarding: lib: extract ping and ping6 so they can be reusedNikolay Aleksandrov
2018-07-04Merge branch 'vhost_net-Avoid-vq-kicks-during-busyloop'David S. Miller
2018-07-04vhost_net: Avoid rx vring kicks during busyloopToshiaki Makita
2018-07-04vhost_net: Avoid rx queue wake-ups during busypollToshiaki Makita
2018-07-04vhost_net: Avoid tx vring kicks during busyloopToshiaki Makita
2018-07-04vhost_net: Rename local variables in vhost_net_rx_peek_head_lenToshiaki Makita
2018-07-04net:sched: add action inheritdsfield to skbeditQiaobin Fu
2018-07-04Merge branch 'More-mirror-to-gretap-tests-with-bridge-in-UL'David S. Miller
2018-07-04selftests: forwarding: Test mirror-to-gretap w/ UL 802.1qPetr Machata
2018-07-04selftests: forwarding: Test mirror-to-gretap w/ UL 802.1dPetr Machata
2018-07-04Merge branch 'Handle-multiple-received-packets-at-each-stage'David S. Miller
2018-07-04net: don't bother calling list RX functions on empty listsEdward Cree
2018-07-04net: ipv4: listify ip_rcv_finishEdward Cree
2018-07-04net: ipv4: listified version of ip_rcvEdward Cree
2018-07-04net: core: propagate SKB lists through packet_type lookupEdward Cree
2018-07-04net: core: another layer of lists, around PF_MEMALLOC skb handlingEdward Cree
2018-07-04net: core: Another step of skb receive list processingEdward Cree
2018-07-04net: core: unwrap skb list receive slightly furtherEdward Cree
2018-07-04sfc: batch up RX deliveryEdward Cree
2018-07-04net: core: trivial netif_receive_skb_list() entry pointEdward Cree
2018-07-04Merge branch 'sctp-fully-support-for-dscp-and-flowlabel-per-transport'David S. Miller
2018-07-04sctp: check for ipv6_pinfo legal sndflow with flowlabel in sctp_v6_get_dstXin Long
2018-07-04sctp: add support for setting flowlabel when adding a transportXin Long
2018-07-04sctp: add spp_ipv6_flowlabel and spp_dscp for sctp_paddrparamsXin Long
2018-07-04sctp: add support for dscp and flowlabel per transportXin Long
2018-07-04ipv4: add __ip_queue_xmit() that supports tos paramXin Long
2018-07-04net: dsa: Add Vitesse VSC73xx DSA router driverLinus Walleij
2018-07-04net: phy: vitesse: Add support for VSC73xxLinus Walleij
2018-07-04net: dsa: Add DT bindings for Vitesse VSC73xx switchesLinus Walleij
2018-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-07-03Merge branch 'aquantia-various-ethtool-ops-implementation'David S. Miller
2018-07-03net: aquantia: bump driver versionIgor Russkikh
2018-07-03net: aquantia: Add renegotiate ethtool operation supportAnton Mikaev
2018-07-03net: aquantia: Implement rx/tx flow control ethtools callbackIgor Russkikh
2018-07-03net: aquantia: Improve adapter init/deinit logicIgor Russkikh
2018-07-03net: aquantia: Ethtool based ring size configurationAnton Mikaev
2018-07-03net: stmmac_tc: use 64-bit arithmetic instead of 32-bitGustavo A. R. Silva
2018-07-03net: phy: DP83TC811: Fix SGMII enable/disableDan Murphy
2018-07-03net: phy: DP83TC811: Add INT_STAT3Dan Murphy
2018-07-03Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-07-02Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds
2018-07-02Merge tag 'for-linus' of git://github.com/stffrdhrn/linuxLinus Torvalds
2018-07-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-07-02Merge branch 'hns3-a-few-code-improvements'David S. Miller
2018-07-02net: hns3: modify hnae_ to hnae3_Peng Li
2018-07-02net: hns3: use dma_zalloc_coherent instead of kzalloc/dma_map_singleHuazhong Tan