aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-12-20net: sock: replace sk_state_load with inet_sk_state_load and remove sk_state_storeYafang Shao7-32/+30
2017-12-20net: tracepoint: replace tcp_set_state tracepoint with inet_sock_set_state tracepointYafang Shao7-40/+128
2017-12-20tcp: Export to userspace the TCP state names for the trace eventsSteven Rostedt (VMware)1-13/+28
2017-12-20netdevsim: correctly check return value of debugfs_create_dirPrashant Bhole2-6/+8
2017-12-20ip6_gre: fix potential memory leak in ip6erspan_rcvHaishuang Yan1-1/+3
2017-12-20ip_gre: fix potential memory leak in erspan_rcvHaishuang Yan1-1/+3
2017-12-20ip6_gre: fix error path when ip6erspan_rcv failedHaishuang Yan1-1/+2
2017-12-20ip_gre: fix error path when erspan_rcv failedHaishuang Yan1-0/+2
2017-12-20ip6_gre: fix a pontential issue in ip6erspan_rcvHaishuang Yan1-3/+2
2017-12-20net: amd-xgbe: Get rid of custom hex_dump_to_buffer()Andy Shevchenko1-17/+7
2017-12-20net: Clarify dev_weight documentation for LRO and GRO_HW.Michael Chan1-1/+3
2017-12-20Merge branch 'netdevsim-couple-of-build-warning-fixes'David S. Miller2-4/+1
2017-12-20netdevsim: bpf: remove unused variableJakub Kicinski1-3/+0
2017-12-20netdevsim: declare struct device_type as staticJakub Kicinski1-1/+1
2017-12-20selftests: rtnetlink: add gretap test casesWilliam Tu1-0/+98
2017-12-20net: pasemi: Replace mac address parsingAndy Shevchenko1-3/+1
2017-12-20net: bonding: Replace mac address parsingAndy Shevchenko1-5/+1
2017-12-20bridge: Use helpers to handle MAC addressAndy Shevchenko1-10/+3
2017-12-20ip6_vti: adjust vti mtu according to mtu of lower deviceAlexey Kodanev1-0/+20
2017-12-19Merge branch 'nfp-flower-add-Geneve-tunnel-support'David S. Miller6-82/+152
2017-12-19nfp: flower: compile Geneve encap actionsJohn Hurley2-38/+48
2017-12-19nfp: flower: compile Geneve match fieldsJohn Hurley4-42/+91
2017-12-19nfp: flower: read extra feature support from fwJohn Hurley2-1/+11
2017-12-19nfp: flower: remove unused tun_mask variableJohn Hurley1-5/+6
2017-12-19cxgb4: RSS table is 4k for T6Ganesh Goudar6-23/+36
2017-12-19net_sched: properly check for empty skb array on error pathCong Wang1-1/+7
2017-12-19ibmvnic: Include header descriptor support for ARP packetsThomas Falcon1-1/+6
2017-12-19Merge branch 'ibmvnic-Fix-and-increase-maximum-TX-RX-queues'David S. Miller2-2/+2
2017-12-19ibmvnic: Increase maximum number of RX/TX queuesThomas Falcon1-1/+1
2017-12-19ibmvnic: Rename IBMVNIC_MAX_TX_QUEUES to IBMVNIC_MAX_QUEUESThomas Falcon2-2/+2
2017-12-19Merge tag 'wireless-drivers-next-for-davem-2017-12-18' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller159-2098/+12701
2017-12-19cxgb4: Report tid start range correctly for T6Ganesh Goudar1-3/+8
2017-12-19Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextDavid S. Miller14-235/+237
2017-12-19net: ks8851: Support DT-provided MAC addressLukas Wunner1-2/+11
2017-12-19Merge branch 'bcm63xx_enet-remove-mac_id-usage'David S. Miller4-19/+17
2017-12-19bcm63xx_enet: use platform device id directly for miibus nameJonas Gorski2-5/+1
2017-12-19bcm63xx_enet: remove pointless mac_id checkJonas Gorski1-1/+1
2017-12-19bcm63xx_enet: use platform data for dma channel numbersJonas Gorski3-9/+14
2017-12-19bcm63xx_enet: just use "enet" as the clock nameJonas Gorski1-4/+1
2017-12-19Merge branch 'net-speedup-vxlan-geneve-tunnel-dismantle'David S. Miller2-17/+33
2017-12-19geneve: speedup geneve tunnels dismantleHaishuang Yan1-8/+16
2017-12-19vxlan: speedup vxlan tunnels dismantleHaishuang Yan1-9/+17
2017-12-19forcedeth: remove duplicate structure member in xmitZhu Yanjun1-12/+13
2017-12-19Merge branch 'net-NETIF_F_GRO_HW'David S. Miller11-40/+105
2017-12-19qede: Use NETIF_F_GRO_HW.Michael Chan4-18/+25
2017-12-19bnx2x: Use NETIF_F_GRO_HW.Michael Chan2-15/+17
2017-12-19bnxt_en: Use NETIF_F_GRO_HW.Michael Chan1-7/+20
2017-12-19net: Disable GRO_HW when generic XDP is installed on a device.Michael Chan1-0/+18
2017-12-19net: Introduce NETIF_F_GRO_HW.Michael Chan4-0/+25
2017-12-19sock: Hide unused variable when !CONFIG_PROC_FS.Tonghao Zhang1-1/+1