summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-04-17net: dsa: constify probed nameVivien Didelot8-32/+33
2016-04-16nfp: add async reconfiguration mechanismJakub Kicinski2-27/+157
2016-04-16nfp: remove buggy RX buffer length validationJakub Kicinski1-12/+14
2016-04-16nfp: remove unused suspicious mask definesJakub Kicinski1-4/+0
2016-04-16nfp: correct names of constants in commentsJakub Kicinski1-3/+3
2016-04-16nfp: remove unnecessary staticJakub Kicinski1-1/+1
2016-04-16nfp: check the right pointer for errorsJakub Kicinski1-1/+1
2016-04-16staging: rtl8188eu: Convert to using IFF_NO_QUEUEPhil Sutter1-1/+1
2016-04-16fjes: Update fjes driver version : 1.1Taku Izumi1-1/+1
2016-04-16fjes: Introduce spinlock for rx_statusTaku Izumi3-9/+72
2016-04-16fjes: Enhance changing MTU related workTaku Izumi3-11/+58
2016-04-16fjes: fix bitwise check bug in fjes_raise_intr_rxdata_taskTaku Izumi1-1/+2
2016-04-16fjes: fix incorrect statistics information in fjes_xmit_frame()Taku Izumi1-7/+7
2016-04-16fjes: optimize timeout valueTaku Izumi1-3/+3
2016-04-16stmmac: socfpga: remove extra call to socfpga_dwmac_setupDinh Nguyen1-6/+0
2016-04-16dsa: mv88e6xxx: Kill the REG_READ and REG_WRITE macrosAndrew Lunn6-123/+224
2016-04-16ip_tunnel_core: iptunnel_handle_offloads returns int and doesn't free skbAlexander Duyck2-23/+15
2016-04-16net: w5100: support W5200Akinobu Mita4-48/+289
2016-04-16net: w5100: support SPI interface modeAkinobu Mita3-0/+151
2016-04-16net: w5100: enable to support sleepable register access interfaceAkinobu Mita2-38/+153
2016-04-16net: w5100: add ability to support other bus interfaceAkinobu Mita2-201/+431
2016-04-16net: w5100: move mmiowb into register access callbacksAkinobu Mita1-29/+15
2016-04-16vxlan: reduce usage of synchronize_net in ndo_stopHannes Frederic Sowa1-8/+20
2016-04-16vxlan: synchronously and race-free destruction of vxlan socketsHannes Frederic Sowa1-17/+3
2016-04-15phy: make some bits preserved while setup forced modewangweidong1-1/+2
2016-04-15qede: Add fastpath support for tunnelingManish Chopra2-10/+92
2016-04-15qed: Enable GRE tunnel slowpath configurationManish Chopra1-0/+4
2016-04-15qed/qede: Add GENEVE tunnel slowpath configuration supportManish Chopra4-1/+69
2016-04-15qed/qede: Add VXLAN tunnel slowpath configuration supportManish Chopra5-4/+86
2016-04-15qed: Add infrastructure support for tunnelingManish Chopra10-4/+553
2016-04-15qlge: Replace create_singlethread_workqueue with alloc_ordered_workqueueAmitoj Kaur Chawla1-1/+1
2016-04-15mlxsw: spectrum_buffers: Use MLXSW_SP_PB_UNUSED define for unused pbJiri Pirko1-1/+2
2016-04-15mlxsw: spectrum_buffers: Use designated initializers for mlxsw_sp_pbsJiri Pirko1-10/+2
2016-04-14tun: use per cpu variables for stats accountingPaolo Abeni1-12/+83
2016-04-14mlxsw: spectrum_buffers: Implement occupancy monitoringJiri Pirko3-16/+293
2016-04-14mlxsw: core: Introduce support for asynchronous EMAD register accessJiri Pirko2-173/+334
2016-04-14mlxsw: core: Add mlxsw specific workqueue and use it for FDB notif. processingJiri Pirko3-4/+28
2016-04-14mlxsw: reg: Extend SBPM register for occupancy controlJiri Pirko2-2/+32
2016-04-14mlxsw: reg: Add Shared Buffer Status register definitionJiri Pirko1-0/+100
2016-04-14mlxsw: core: Add devlink shared buffer occupancy callbacksJiri Pirko2-8/+77
2016-04-14mlxsw: spectrum_buffers: Implement shared buffer configurationJiri Pirko3-1/+216
2016-04-14mlxsw: core: Add mlxsw_core_port_driver_priv helperJiri Pirko1-0/+9
2016-04-14mlxsw: spectrum_buffers: Get max_buff defaults into limits exposed to userJiri Pirko2-14/+18
2016-04-14mlxsw: spectrum_buffers: Change initialization of PG 9Jiri Pirko1-3/+5
2016-04-14mlxsw: spectrum_buffers: Remove eg pool 3 default init and CPU port TC bindin...Jiri Pirko1-3/+2
2016-04-14mlxsw: spectrum_buffers: Cache shared buffer configurationJiri Pirko2-19/+82
2016-04-14mlxsw: spectrum_buffers: Rename "pool" to "pr" in initializationJiri Pirko1-35/+35
2016-04-14mlxsw: spectrum_buffers: Push out indexes and direction out of SB structsJiri Pirko1-204/+221
2016-04-14mlxsw: spectrum_buffers: Push out shared buffer register writesJiri Pirko1-14/+40
2016-04-14mlxsw: core: Add devlink shared buffer callbacksJiri Pirko2-2/+123