aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-09-17net: dsa: gswip: Fix copy-paste error in gswip_gphy_fw_probe()Wei Yongjun1-3/+3
2018-09-17net: dsa: gswip: Fix return value check in gswip_probe()Wei Yongjun1-6/+6
2018-09-17tls: async support causes out-of-bounds access in crypto APIsJohn Fastabend2-20/+23
2018-09-16ip6_gre: simplify gre header parsing in ip6gre_errHaishuang Yan1-22/+4
2018-09-16ip_gre: fix parsing gre header in ipgre_errHaishuang Yan2-9/+7
2018-09-16net: phy: et011c: Remove incorrect PHY_POLL flagsFlorian Fainelli1-1/+0
2018-09-16Merge branch 'act_police-lockless-data-path'David S. Miller1-80/+106
2018-09-16net/sched: act_police: don't use spinlock in the data pathDavide Caratti1-64/+92
2018-09-16net/sched: act_police: use per-cpu countersDavide Caratti1-24/+22
2018-09-14cxgb4: update supported DCB versionGanesh Goudar2-2/+31
2018-09-14cxgb4: add per rx-queue counter for packet errorsGanesh Goudar3-0/+6
2018-09-14cxgb4: Fix endianness issue in t4_fwcache()Ganesh Goudar1-1/+1
2018-09-14net: move definition of pcpu_lstats to header fileLi RongQing4-22/+10
2018-09-13net/ibm/emac: Remove VLA usageKees Cook2-1/+8
2018-09-13pktgen: Fix fall-through annotationGustavo A. R. Silva1-1/+1
2018-09-13tg3: Fix fall-through annotationsGustavo A. R. Silva1-6/+6
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-13Merge branch 'vhost_net-TX-batching'David S. Miller5-80/+471
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-13Merge branch 'Lantiq-Intel-vrx200-support'David S. Miller19-8/+2202
2018-09-13net: dsa: Add Lantiq / Intel DSA driver for vrx200Hauke Mehrtens6-4/+1337
2018-09-13dt-bindings: net: dsa: Add lantiq, xrx200-gswip DT bindingsHauke Mehrtens1-0/+141
2018-09-13net: lantiq: Add Lantiq / Intel VRX200 Ethernet driverHauke Mehrtens5-3/+576
2018-09-13dt-bindings: net: Add lantiq, xrx200-net DT bindingsHauke Mehrtens1-0/+21
2018-09-13net: dsa: Add Lantiq / Intel GSWIP tag supportHauke Mehrtens7-0/+126
2018-09-13MIPS: lantiq: Do not enable IRQs in dma openHauke Mehrtens2-1/+1
2018-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller342-2036/+3184
2018-09-12docs: net: Remove TCP congestion documentTobin C. Harding2-103/+0
2018-09-12geneve: add ttl inherit supportHangbin Liu3-8/+35
2018-09-12Merge tag 'drm-fixes-2018-09-12' of git://anongit.freedesktop.org/drm/drmLinus Torvalds16-114/+297
2018-09-12net: dsa: mv88e6xxx: Make sure to configure ports with external PHYsMarek Vasut1-2/+14
2018-09-12net: ethernet: Use DIV_ROUND_UP instead of reimplementing its functionzhong jiang8-8/+8
2018-09-12qlcnic: Remove set but not used variables 'fw_mbx' and 'hdr_size'Yue Haibing1-5/+1
2018-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds68-400/+593
2018-09-12net: bridge: add support for sticky fdb entriesNikolay Aleksandrov3-3/+18
2018-09-12Merge branch 'Preparing-for-phylib-linkmodes'David S. Miller47-344/+259