summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * net: Move fib_convert_metrics to metrics fileDavid Ahern2018-04-184-42/+60
|/
* ipv6: send netlink notifications for manually configured addressesLorenzo Bianconi2018-04-171-8/+5
* cxgb4vf: display pause settingsGanesh Goudar2018-04-171-0/+16
* vxlan: add ttl inherit supportHangbin Liu2018-04-174-3/+27
* net/ncsi: Refactor MAC, VLAN filtersSamuel Mendoza-Jonas2018-04-174-311/+147
* KEYS: DNS: limit the length of option stringsEric Biggers2018-04-171-7/+5
* selftest: tc_flower: add testcase for 'ip_flags'Davide Caratti2018-04-171-0/+70
* ipv6: Count interface receive statistics on the ingress netdevStephen Suryaputra2018-04-177-52/+51
* net/ipv6: Make __inet6_bind staticDavid Ahern2018-04-172-29/+26
* Merge branch 'XDP-redirect-memory-return-API'David S. Miller2018-04-1722-198/+1102
|\
| * xdp: avoid leaking info stored in frame data on page reuseJesper Dangaard Brouer2018-04-171-0/+8
| * xdp: transition into using xdp_frame for ndo_xdp_xmitJesper Dangaard Brouer2018-04-177-46/+74
| * xdp: transition into using xdp_frame for return APIJesper Dangaard Brouer2018-04-179-20/+25
| * mlx5: use page_pool for xdp_return_frame callJesper Dangaard Brouer2018-04-173-12/+48
| * xdp: allow page_pool as an allocator type in xdp_return_frameJesper Dangaard Brouer2018-04-173-12/+65
| * page_pool: refurbish version of page_pool codeJesper Dangaard Brouer2018-04-175-0/+451
| * xdp: rhashtable with allocator ID to pointer mappingJesper Dangaard Brouer2018-04-175-18/+241
| * mlx5: register a memory model when XDP is enabledJesper Dangaard Brouer2018-04-171-0/+8
| * i40e: convert to use generic xdp_frame and xdp_return_frame APIJesper Dangaard Brouer2018-04-172-5/+16
| * bpf: cpumap convert to use generic xdp_frameJesper Dangaard Brouer2018-04-172-72/+29
| * virtio_net: convert to use generic xdp_frame and xdp_return_frame APIJesper Dangaard Brouer2018-04-171-25/+29
| * tun: convert to use generic xdp_frame and xdp_return_frame APIJesper Dangaard Brouer2018-04-173-28/+26
| * xdp: introduce a new xdp_frame typeJesper Dangaard Brouer2018-04-171-0/+40
| * xdp: move struct xdp_buff from filter.h to xdp.hJesper Dangaard Brouer2018-04-172-23/+23
| * ixgbe: use xdp_return_frame APIJesper Dangaard Brouer2018-04-172-2/+5
| * xdp: introduce xdp_return_frame API and use in cpumapJesper Dangaard Brouer2018-04-173-24/+81
| * mlx5: basic XDP_REDIRECT forward supportJesper Dangaard Brouer2018-04-172-3/+25
|/
* liquidio: Enhanced ethtool statsIntiyaz Basha2018-04-174-49/+86
* net: Remove unused tcp_set_state tracepointAndrey Ignatov2018-04-171-47/+0
* Merge branch 'pci-mrrs-consts'David S. Miller2018-04-172-20/+21
|\
| * r8169: replace magic numbers with PCI MRRS constantHeiner Kallweit2018-04-171-20/+19
| * PCI: Add two more values for PCIe Max_Read_Request_SizeHeiner Kallweit2018-04-171-0/+2
|/
* Merge branch 'net-stmmac-Stop-using-hard-coded-callbacks'David S. Miller2018-04-1713-577/+726
|\
| * net: stmmac: Switch stmmac_mode_ops to generic HW Interface HelpersJose Abreu2018-04-175-58/+68
| * net: stmmac: Switch stmmac_hwtimestamp to generic HW Interface HelpersJose Abreu2018-04-175-50/+56
| * net: stmmac: Switch stmmac_ops to generic HW Interface HelpersJose Abreu2018-04-176-188/+235
| * net: stmmac: Switch stmmac_dma_ops to generic HW Interface HelpersJose Abreu2018-04-174-145/+172
| * net: stmmac: Switch stmmac_desc_ops to generic HW Interface HelpersJose Abreu2018-04-178-136/+195
|/
* Merge branch 'tcp-zero-copy-receive'David S. Miller2018-04-179-7/+608
|\
| * selftests: net: add tcp_mmap programEric Dumazet2018-04-172-0/+439
| * tcp: implement mmap() for zero copy receiveEric Dumazet2018-04-174-2/+117
| * tcp: avoid extra wakeups for SO_RCVLOWAT usersEric Dumazet2018-04-173-2/+18
| * tcp: fix delayed acks behavior for SO_RCVLOWATEric Dumazet2018-04-171-2/+5
| * tcp: fix SO_RCVLOWAT and RCVBUF autotuningEric Dumazet2018-04-176-1/+29
|/
* tc-testing: add sample action testsRoman Mashak2018-04-171-0/+588
* ipv6: remove unnecessary check in addrconf_prefix_rcv_add_addr()Lorenzo Bianconi2018-04-171-2/+1
* net: socionext: reset hardware in ndo_stopMasahisa KOJIMA2018-04-161-8/+15
* net: netsec: enable tx-irq during open callbackJassi Brar2018-04-161-2/+2
* net: mediatek: use of_device_get_match_data()Ryder Lee2018-04-161-3/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-04-1219-198/+345
|\