summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-04-18Revert "net: netcp: remove dead code from the driver"Murali Karicheri
2018-04-18net: netcp: ethss: use of_get_phy_mode() to support different RGMII modesMurali Karicheri
2018-04-18net: netcp: ethss: re-use stats handling code for 2u hardwareMurali Karicheri
2018-04-18net: netcp: ethss: map vlan priorities to zero flowMurali Karicheri
2018-04-18net: netcp: ethss: use rgmii link status for 2u cpsw hardwareMurali Karicheri
2018-04-18net: netcp: ethss: add support for handling rgmii link interfaceMurali Karicheri
2018-04-18net: netcp: ethss: make sgmii configuration conditionalMurali Karicheri
2018-04-18net: netcp: ethss: use macro for checking ss_version consistentlyMurali Karicheri
2018-04-18soc: ti: K2G: provide APIs to support driver probe deferralMurali Karicheri
2018-04-18soc: ti: K2G: enhancement to support QMSS in K2G NAVSSMurali Karicheri
2018-04-17Merge branch 'ipv6-Separate-data-structures-for-FIB-and-data-path'David S. Miller
2018-04-17net/ipv6: Remove unused code and variables for rt6_infoDavid Ahern
2018-04-17net/ipv6: Flip FIB entries to fib6_infoDavid Ahern
2018-04-17net/ipv6: separate handling of FIB entries from dst based routesDavid Ahern
2018-04-17net/ipv6: introduce fib6_info struct and helpersDavid Ahern
2018-04-17net/ipv6: Cleanup exception and cache route handlingDavid Ahern
2018-04-17net/ipv6: Add gfp_flags to route add functionsDavid Ahern
2018-04-17net/ipv6: Create a neigh_lookup for FIB entriesDavid Ahern
2018-04-17net/ipv6: Move dst flags to booleans in fib entriesDavid Ahern
2018-04-17net/ipv6: Add rt6_info create function for ip6_pol_route_lookupDavid Ahern
2018-04-17net/ipv6: Add fib6_null_entryDavid Ahern
2018-04-17net/ipv6: move expires into rt6_infoDavid Ahern
2018-04-17net/ipv6: move metrics from dst to rt6_infoDavid Ahern
2018-04-17net/ipv6: Defer initialization of dst to data pathDavid Ahern
2018-04-17net/ipv6: Move nexthop data to fib6_nhDavid Ahern
2018-04-17net/ipv6: Save route type in rt6_infoDavid Ahern
2018-04-17net/ipv6: Move support functions up in route.cDavid Ahern
2018-04-17net/ipv6: Pass net namespace to route functionsDavid Ahern
2018-04-17net/ipv6: Pass net to fib6_update_sernumDavid Ahern
2018-04-17vrf: Move fib6_table into net_vrfDavid Ahern
2018-04-17net: Handle null dst in rtnl_put_cacheinfoDavid Ahern
2018-04-17net: Move fib_convert_metrics to metrics fileDavid Ahern
2018-04-17ipv6: send netlink notifications for manually configured addressesLorenzo Bianconi
2018-04-17cxgb4vf: display pause settingsGanesh Goudar
2018-04-17vxlan: add ttl inherit supportHangbin Liu
2018-04-17net/ncsi: Refactor MAC, VLAN filtersSamuel Mendoza-Jonas
2018-04-17KEYS: DNS: limit the length of option stringsEric Biggers
2018-04-17selftest: tc_flower: add testcase for 'ip_flags'Davide Caratti
2018-04-17ipv6: Count interface receive statistics on the ingress netdevStephen Suryaputra
2018-04-17net/ipv6: Make __inet6_bind staticDavid Ahern
2018-04-17Merge branch 'XDP-redirect-memory-return-API'David S. Miller
2018-04-17xdp: avoid leaking info stored in frame data on page reuseJesper Dangaard Brouer
2018-04-17xdp: transition into using xdp_frame for ndo_xdp_xmitJesper Dangaard Brouer
2018-04-17xdp: transition into using xdp_frame for return APIJesper Dangaard Brouer
2018-04-17mlx5: use page_pool for xdp_return_frame callJesper Dangaard Brouer
2018-04-17xdp: allow page_pool as an allocator type in xdp_return_frameJesper Dangaard Brouer
2018-04-17page_pool: refurbish version of page_pool codeJesper Dangaard Brouer
2018-04-17xdp: rhashtable with allocator ID to pointer mappingJesper Dangaard Brouer
2018-04-17mlx5: register a memory model when XDP is enabledJesper Dangaard Brouer
2018-04-17i40e: convert to use generic xdp_frame and xdp_return_frame APIJesper Dangaard Brouer