aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/android (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-13gso_segment: Reset skb->mac_len after modifying network headerToke Høiland-Jørgensen2-0/+2
2018-09-13vxlan: Remove duplicated include from vxlan.hYueHaibing1-1/+0
2018-09-13net: dsa: b53: Do not fail when IRQ are not initializedFlorian Fainelli1-1/+7
2018-09-13vhost_net: batch submitting XDP buffers to underlayer socketsJason Wang1-13/+161
2018-09-13tap: accept an array of XDP buffs through sendmsg()Jason Wang1-2/+72
2018-09-13tuntap: accept an array of XDP buffs through sendmsg()Jason Wang1-3/+114
2018-09-13tun: switch to new type of msg_controlJason Wang4-9/+36
2018-09-13tuntap: move XDP flushing out of tun_do_xdp()Jason Wang1-1/+2
2018-09-13tuntap: split out XDP logicJason Wang1-37/+51
2018-09-13tuntap: tweak on the path of skb XDP case in tun_build_skb()Jason Wang1-15/+24
2018-09-13tuntap: simplify error handling in tun_build_skb()Jason Wang1-7/+3
2018-09-13tuntap: enable bh early during processing XDPJason Wang1-7/+3
2018-09-13tuntap: switch to use XDP_PACKET_HEADROOMJason Wang1-2/+1
2018-09-13net: sock: introduce SOCK_XDPJason Wang2-0/+20
2018-09-13llc: avoid blocking in llc_sap_close()Cong Wang2-3/+2
2018-09-13ipv6: Add sockopt IPV6_MULTICAST_ALL analogue to IP_MULTICAST_ALLAndre Naujoks5-2/+16
2018-09-13net: dsa: Add Lantiq / Intel DSA driver for vrx200Hauke Mehrtens6-4/+1337