summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2018-06-05tun: remove ndo_xdp_flush call tun_xdp_flushJesper Dangaard Brouer
2018-06-05virtio_net: remove ndo_xdp_flush call virtnet_xdp_flushJesper Dangaard Brouer
2018-06-05ixgbe: remove ndo_xdp_flush call ixgbe_xdp_flushJesper Dangaard Brouer
2018-06-05i40e: remove ndo_xdp_flush call i40e_xdp_flushJesper Dangaard Brouer
2018-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-06-04Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller
2018-06-04net: hns: Fix the process of adding broadcast addresses to tcamXi Wang
2018-06-04team: use netdev_features_t instead of u32Dan Carpenter
2018-06-04net_failover: Use netdev_features_t instead of u32Dan Carpenter
2018-06-04qed: use dma_zalloc_coherent instead of allocator/memsetYueHaibing
2018-06-04wan/fsl_ucc_hdlc: use dma_zalloc_coherent instead of allocator/memsetYueHaibing
2018-06-04qed: Add srq core support for RoCE and iWARPYuval Bason
2018-06-04net: ethernet: bnx2: Replace NULL comparisonVarsha Rao
2018-06-04net: ethernet: bnx2: Remove extra parenthesesVarsha Rao
2018-06-04net: gemini: fix spelling mistake: "it" -> "is"YueHaibing
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-06-04net: chelsio: Use zeroing memory allocator instead of allocator/memsetYueHaibing
2018-06-04Allow ethtool to change tun link settingsChas Williams
2018-06-04sh_eth: use DIV_ROUND_UP() in sh_eth_soft_swap()Sergei Shtylyov
2018-06-04sh_eth: uninline sh_eth_soft_swap()Sergei Shtylyov
2018-06-04sh_eth: make sh_eth_soft_swap() work on ARMSergei Shtylyov
2018-06-04Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2018-06-04ixgbe: fix broken ipsec Rx with proper cast on spiShannon Nelson
2018-06-04ixgbe: check ipsec ip addr against mgmt filtersShannon Nelson
2018-06-04mlxsw: spectrum_span: Suppress VLAN on BRIDGE_VLAN_INFO_UNTAGGEDPetr Machata
2018-06-04mlxsw: spectrum_switchdev: Postpone respin on object deletionPetr Machata
2018-06-04ixgbe: fix possible race in reset subtaskTony Nguyen
2018-06-04bpf, i40e: add meta data supportDaniel Borkmann
2018-06-04ixgbe: introduce a helper to simplify codeYueHaibing
2018-06-04ixgbevf: fix possible race in the reset subtaskEmil Tantilov
2018-06-04ixgbevf: Fix coexistence of malicious driver detection with XDPAlexander Duyck
2018-06-04igb: Wait 10ms just once after TX queues resetSergey Nemov
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-06-04igb: Clear TSICR interrupts together with ICRJoanna Yurdal
2018-06-04e1000e: Ignore TSYNCRXCTL when getting I219 clock attributesBenjamin Poirier
2018-06-04net: mvpp2: mvpp2_percpu_read_relaxed() can be statickbuild test robot
2018-06-04net: aquantia: make function aq_fw2x_get_mac_permanent staticColin Ian King
2018-06-04Merge tag 'verbs_flow_counters' of git://git.kernel.org/pub/scm/linux/kernel/...Jason Gunthorpe
2018-06-04net: ethernet: mlx4: Remove unnecessary parenthesesVarsha Rao
2018-06-04net: stmmac: Add Flexible PPS supportJose Abreu
2018-06-04qed: Fix use of incorrect shmem address.Sudarsana Reddy Kalluru
2018-06-04qed: Fix shared memory inconsistency between driver and the MFW.Sudarsana Reddy Kalluru
2018-06-04net: virtio: simplify the virtnet_find_vqsTonghao Zhang
2018-06-03virtio_net: implement flush flag for ndo_xdp_xmitJesper Dangaard Brouer
2018-06-03tun: implement flush flag for ndo_xdp_xmitJesper Dangaard Brouer
2018-06-03ixgbe: implement flush flag for ndo_xdp_xmitJesper Dangaard Brouer
2018-06-03i40e: implement flush flag for ndo_xdp_xmitJesper Dangaard Brouer
2018-06-03xdp: add flags argument to ndo_xdp_xmit APIJesper Dangaard Brouer
2018-06-03Merge tag 'wireless-drivers-next-for-davem-2018-05-31' of git://git.kernel.or...David S. Miller
2018-06-03mlx4_core: restore optimal ICM memory allocationEric Dumazet