aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-07cxgb3: remove VLA usageGustavo A. R. Silva1-4/+4
2018-03-07net: mvpp2: Add support for unicast filteringMaxime Chevallier1-135/+161
2018-03-07net: mvpp2: Simplify MAC filtering function parametersMaxime Chevallier1-15/+15
2018-03-07net: cdc_eem: clean up bind error pathJohan Hovold1-4/+1
2018-03-07net: kalmia: clean up bind error pathJohan Hovold1-5/+1
2018-03-07Merge tag 'mlx5-updates-2018-02-28-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxDavid S. Miller13-182/+351
2018-03-07net/mlx4_en: try to use high order pages for RX ringsEric Dumazet1-8/+5
2018-03-07enic: fix boolreturn.cocci warningsFengguang Wu1-1/+1
2018-03-07net: dsa: mv88e6xxx: fix boolreturn.cocci warningsFengguang Wu1-3/+3
2018-03-07net: phy: mdio-mux: slience probe defer errorJerome Brunet1-2/+3
2018-03-07net: unpollute priv_flags spacePaolo Abeni2-4/+12
2018-03-07net: phy: use phy_disable_interrupts in phy_stopHeiner Kallweit1-7/+2
2018-03-07net: phy: remove phy_error from phy_disable_interruptsHeiner Kallweit1-11/+2
2018-03-07net: mvpp2: mvpp2_check_hw_buf_num() can be statickbuild test robot1-1/+1
2018-03-07Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller2-6/+30
2018-03-07lan743x: Add main source files for new lan743x driverBryan Whitehead4-0/+3391
2018-03-07ravb: remove erroneous commentNiklas Söderlund1-1/+0
2018-03-06net/mlx5: Flow steering cmd interface should get the fte when deletingAviad Yehezkel3-5/+5
2018-03-06{net,IB}/mlx5: Add flow steering helpersBoris Pismenny1-4/+3
2018-03-06net/mlx5: Embed mlx5_flow_act into fs_fteMatan Barak4-25/+21
2018-03-06net/mlx5: Add empty egress namespace to flow steering coreAviad Yehezkel4-0/+34
2018-03-06net/mlx5: Add shim layer between fs and cmdMatan Barak4-100/+248
2018-03-06{net,IB}/mlx5: Add has_tag to mlx5_flow_actMatan Barak3-2/+4
2018-03-06IB/mlx5: Pass mlx5_flow_act struct instead of multiple argumentsBoris Pismenny1-12/+8
2018-03-06net/mlx5: FPGA and IPSec initialization to be before flow steeringMatan Barak1-19/+20
2018-03-06net/mlx5e: Removed not need synchronize_rcuAviad Yehezkel1-2/+2
2018-03-06net/mlx5e: Fixed sleeping inside atomic contextAviad Yehezkel1-9/+4
2018-03-06net/mlx5e: Wait for FPGA command responses with a timeoutAviad Yehezkel1-3/+6
2018-03-06net/mlx5: Fixed compilation issue when CONFIG_MLX5_ACCEL is disabledAviad Yehezkel1-2/+2
2018-03-06IB/mlx5: Removed not used parametersAviad Yehezkel2-5/+0
2018-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller141-658/+1178
2018-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds25-236/+398
2018-03-05net: mvpp2: jumbo frames supportStefan Chulski1-23/+75
2018-03-05net: mvpp2: enable UDP/TCP checksum over IPv6Antoine Tenart1-1/+2
2018-03-05net: mvpp2: use a data size of 10kB for Tx FIFO on port 0Yan Markman1-5/+22
2018-03-05net: mvpp2: update the BM buffer free/destroy logicStefan Chulski1-7/+38
2018-03-05net: mvpp2: use the same buffer pool for all portsStefan Chulski1-39/+37
2018-03-05igb: Fix a test with HWTSTAMP_TX_ONChristophe JAILLET1-1/+1
2018-03-05igb: Do not call netif_device_detach() when PCIe link goes missingMika Westerberg1-2/+1
2018-03-05igb: add VF trust infrastructureCorinna Vinschen2-3/+28
2018-03-05liquidio: Corrected Rx bytes countingIntiyaz Basha1-1/+2
2018-03-04hv_netvsc: propagate rx filters to VFStephen Hemminger1-4/+36
2018-03-04hv_netvsc: filter multicast/broadcastStephen Hemminger1-8/+12
2018-03-04hv_netvsc: defer queue selection to VFStephen Hemminger1-2/+13
2018-03-04hv_netvsc: use napi_schedule_irqoffStephen Hemminger1-1/+1
2018-03-04hv_netvsc: fix race in napi poll when reschedulingStephen Hemminger1-2/+3
2018-03-04hv_netvsc: cancel subchannel setup before halting deviceStephen Hemminger1-0/+3
2018-03-04hv_netvsc: fix error unwind handling if vmbus_open failsStephen Hemminger1-1/+1
2018-03-04hv_netvsc: only wake transmit queue if link is upStephen Hemminger1-4/+3
2018-03-04hv_netvsc: avoid retry on send during shutdownStephen Hemminger1-17/+7