aboutsummaryrefslogtreecommitdiffstats
path: root/init (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-17xdp: avoid leaking info stored in frame data on page reuseJesper Dangaard Brouer1-0/+8
2018-04-17xdp: transition into using xdp_frame for ndo_xdp_xmitJesper Dangaard Brouer7-46/+74
2018-04-17xdp: transition into using xdp_frame for return APIJesper Dangaard Brouer9-20/+25
2018-04-17mlx5: use page_pool for xdp_return_frame callJesper Dangaard Brouer3-12/+48
2018-04-17xdp: allow page_pool as an allocator type in xdp_return_frameJesper Dangaard Brouer3-12/+65
2018-04-17page_pool: refurbish version of page_pool codeJesper Dangaard Brouer5-0/+451
2018-04-17xdp: rhashtable with allocator ID to pointer mappingJesper Dangaard Brouer5-18/+241
2018-04-17mlx5: register a memory model when XDP is enabledJesper Dangaard Brouer1-0/+8
2018-04-17i40e: convert to use generic xdp_frame and xdp_return_frame APIJesper Dangaard Brouer2-5/+16
2018-04-17bpf: cpumap convert to use generic xdp_frameJesper Dangaard Brouer2-72/+29
2018-04-17virtio_net: convert to use generic xdp_frame and xdp_return_frame APIJesper Dangaard Brouer1-25/+29
2018-04-17tun: convert to use generic xdp_frame and xdp_return_frame APIJesper Dangaard Brouer3-28/+26
2018-04-17xdp: introduce a new xdp_frame typeJesper Dangaard Brouer1-0/+40
2018-04-17xdp: move struct xdp_buff from filter.h to xdp.hJesper Dangaard Brouer2-23/+23
2018-04-17ixgbe: use xdp_return_frame APIJesper Dangaard Brouer2-2/+5
2018-04-17xdp: introduce xdp_return_frame API and use in cpumapJesper Dangaard Brouer3-24/+81
2018-04-17mlx5: basic XDP_REDIRECT forward supportJesper Dangaard Brouer2-3/+25
2018-04-17liquidio: Enhanced ethtool statsIntiyaz Basha4-49/+86
2018-04-16net: Remove unused tcp_set_state tracepointAndrey Ignatov1-47/+0
2018-04-16r8169: replace magic numbers with PCI MRRS constantHeiner Kallweit1-20/+19
2018-04-16PCI: Add two more values for PCIe Max_Read_Request_SizeHeiner Kallweit1-0/+2
2018-04-16net: stmmac: Switch stmmac_mode_ops to generic HW Interface HelpersJose Abreu5-58/+68
2018-04-16net: stmmac: Switch stmmac_hwtimestamp to generic HW Interface HelpersJose Abreu5-50/+56
2018-04-16net: stmmac: Switch stmmac_ops to generic HW Interface HelpersJose Abreu6-188/+235
2018-04-16net: stmmac: Switch stmmac_dma_ops to generic HW Interface HelpersJose Abreu4-145/+172
2018-04-16net: stmmac: Switch stmmac_desc_ops to generic HW Interface HelpersJose Abreu8-136/+195
2018-04-16selftests: net: add tcp_mmap programEric Dumazet2-0/+439
2018-04-16tcp: implement mmap() for zero copy receiveEric Dumazet4-2/+117
2018-04-16tcp: avoid extra wakeups for SO_RCVLOWAT usersEric Dumazet3-2/+18
2018-04-16tcp: fix delayed acks behavior for SO_RCVLOWATEric Dumazet1-2/+5
2018-04-16tcp: fix SO_RCVLOWAT and RCVBUF autotuningEric Dumazet6-1/+29