]> git.kernelconcepts.de Git - karo-tx-linux.git/history - drivers
sfc: Document conditions for multicast replication vs filter replacement
[karo-tx-linux.git] / drivers /
2013-08-29 Ben Hutchingssfc: Document conditions for multicast replication...
2013-08-29 Ben Hutchingssfc: Implement asynchronous MCDI requests
2013-08-29 Ben Hutchingssfc: Remove unnecessary use of atomic_t
2013-08-29 Ben Hutchingssfc: Refactor efx_mcdi_rpc_start() and efx_mcdi_copyin()
2013-08-29 Ben Hutchingssfc: Add support for new board sensors
2013-08-27 Ben Hutchingssfc: Use extended MC_CMD_SENSOR_INFO and MC_CMD_READ_SE...
2013-08-27 Alexandre Ramessfc: Return an error code when a sensor is busy.
2013-08-27 Ben Hutchingssfc: Add support for reading packet length from prefix
2013-08-27 Ben Hutchingssfc: Add TX merged completion counter
2013-08-27 Jon Coopersfc: Generalise packet hash lookup to support EF10...
2013-08-27 Ben Hutchingssfc: Rename EFX_PAGE_BLOCK_SIZE to EFX_VI_PAGE_SIZE...
2013-08-27 Ben Hutchingssfc: Remove early call to efx_nic_type::reconfigure_mac...
2013-08-27 Daniel Pieczkosfc: use MCDI epoch flag to improve MC reboot detection...
2013-08-27 Alexandre Ramessfc: Add EF10 support for TX/RX DMA error events handling.
2013-08-27 Laurence Evanssfc: Add a function pointer to abstract write of host...
2013-08-27 Laurence Evanssfc: PTP MCDI requests need to initialise periph ID...
2013-08-27 Ben Hutchingssfc: Delegate MAC/NIC statistic description to efx_nic_type
2013-08-27 Ben Hutchingssfc: Remove driver-local struct ethtool_string
2013-08-27 Ben Hutchingssfc: Remove more left-overs from Falcon GMAC support
2013-08-27 Ben Hutchingssfc: Move MTD operations into efx_nic_type
2013-08-22 Ben Hutchingssfc: Move NIC-type-specific MTD partition date into...
2013-08-22 Ben Hutchingssfc: Eliminate struct efx_mtd
2013-08-22 Ben Hutchingssfc: Rename SPI stuff to show that it is Falcon-specific
2013-08-22 Ben Hutchingssfc: Cleanup Falcon-arch simple MAC filter state
2013-08-22 Ben Hutchingssfc: Define and use MCDI_POPULATE_DWORD_{1,2,3,4,5...
2013-08-22 Ben Hutchingssfc: Add flag for stack-owned RX MAC filters
2013-08-22 Ben Hutchingssfc: Refactor Falcon-arch filter removal
2013-08-22 Ben Hutchingssfc: Make most filter operations NIC-type-specific
2013-08-22 Ben Hutchingssfc: Refactor Falcon-arch search limit reset
2013-08-22 Ben Hutchingssfc: Split Falcon-arch-specific and common filter state
2013-08-22 Ben Hutchingssfc: Extend and abstract efx_filter_spec to cover Hunti...
2013-08-22 Ben Hutchingssfc: Name the RX drop queue ID
2013-08-22 Ben Hutchingssfc: Rename Falcon-arch filter implementation types...
2013-08-22 Ben Hutchingssfc: Remove unused filter_flags variables and efx_farch...
2013-08-21 Ben Hutchingssfc: Do not assume efx_nic_type::ev_fini is idempotent
2013-08-21 Ben Hutchingssfc: EFX_WORKAROUND_ALWAYS is really specific to Falcon...
2013-08-21 Ben Hutchingssfc: Get rid of per-NIC-type phys_addr_channels and...
2013-08-21 Ben Hutchingssfc: Update and improve kernel-doc for efx_mcdi_state...
2013-08-21 Ben Hutchingssfc: Fix race in completion handling
2013-08-21 Ben Hutchingssfc: Add support for MCDI v2
2013-08-21 Ben Hutchingssfc: Update MCDI protocol definitions for EF10
2013-08-21 Ben Hutchingssfc: Translate MCDI error numbers received in events
2013-08-21 Ben Hutchingssfc: Move and rename Falcon/Siena common NIC operations
2013-08-21 Ben Hutchingssfc: Refactor queue teardown sequence to allow for...
2013-08-21 Ben Hutchingssfc: Remove bogus call to efx_release_tx_buffers()
2013-08-21 Ben Hutchingssfc: Stop RX refill before flushing RX queues
2013-08-21 Ben Hutchingssfc: Limit scope of a Falcon A1 IRQ workaround
2013-08-21 Ben Hutchingssfc: Rework IRQ enable/disable
2013-08-21 Ben Hutchingssfc: Remove efx_process_channel_now()
2013-08-21 Ben Hutchingssfc: Rename Falcon-architecture register definitions
2013-08-21 Ben Hutchingssfc: Make struct efx_special_buffer less special
2013-08-21 Ben Hutchingssfc: Add GFP flags to efx_nic_alloc_buffer() and make...
2013-08-21 Ben Hutchingssfc: Make MCDI independent of Siena
2013-08-21 Ben Hutchingssfc: Make efx_mcdi_init() call efx_mcdi_handle_assertion()
2013-08-21 Ben Hutchingssfc: Collect all MCDI port functions into mcdi_port.c
2013-08-21 Ben Hutchingssfc: Move efx_mcdi_mac_reconfigure() to siena.c and...
2013-08-21 Ben Hutchingssfc: Move siena_reset_hw() and siena_map_reset_reason...
2013-08-21 Ben Hutchingssfc: Add and use MCDI_SET_QWORD() and MCDI_SET_ARRAY_QW...
2013-08-21 Ben Hutchingssfc: Ensure MCDI buffers, but not lengths, are dword...
2013-08-21 Ben Hutchingssfc: Use proper macros to declare and access MCDI arrays
2013-08-21 Ben Hutchingssfc: Introduce and use MCDI_CTL_SDU_LEN_MAX_V1 macro...
2013-08-21 Ben Hutchingssfc: Fill out the set of MCDI accessors
2013-08-21 Ben Hutchingssfc: Rationalise MCDI buffer accessors
2013-08-21 Ben Hutchingssfc: Introduce and use MCDI_DECLARE_BUF macro
2013-08-21 Ben Hutchingssfc: Move more Falcon-specific code and definitions...
2013-08-21 Ben Hutchingssfc: Move details of a Falcon bug workaround out of...
2013-08-21 Ben Hutchingssfc: Use efx_mcdi_mon() to find efx_mcdi_mon structure...
2013-08-21 Ben Hutchingssfc: const-qualify source pointers for MMIO write functions
2013-08-21 Ben HutchingsMerge branch 'sfc-3.11'
2013-08-21 Ben Hutchingssfc: Fix lookup of default RX MAC filters when steered...
2013-08-20 David S. MillerMerge branch 'openvswitch_vxlan'
2013-08-20 Pravin B Shelarvxlan: Add tx-vlan offload support.
2013-08-20 Pravin B Shelarvxlan: Improve vxlan headroom calculation.
2013-08-20 Pravin B Shelarvxlan: Factor out vxlan send api.
2013-08-20 Pravin B Shelarvxlan: Extend vxlan handlers for openvswitch.
2013-08-20 Pravin B Shelarvxlan: Add vxlan recv demux.
2013-08-20 Pravin B Shelarvxlan: Restructure vxlan receive.
2013-08-20 Pravin B Shelarvxlan: Restructure vxlan socket apis.
2013-08-20 hayeswangr8152: add comments
2013-08-20 hayeswangr8152: adjust tx_bottom function
2013-08-20 hayeswangr8152: move some declearation of variables
2013-08-20 hayeswangr8152: adjust some duplicated code
2013-08-20 hayeswangr8152: replace lockflags with flags
2013-08-20 hayeswangr8152: replace void * with struct r8152 *
2013-08-20 hayeswangr8152: remove clearing the memory to zero for netdev...
2013-08-20 Denis Kirjanovsis900: don't restart auto-negotiation each time after...
2013-08-16 David S. MillerMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2013-08-16 Linus TorvaldsMerge tag 'clk-fixes-for-linus' of git://git.linaro...
2013-08-16 Linus TorvaldsMerge tag 'pm-3.11-rc6' of git://git.kernel.org/pub...
2013-08-16 Linus TorvaldsMerge tag 'sound-3.11' of git://git.kernel.org/pub...
2013-08-16 Linus TorvaldsMerge tag 'usb-3.11-rc6' of git://git.kernel.org/pub...
2013-08-16 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2013-08-15 Moshe Lazernet/mlx5_core: Support MANAGE_PAGES and QUERY_PAGES...
2013-08-15 Dan Carpentertun: signedness bug in tun_get_user()
2013-08-15 Sucheta Chakrabortyqlcnic: Update version to 5.2.46.
2013-08-15 Manish Chopraqlcnic: Dump mailbox command data when a command times out
2013-08-15 Manish Chopraqlcnic: Fix driver initialization for 83xx adapters
2013-08-15 Manish Chopraqlcnic: Flush mailbox command list when mailbox is...
2013-08-15 Manish Chopraqlcnic: Reinitialize mailbox data structures after...
2013-08-15 Manish Chopraqlcnic: Fix diagnostic interrupt test for 83xx adapters
next