aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-08-21sfc: Remove efx_process_channel_now()Ben Hutchings4-81/+3
2013-08-21sfc: Rename Falcon-architecture register definitionsBen Hutchings8-10/+10
2013-08-21sfc: Make struct efx_special_buffer less specialBen Hutchings2-43/+37
2013-08-21sfc: Add GFP flags to efx_nic_alloc_buffer() and make most callers allow blockingBen Hutchings9-14/+19
2013-08-21sfc: Make MCDI independent of SienaBen Hutchings5-77/+157
2013-08-21sfc: Make efx_mcdi_init() call efx_mcdi_handle_assertion()Ben Hutchings3-9/+6
2013-08-21sfc: Collect all MCDI port functions into mcdi_port.cBen Hutchings7-306/+242
2013-08-21sfc: Move efx_mcdi_mac_reconfigure() to siena.c and renameBen Hutchings3-23/+22
2013-08-21sfc: Move siena_reset_hw() and siena_map_reset_reason() into MCDI moduleBen Hutchings3-31/+30
2013-08-21sfc: Add and use MCDI_SET_QWORD() and MCDI_SET_ARRAY_QWORD()Ben Hutchings4-29/+34
2013-08-21sfc: Ensure MCDI buffers, but not lengths, are dword alignedBen Hutchings3-31/+46
2013-08-21sfc: Use proper macros to declare and access MCDI arraysBen Hutchings6-94/+85
2013-08-21sfc: Introduce and use MCDI_CTL_SDU_LEN_MAX_V1 macro for Siena-specific codeBen Hutchings2-4/+7
2013-08-21sfc: Fill out the set of MCDI accessorsBen Hutchings1-10/+32
2013-08-21sfc: Rationalise MCDI buffer accessorsBen Hutchings1-26/+20
2013-08-21sfc: Introduce and use MCDI_DECLARE_BUF macroBen Hutchings7-56/+66
2013-08-21sfc: Move more Falcon-specific code and definitions into falcon.cBen Hutchings5-666/+538
2013-08-21sfc: Move details of a Falcon bug workaround out of ethtool.cBen Hutchings5-23/+31
2013-08-21sfc: Use efx_mcdi_mon() to find efx_mcdi_mon structure from efx_nicBen Hutchings1-2/+1
2013-08-21sfc: const-qualify source pointers for MMIO write functionsBen Hutchings1-8/+10
2013-08-21Merge branch 'sfc-3.11'Ben Hutchings1-1/+1
2013-08-21sfc: Fix lookup of default RX MAC filters when steered using ethtoolBen Hutchings1-1/+1
2013-08-20vxlan: Add tx-vlan offload support.Pravin B Shelar1-1/+15
2013-08-20vxlan: Improve vxlan headroom calculation.Pravin B Shelar1-4/+9
2013-08-20vxlan: Factor out vxlan send api.Pravin B Shelar1-37/+54
2013-08-20vxlan: Extend vxlan handlers for openvswitch.Pravin B Shelar1-26/+19
2013-08-20vxlan: Add vxlan recv demux.Pravin B Shelar1-36/+67
2013-08-20vxlan: Restructure vxlan receive.Pravin B Shelar1-15/+7
2013-08-20vxlan: Restructure vxlan socket apis.Pravin B Shelar1-41/+51
2013-08-20r8152: add commentshayeswang1-0/+5
2013-08-20r8152: adjust tx_bottom functionhayeswang1-66/+68
2013-08-20r8152: move some declearation of variableshayeswang1-15/+14
2013-08-20r8152: adjust some duplicated codehayeswang1-27/+28
2013-08-20r8152: replace lockflags with flagshayeswang1-24/+24
2013-08-20r8152: replace void * with struct r8152 *hayeswang1-2/+4
2013-08-20r8152: remove clearing the memory to zero for netdev privhayeswang1-1/+0
2013-08-20sis900: don't restart auto-negotiation each time after link resume.Denis Kirjanov1-17/+11
2013-08-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller120-788/+1329
2013-08-16Merge tag 'clk-fixes-for-linus' of git://git.linaro.org/people/mturquette/linuxLinus Torvalds2-35/+42
2013-08-16Merge tag 'usb-3.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds10-37/+55
2013-08-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds34-245/+381
2013-08-15net/mlx5_core: Support MANAGE_PAGES and QUERY_PAGES firmware command changesMoshe Lazer4-35/+29
2013-08-15tun: signedness bug in tun_get_user()Dan Carpenter1-2/+4
2013-08-15qlcnic: Update version to 5.2.46.Sucheta Chakraborty1-2/+2
2013-08-15qlcnic: Dump mailbox command data when a command times outManish Chopra1-0/+1
2013-08-15qlcnic: Fix driver initialization for 83xx adaptersManish Chopra1-7/+7
2013-08-15qlcnic: Flush mailbox command list when mailbox is not availableManish Chopra1-1/+6
2013-08-15qlcnic: Reinitialize mailbox data structures after firmware resetManish Chopra1-1/+1
2013-08-15qlcnic: Fix diagnostic interrupt test for 83xx adaptersManish Chopra1-0/+5
2013-08-15qlcnic: Fix beacon state return status handlingSucheta Chakraborty1-3/+3