aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-26ethernet: Use octal not symbolic permissionsJoe Perches40-195/+194
2018-03-26drivers/net: Use octal not symbolic permissionsJoe Perches27-127/+124
2018-03-26net: Drop NETDEV_UNREGISTER_FINALKirill Tkhai1-2/+2
2018-03-26infiniband: Replace usnic_ib_netdev_event_to_string() with netdev_cmd_to_name()Kirill Tkhai1-10/+5
2018-03-26net: Make NETDEV_XXX commands enum { }Kirill Tkhai1-14/+1
2018-03-26fsl/fman: remove unnecessary set_dma_ops() call and HAS_DMA dependencyMadalin Bucur2-2/+0
2018-03-26net: ethernet: ave: add UniPhier PXs3 supportKunihiko Hayashi1-0/+8
2018-03-25Merge tag 'wireless-drivers-next-for-davem-2018-03-24' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller97-727/+2009
2018-03-25ibmvnic: Potential NULL dereference in clean_one_tx_pool()Dan Carpenter1-1/+1
2018-03-25cxgb4: support new ISSI flash partsGanesh Goudar1-0/+19
2018-03-25cxgb4: depend on firmware event for link statusGanesh Goudar1-2/+0
2018-03-25cxgb4: copy vlan_id in ndo_get_vf_configArjun Vynipadath1-2/+6
2018-03-25cxgb4: Setup FW queues before registering netdevArjun Vynipadath1-3/+8
2018-03-25net: bcmgenet: Add support for adaptive RX coalescingFlorian Fainelli2-18/+103
2018-03-25net: systemport: Implement adaptive interrupt coalescingFlorian Fainelli2-15/+140
2018-03-25net: dsa: mv88e6xxx: Call the common IRQ free codeAndrew Lunn1-0/+2
2018-03-25net: dsa: mv88e6xxx: Use the DT IRQ trigger modeAndrew Lunn1-1/+1
2018-03-25hv_netvsc: Add range checking for rx packet offset and lengthHaiyang Zhang2-2/+16
2018-03-25hv_netvsc: Fix the return status in RX pathHaiyang Zhang3-5/+9
2018-03-25Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller7-121/+596
2018-03-25liquidio: Renamed txqs_start to start_txqsIntiyaz Basha3-3/+3
2018-03-25liquidio: Renamed txqs_stop to stop_txqsIntiyaz Basha3-4/+4
2018-03-25liquidio: Renamed txqs_wake to wake_txqsIntiyaz Basha3-5/+5
2018-03-25liquidio: Function call skb_iq for deriving queue from skbIntiyaz Basha2-4/+2
2018-03-25liquidio: Removed one line function wake_qIntiyaz Basha2-23/+3
2018-03-25liquidio: Removed one line function stop_qIntiyaz Basha2-22/+2
2018-03-25liquidio: Removed netif_is_multiqueue checkIntiyaz Basha4-152/+64
2018-03-25liquidio: Removed start_txq functionIntiyaz Basha3-36/+12
2018-03-25liquidio: Removed one line function stop_txqIntiyaz Basha1-10/+1
2018-03-25liquidio: Moved common function skb_iq to to octeon_network.hIntiyaz Basha3-20/+10
2018-03-25liquidio: Moved common function txqs_start to octeon_network.hIntiyaz Basha3-32/+17
2018-03-25liquidio: Moved common function txqs_wake to octeon_network.hIntiyaz Basha3-55/+27
2018-03-25liquidio: Moved common function txqs_stop to octeon_network.hIntiyaz Basha3-32/+16
2018-03-23mlxsw: spectrum_span: Prevent duplicate mirrorsIdo Schimmel1-4/+24
2018-03-23ixgbe: tweak page counting for XDP_REDIRECTBjörn Töpel1-3/+4
2018-03-23ixgbevf: Add XDP queue stats reportingTony Nguyen1-0/+24
2018-03-23ixgbevf: Add support for meta dataTony Nguyen1-4/+25
2018-03-23ixgbevf: Delay tail write for XDP packetsTony Nguyen1-12/+18
2018-03-23ixgbevf: Add support for XDP_TX actionTony Nguyen3-32/+294
2018-03-23ixgbevf: Add XDP support for pass and drop actionsTony Nguyen3-42/+178
2018-03-23ixgbe: enable TSO with IPsec offloadShannon Nelson2-11/+29
2018-03-23ixgbe: no need for esp trailer if GSOShannon Nelson1-16/+21
2018-03-23ixgbe: remove unneeded ipsec test in TX pathShannon Nelson1-4/+2
2018-03-23ixgbe: no need for ipsec csum feature checkShannon Nelson1-6/+0
2018-03-23ixgbe: fix read-modify-write in x550 phy setupPaul Greenwalt1-2/+2
2018-03-23ixgbe: add status reg reads to ixgbe_check_removePaul Greenwalt2-11/+21
2018-03-23net: phy: intel-xway: add VR9 v1.1 phy idsMathias Kresin1-0/+28
2018-03-23net: phy: intel-xway: add VR9 version numberMathias Kresin1-8/+8
2018-03-23net: hns3: hclge_inform_reset_assert_to_vf() can be statickbuild test robot1-1/+1
2018-03-23qed: Use true and false for boolean valuesGustavo A. R. Silva1-5/+5