summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: hns3: Optimize PF CMDQ interrupt switching processXi Wang2018-06-061-0/+13
* net: hns3: Fix for VF mailbox receiving unknown messageXi Wang2018-06-061-3/+20
* net: hns3: Fix for VF mailbox cannot receiving PF responseXi Wang2018-06-061-0/+3
* bnx2x: use the right constantJulia Lawall2018-06-061-1/+1
* net: dsa: b53: Fix for brcm tag issue in Cygnus SoCArun Parameswaran2018-06-063-3/+18
* enic: fix UDP rss bitsGovindarajulu Varadarajan2018-06-067-21/+67
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-06-0512-93/+443
|\
| * tun: remove ndo_xdp_flush call tun_xdp_flushJesper Dangaard Brouer2018-06-051-22/+1
| * virtio_net: remove ndo_xdp_flush call virtnet_xdp_flushJesper Dangaard Brouer2018-06-051-13/+0
| * ixgbe: remove ndo_xdp_flush call ixgbe_xdp_flushJesper Dangaard Brouer2018-06-051-21/+0
| * i40e: remove ndo_xdp_flush call i40e_xdp_flushJesper Dangaard Brouer2018-06-053-21/+0
| * virtio_net: implement flush flag for ndo_xdp_xmitJesper Dangaard Brouer2018-06-031-1/+5
| * tun: implement flush flag for ndo_xdp_xmitJesper Dangaard Brouer2018-06-031-6/+13
| * ixgbe: implement flush flag for ndo_xdp_xmitJesper Dangaard Brouer2018-06-031-6/+14
| * i40e: implement flush flag for ndo_xdp_xmitJesper Dangaard Brouer2018-06-031-2/+8
| * xdp: add flags argument to ndo_xdp_xmit APIJesper Dangaard Brouer2018-06-035-6/+21
| * media: rc: introduce BPF_PROG_LIRC_MODE2Sean Young2018-05-306-2/+388
* | mlxsw: Add extack messages for port_{un, }split failuresDavid Ahern2018-06-053-9/+25
* | netdevsim: Add extack error message for devlink reloadDavid Ahern2018-06-053-6/+10
* | devlink: Add extack to reload and port_{un, }split operationsDavid Ahern2018-06-053-6/+11
* | net: hns3: remove unused hclgevf_cfg_func_mta_filterArnd Bergmann2018-06-051-11/+0
* | qed*: Utilize FW 8.37.2.0Michal Kalderon2018-06-0515-527/+719
* | net/mlx5e: fix error return code in mlx5e_alloc_rq()Wei Yongjun2018-06-051-1/+3
* | net/mlx5e: Make function mlx5e_change_rep_mtu() staticWei Yongjun2018-06-051-1/+1
* | net: qualcomm: rmnet: Fix use after free while sending command ackSubash Abhinov Kasiviswanathan2018-06-051-4/+4
* | net: ipv6: Generate random IID for addresses on RAWIP devicesSubash Abhinov Kasiviswanathan2018-06-051-0/+4
* | net: phy: broadcom: Enable 125 MHz clock on LED4 pin for BCM54612E by default.Kun Yi2018-06-051-2/+14
* | net: phy: remove PM ops from MDIO busHeiner Kallweit2018-06-051-48/+0
* | net: phy: add struct device_type representation of a PHYHeiner Kallweit2018-06-051-46/+50
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-06-051-6/+12
|\ \
| * | mlx4_core: restore optimal ICM memory allocationEric Dumazet2018-06-031-6/+12
* | | Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2018-06-048-70/+195
|\ \ \
| * | | ixgbe: fix broken ipsec Rx with proper cast on spiShannon Nelson2018-06-041-1/+1
| * | | ixgbe: check ipsec ip addr against mgmt filtersShannon Nelson2018-06-041-0/+88
| * | | ixgbe: fix possible race in reset subtaskTony Nguyen2018-06-041-2/+4
| * | | bpf, i40e: add meta data supportDaniel Borkmann2018-06-041-8/+31
| * | | ixgbe: introduce a helper to simplify codeYueHaibing2018-06-041-36/+21
| * | | ixgbevf: fix possible race in the reset subtaskEmil Tantilov2018-06-041-2/+4
| * | | ixgbevf: Fix coexistence of malicious driver detection with XDPAlexander Duyck2018-06-042-7/+30
| * | | igb: Wait 10ms just once after TX queues resetSergey Nemov2018-06-041-5/+8
| * | | igb: Clear TSICR interrupts together with ICRJoanna Yurdal2018-06-041-0/+2
| * | | e1000e: Ignore TSYNCRXCTL when getting I219 clock attributesBenjamin Poirier2018-06-041-9/+6
* | | | net: hns: Fix the process of adding broadcast addresses to tcamXi Wang2018-06-041-5/+18
* | | | team: use netdev_features_t instead of u32Dan Carpenter2018-06-041-1/+2
* | | | net_failover: Use netdev_features_t instead of u32Dan Carpenter2018-06-041-1/+2
* | | | qed: use dma_zalloc_coherent instead of allocator/memsetYueHaibing2018-06-041-4/+3
* | | | wan/fsl_ucc_hdlc: use dma_zalloc_coherent instead of allocator/memsetYueHaibing2018-06-041-7/+4
* | | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2018-06-0412-107/+83
|\ \ \ \
| * | | | Bluetooth: btusb: Add additional device ID for RTL8822BEArtiom Vaskov2018-05-301-0/+1
| * | | | Bluetooth: hci_serdev: Fix HCI_UART_INIT_PENDING not workingHans de Goede2018-05-303-1/+3