summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-04-18r8169: remove rtl8169_map_to_asicHeiner Kallweit
2018-04-18r8169: replace rx_buf_sz with a constantHeiner Kallweit
2018-04-18r8169: remove unneeded check in rtl8169_rx_fillHeiner Kallweit
2018-04-18r8169: improve rtl8169_init_ringHeiner Kallweit
2018-04-18r8169: simplify rtl8169_alloc_rx_dataHeiner Kallweit
2018-04-18r8169: switch to napi_schedule_irqoffHeiner Kallweit
2018-04-18r8169: use constant NAPI_POLL_WAITHeiner Kallweit
2018-04-18r8169: use skb_copy_to_linear_data in rtl8169_try_rx_copyHeiner Kallweit
2018-04-18r8169: remove member align from struct rtl_cfg_infoHeiner Kallweit
2018-04-18r8169: remove unused member features from structHeiner Kallweit
2018-04-18Merge branch 'netcp-K2G-SoC-support'David S. Miller
2018-04-18net: netcp: ethss: k2g: add promiscuous mode supportWingMan Kwok
2018-04-18net: netcp: add api to support set rx mode in netcp modulesWingMan Kwok
2018-04-18net: netcp: support probe deferralMurali Karicheri
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