summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2018-04-17bpf: cpumap convert to use generic xdp_frameJesper Dangaard Brouer
2018-04-17virtio_net: convert to use generic xdp_frame and xdp_return_frame APIJesper Dangaard Brouer
2018-04-17tun: convert to use generic xdp_frame and xdp_return_frame APIJesper Dangaard Brouer
2018-04-17xdp: introduce a new xdp_frame typeJesper Dangaard Brouer
2018-04-17xdp: move struct xdp_buff from filter.h to xdp.hJesper Dangaard Brouer
2018-04-17ixgbe: use xdp_return_frame APIJesper Dangaard Brouer
2018-04-17xdp: introduce xdp_return_frame API and use in cpumapJesper Dangaard Brouer
2018-04-17mlx5: basic XDP_REDIRECT forward supportJesper Dangaard Brouer
2018-04-17liquidio: Enhanced ethtool statsIntiyaz Basha
2018-04-16net: Remove unused tcp_set_state tracepointAndrey Ignatov
2018-04-16Merge branch 'pci-mrrs-consts'David S. Miller
2018-04-16r8169: replace magic numbers with PCI MRRS constantHeiner Kallweit
2018-04-16PCI: Add two more values for PCIe Max_Read_Request_SizeHeiner Kallweit
2018-04-16Merge branch 'net-stmmac-Stop-using-hard-coded-callbacks'David S. Miller
2018-04-16net: stmmac: Switch stmmac_mode_ops to generic HW Interface HelpersJose Abreu
2018-04-16net: stmmac: Switch stmmac_hwtimestamp to generic HW Interface HelpersJose Abreu
2018-04-16net: stmmac: Switch stmmac_ops to generic HW Interface HelpersJose Abreu
2018-04-16net: stmmac: Switch stmmac_dma_ops to generic HW Interface HelpersJose Abreu
2018-04-16net: stmmac: Switch stmmac_desc_ops to generic HW Interface HelpersJose Abreu
2018-04-16Merge branch 'tcp-zero-copy-receive'David S. Miller
2018-04-16selftests: net: add tcp_mmap programEric Dumazet