summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-04-19r8169: use constant NAPI_POLL_WAITHeiner Kallweit1-2/+1
2018-04-19r8169: use skb_copy_to_linear_data in rtl8169_try_rx_copyHeiner Kallweit1-1/+1
2018-04-19r8169: remove member align from struct rtl_cfg_infoHeiner Kallweit1-4/+0
2018-04-19r8169: remove unused member features from structHeiner Kallweit1-2/+0
2018-04-19Merge branch 'netcp-K2G-SoC-support'David S. Miller9-53/+297
2018-04-19net: netcp: ethss: k2g: add promiscuous mode supportWingMan Kwok1-0/+56
2018-04-19net: netcp: add api to support set rx mode in netcp modulesWingMan Kwok2-0/+20
2018-04-19net: netcp: support probe deferralMurali Karicheri1-0/+4
2018-04-19Revert "net: netcp: remove dead code from the driver"Murali Karicheri1-0/+9
2018-04-19net: netcp: ethss: use of_get_phy_mode() to support different RGMII modesMurali Karicheri1-0/+18
2018-04-19net: netcp: ethss: re-use stats handling code for 2u hardwareMurali Karicheri1-1/+1
2018-04-19net: netcp: ethss: map vlan priorities to zero flowMurali Karicheri1-0/+9
2018-04-19net: netcp: ethss: use rgmii link status for 2u cpsw hardwareMurali Karicheri1-7/+27
2018-04-19net: netcp: ethss: add support for handling rgmii link interfaceMurali Karicheri2-4/+13
2018-04-19net: netcp: ethss: make sgmii configuration conditionalMurali Karicheri1-5/+13
2018-04-19net: netcp: ethss: use macro for checking ss_version consistentlyMurali Karicheri1-13/+16
2018-04-19soc: ti: K2G: provide APIs to support driver probe deferralMurali Karicheri4-0/+29
2018-04-19soc: ti: K2G: enhancement to support QMSS in K2G NAVSSMurali Karicheri3-23/+82
2018-04-18Merge branch 'ipv6-Separate-data-structures-for-FIB-and-data-path'David S. Miller19-1136/+1218
2018-04-18net/ipv6: Remove unused code and variables for rt6_infoDavid Ahern4-106/+5
2018-04-18net/ipv6: Flip FIB entries to fib6_infoDavid Ahern10-270/+271
2018-04-18net/ipv6: separate handling of FIB entries from dst based routesDavid Ahern8-152/+115
2018-04-18net/ipv6: introduce fib6_info struct and helpersDavid Ahern2-0/+115
2018-04-18net/ipv6: Cleanup exception and cache route handlingDavid Ahern3-78/+81
2018-04-18net/ipv6: Add gfp_flags to route add functionsDavid Ahern4-27/+38
2018-04-18net/ipv6: Create a neigh_lookup for FIB entriesDavid Ahern3-15/+29
2018-04-18net/ipv6: Move dst flags to booleans in fib entriesDavid Ahern3-8/+30
2018-04-18net/ipv6: Add rt6_info create function for ip6_pol_route_lookupDavid Ahern1-4/+25
2018-04-18net/ipv6: Add fib6_null_entryDavid Ahern3-33/+58
2018-04-18net/ipv6: move expires into rt6_infoDavid Ahern5-21/+42
2018-04-18net/ipv6: move metrics from dst to rt6_infoDavid Ahern5-218/+133
2018-04-18net/ipv6: Defer initialization of dst to data pathDavid Ahern1-41/+74
2018-04-18net/ipv6: Move nexthop data to fib6_nhDavid Ahern6-99/+125
2018-04-18net/ipv6: Save route type in rt6_infoDavid Ahern3-26/+23
2018-04-18net/ipv6: Move support functions up in route.cDavid Ahern1-60/+59
2018-04-18net/ipv6: Pass net namespace to route functionsDavid Ahern5-55/+66
2018-04-18net/ipv6: Pass net to fib6_update_sernumDavid Ahern3-8/+7
2018-04-18vrf: Move fib6_table into net_vrfDavid Ahern1-19/+6
2018-04-18net: Handle null dst in rtnl_put_cacheinfoDavid Ahern1-3/+5
2018-04-18net: Move fib_convert_metrics to metrics fileDavid Ahern4-42/+60
2018-04-17ipv6: send netlink notifications for manually configured addressesLorenzo Bianconi1-8/+5
2018-04-17cxgb4vf: display pause settingsGanesh Goudar1-0/+16
2018-04-17vxlan: add ttl inherit supportHangbin Liu4-3/+27
2018-04-17net/ncsi: Refactor MAC, VLAN filtersSamuel Mendoza-Jonas4-311/+147
2018-04-17KEYS: DNS: limit the length of option stringsEric Biggers1-7/+5
2018-04-17selftest: tc_flower: add testcase for 'ip_flags'Davide Caratti1-0/+70
2018-04-17ipv6: Count interface receive statistics on the ingress netdevStephen Suryaputra7-52/+51
2018-04-17net/ipv6: Make __inet6_bind staticDavid Ahern2-29/+26
2018-04-17Merge branch 'XDP-redirect-memory-return-API'David S. Miller22-198/+1102
2018-04-17xdp: avoid leaking info stored in frame data on page reuseJesper Dangaard Brouer1-0/+8