summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* sfc: Move and rename Falcon/Siena common NIC operationsBen Hutchings2013-08-219-1858/+2088
* sfc: Refactor queue teardown sequence to allow for EF10 flush behaviourBen Hutchings2013-08-219-48/+59
* sfc: Remove bogus call to efx_release_tx_buffers()Ben Hutchings2013-08-211-11/+0
* sfc: Stop RX refill before flushing RX queuesBen Hutchings2013-08-214-9/+13
* sfc: Limit scope of a Falcon A1 IRQ workaroundBen Hutchings2013-08-213-10/+2
* sfc: Rework IRQ enable/disableBen Hutchings2013-08-214-59/+112
* sfc: Remove efx_process_channel_now()Ben Hutchings2013-08-214-81/+3
* sfc: Rename Falcon-architecture register definitionsBen Hutchings2013-08-218-10/+10
* sfc: Make struct efx_special_buffer less specialBen Hutchings2013-08-212-43/+37
* sfc: Add GFP flags to efx_nic_alloc_buffer() and make most callers allow bloc...Ben Hutchings2013-08-219-14/+19
* sfc: Make MCDI independent of SienaBen Hutchings2013-08-215-77/+157
* sfc: Make efx_mcdi_init() call efx_mcdi_handle_assertion()Ben Hutchings2013-08-213-9/+6
* sfc: Collect all MCDI port functions into mcdi_port.cBen Hutchings2013-08-217-306/+242
* sfc: Move efx_mcdi_mac_reconfigure() to siena.c and renameBen Hutchings2013-08-213-23/+22
* sfc: Move siena_reset_hw() and siena_map_reset_reason() into MCDI moduleBen Hutchings2013-08-213-31/+30
* sfc: Add and use MCDI_SET_QWORD() and MCDI_SET_ARRAY_QWORD()Ben Hutchings2013-08-214-29/+34
* sfc: Ensure MCDI buffers, but not lengths, are dword alignedBen Hutchings2013-08-213-31/+46
* sfc: Use proper macros to declare and access MCDI arraysBen Hutchings2013-08-216-94/+85
* sfc: Introduce and use MCDI_CTL_SDU_LEN_MAX_V1 macro for Siena-specific codeBen Hutchings2013-08-212-4/+7
* sfc: Fill out the set of MCDI accessorsBen Hutchings2013-08-211-10/+32
* sfc: Rationalise MCDI buffer accessorsBen Hutchings2013-08-211-26/+20
* sfc: Introduce and use MCDI_DECLARE_BUF macroBen Hutchings2013-08-217-56/+66
* sfc: Move more Falcon-specific code and definitions into falcon.cBen Hutchings2013-08-215-666/+538
* sfc: Move details of a Falcon bug workaround out of ethtool.cBen Hutchings2013-08-215-23/+31
* sfc: Use efx_mcdi_mon() to find efx_mcdi_mon structure from efx_nicBen Hutchings2013-08-211-2/+1
* sfc: const-qualify source pointers for MMIO write functionsBen Hutchings2013-08-211-8/+10
* Merge branch 'sfc-3.11'Ben Hutchings2013-08-211-1/+1
|\
| * sfc: Fix lookup of default RX MAC filters when steered using ethtoolBen Hutchings2013-08-211-1/+1
* | vxlan: Add tx-vlan offload support.Pravin B Shelar2013-08-201-1/+15
* | vxlan: Improve vxlan headroom calculation.Pravin B Shelar2013-08-201-4/+9
* | vxlan: Factor out vxlan send api.Pravin B Shelar2013-08-201-37/+54
* | vxlan: Extend vxlan handlers for openvswitch.Pravin B Shelar2013-08-201-26/+19
* | vxlan: Add vxlan recv demux.Pravin B Shelar2013-08-201-36/+67
* | vxlan: Restructure vxlan receive.Pravin B Shelar2013-08-201-15/+7
* | vxlan: Restructure vxlan socket apis.Pravin B Shelar2013-08-201-41/+51
* | r8152: add commentshayeswang2013-08-201-0/+5
* | r8152: adjust tx_bottom functionhayeswang2013-08-201-66/+68
* | r8152: move some declearation of variableshayeswang2013-08-201-15/+14
* | r8152: adjust some duplicated codehayeswang2013-08-201-27/+28
* | r8152: replace lockflags with flagshayeswang2013-08-201-24/+24
* | r8152: replace void * with struct r8152 *hayeswang2013-08-201-2/+4
* | r8152: remove clearing the memory to zero for netdev privhayeswang2013-08-201-1/+0
* | sis900: don't restart auto-negotiation each time after link resume.Denis Kirjanov2013-08-201-17/+11
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-08-1630-231/+363
|\|
| * net/mlx5_core: Support MANAGE_PAGES and QUERY_PAGES firmware command changesMoshe Lazer2013-08-154-35/+29
| * tun: signedness bug in tun_get_user()Dan Carpenter2013-08-151-2/+4
| * qlcnic: Fix diagnostic interrupt test for 83xx adaptersManish Chopra2013-08-151-0/+5
| * qlcnic: Fix beacon state return status handlingSucheta Chakraborty2013-08-151-3/+3
| * qlcnic: Fix set driver version commandHimanshu Madhani2013-08-152-3/+6
| * net: tg3: fix NULL pointer dereference in tg3_io_error_detected and tg3_io_sl...Daniel Borkmann2013-08-151-5/+8