summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2016-04-17vxlan: synchronously and race-free destruction of vxlan socketsHannes Frederic Sowa1-17/+3
2016-04-16phy: make some bits preserved while setup forced modewangweidong1-1/+2
2016-04-16cpsw: Prevent NUll pointer dereference with two PHYsAndrew Goodbody1-15/+16
2016-04-16qede: Add fastpath support for tunnelingManish Chopra2-10/+92
2016-04-16qed: Enable GRE tunnel slowpath configurationManish Chopra1-0/+4
2016-04-16qed/qede: Add GENEVE tunnel slowpath configuration supportManish Chopra4-1/+69
2016-04-16qed/qede: Add VXLAN tunnel slowpath configuration supportManish Chopra5-4/+86
2016-04-16qed: 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-15cxgb4: Set VPD size so we can read both VPD structuresHariprasad Shenai1-0/+10
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-15tun: use per cpu variables for stats accountingPaolo Abeni1-12/+83
2016-04-15bgmac: fix MAC soft-reset bit for corerev > 4Felix Fietkau1-3/+3
2016-04-15cdc_mbim: apply "NDP to end" quirk to all Huawei devicesBjørn Mork1-2/+7
2016-04-15bgmac: reset & enable Ethernet core before using itRafał Miłecki1-0/+5
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
2016-04-14ravb: make ravb_ptp_interrupt() *void*Sergei Shtylyov3-10/+9
2016-04-14qed* - bump driver versions to 8.7.1.20Yuval Mintz2-3/+3
2016-04-14qede: add Rx flow hash/indirection support.Sudarsana Reddy Kalluru3-10/+283
2016-04-14qed: add Rx flow hash/indirection support.Sudarsana Reddy Kalluru1-16/+1
2016-04-14qed*: remove version dependencyRahul Verma5-32/+2
2016-04-14net: bcmgenet: add BQL supportPetri Gynther1-1/+14
2016-04-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller5-64/+84
2016-04-14net: bcmgenet: use __napi_schedule_irqoff()Florian Fainelli1-4/+4
2016-04-14net: bcmgenet: use napi_complete_done()Eric Dumazet1-1/+1
2016-04-14fm10k: fix multi-bit VLAN update requests from VFJacob Keller1-8/+22
2016-04-14net: thunderx: Fix broken of_node_put() code.David Daney1-2/+3
2016-04-14i40e/i40evf: Limit TSO to 7 descriptors for payload instead of 8 per packetAlexander Duyck4-56/+62
2016-04-14drivers/net/ethernet/jme.c: Deinline jme_reset_mac_processor, save 2816 bytesDenys Vlasenko1-1/+1
2016-04-14net: ethernet: renesas: ravb_main: test clock rate to avoid division by 0Wolfram Sang1-0/+3
2016-04-14net: ethernet: stmmac: GMAC4.xx: Fix TX descriptor preparationAlexandre TORGUE1-8/+1
2016-04-14dsa: mv88e6xxx: Use bus in mv88e6xxx_lookup_name()Andrew Lunn1-4/+8
2016-04-14dsa: Rename phys_port_mask to enabled_port_maskAndrew Lunn2-10/+11
2016-04-14net: dsa: Rename DSA probe function.Andrew Lunn6-18/+24