summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* net/ipv6: Move nexthop data to fib6_nhDavid Ahern2018-04-181-16/+16
* vrf: Move fib6_table into net_vrfDavid Ahern2018-04-181-19/+6
* cxgb4vf: display pause settingsGanesh Goudar2018-04-171-0/+16
* vxlan: add ttl inherit supportHangbin Liu2018-04-171-3/+14
* xdp: transition into using xdp_frame for ndo_xdp_xmitJesper Dangaard Brouer2018-04-175-42/+57
* xdp: transition into using xdp_frame for return APIJesper Dangaard Brouer2018-04-176-15/+18
* mlx5: use page_pool for xdp_return_frame callJesper Dangaard Brouer2018-04-173-12/+48
* page_pool: refurbish version of page_pool codeJesper Dangaard Brouer2018-04-171-0/+1
* xdp: rhashtable with allocator ID to pointer mappingJesper Dangaard Brouer2018-04-173-1/+21
* 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
* 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-172-26/+24
* ixgbe: use xdp_return_frame APIJesper Dangaard Brouer2018-04-172-2/+5
* mlx5: basic XDP_REDIRECT forward supportJesper Dangaard Brouer2018-04-172-3/+25
* liquidio: Enhanced ethtool statsIntiyaz Basha2018-04-174-49/+86
* r8169: replace magic numbers with PCI MRRS constantHeiner Kallweit2018-04-171-20/+19
* 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
* 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-1212-56/+205
|\
| * tun: send netlink notification when the device is modifiedSabrina Dubroca2018-04-111-2/+22
| * tun: set the flags before registering the netdeviceSabrina Dubroca2018-04-111-3/+6
| * lan78xx: Don't reset the interface on openPhil Elwell2018-04-111-4/+0
| * bnxt_en: Fix NULL pointer dereference at bnxt_free_irq().Michael Chan2018-04-111-1/+1
| * bnxt_en: Need to include RDMA rings in bnxt_check_rings().Michael Chan2018-04-111-0/+2
| * bnxt_en: Support max-mtu with VF-repsSriharsha Basavapatna2018-04-111-0/+30
| * bnxt_en: Ignore src port field in decap filter nodesSriharsha Basavapatna2018-04-111-1/+3
| * bnxt_en: do not allow wildcard matches for L2 flowsAndy Gospodarek2018-04-111-0/+59
| * bnxt_en: Fix ethtool -x crash when device is down.Michael Chan2018-04-111-3/+8
| * vhost: return bool from *_access_ok() functionsStefan Hajnoczi2018-04-112-35/+35
| * vhost: fix vhost_vq_access_ok() log checkStefan Hajnoczi2018-04-111-3/+5
| * vhost: Fix vhost_copy_to_user()Eric Auger2018-04-111-1/+1
| * net: aquantia: oops when shutdown on already stopped deviceIgor Russkikh2018-04-111-3/+5
| * net: aquantia: Regression on reset with 1.x firmwareIgor Russkikh2018-04-111-0/+16
| * cdc_ether: flag the Cinterion AHS8 modem by gemalto as WWANBassem Boubaker2018-04-111-0/+6
| * slip: Check if rstate is initialized before uncompressingTejaswi Tanikella2018-04-111-0/+5
| * lan78xx: Avoid spurious kevent 4 "error"Phil Elwell2018-04-111-1/+1
| * lan78xx: Correctly indicate invalid OTPPhil Elwell2018-04-111-1/+2
* | Merge tag 'for-linus-4.17-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-04-124-14/+47
|\ \
| * | xen/acpi: off by one in read_acpi_id()Dan Carpenter2018-03-301-3/+3
| * | xen/acpi: upload _PSD info for non Dom0 CPUs tooJoao Martins2018-03-212-6/+29
| * | xen: xenbus_dev_frontend: Verify body of XS_TRANSACTION_ENDSimon Gaiser2018-03-211-3/+11
| * | xen: xenbus: Catch closing of non existent transactionsSimon Gaiser2018-03-211-1/+3
| * | xen: xenbus_dev_frontend: Fix XS_TRANSACTION_END handlingSimon Gaiser2018-03-211-1/+1