summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2013-12-14bonding: remove the no effect lock for bond_select_active_slave()dingtianhong
2013-12-14Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...David S. Miller
2013-12-14bonding: add arp_all_targets netlink supportsfeldma@cumulusnetworks.com
2013-12-14bonding: add arp_validate netlink supportsfeldma@cumulusnetworks.com
2013-12-14bonding: add arp_ip_target netlink supportsfeldma@cumulusnetworks.com
2013-12-14bonding: add arp_interval netlink supportsfeldma@cumulusnetworks.com
2013-12-14bonding: add use_carrier netlink supportsfeldma@cumulusnetworks.com
2013-12-14bonding: add downdelay netlink supportsfeldma@cumulusnetworks.com
2013-12-14bonding: add updelay netlink supportsfeldma@cumulusnetworks.com
2013-12-14bonding: add miimon netlink supportsfeldma@cumulusnetworks.com
2013-12-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-12-12sfc: Add PTP counters to ethtool statsBen Hutchings
2013-12-12sfc: Changed the statistic name emerg_{fetch,wait} to hlb_{fetch,wait}Shradha Shah
2013-12-12sfc: remove unused 'enum efx_rx_alloc_method'Andrew Rybchenko
2013-12-12sfc: remove unused 'refcnt' from efx_rx_page_stateAndrew Rybchenko
2013-12-12sfc: Implement efx_nic_type::filter_clear_rx operation for EF10Ben Hutchings
2013-12-12sfc: Allow filter removal only with exactly matching priorityBen Hutchings
2013-12-12sfc: Don't refer to 'stack' in filter implementationBen Hutchings
2013-12-12sfc: Change priority and flags for automatic MAC filtersBen Hutchings
2013-12-12sfc: Change efx_nic_type::rx_push_indir_table to push hash key as wellAndrew Rybchenko
2013-12-12sfc: Add more information to many warnings using WARN() and netdev_WARN()Ben Hutchings
2013-12-12sfc: Remove unnecessary condition for processing the TX timestamp queueBen Hutchings
2013-12-12sfc: Don't clear timestamps in efx_ptp_rx()Ben Hutchings
2013-12-12sfc: Enable PTP clock and timestamping for all functions on EF10Ben Hutchings
2013-12-12sfc: Associate primary and secondary functions of controllerBen Hutchings
2013-12-12sfc: Store VPD serial number at probe timeBen Hutchings
2013-12-12sfc: Add RX packet timestamping for EF10Jon Cooper
2013-12-12sfc: Copy RX prefix into skb head area in efx_rx_mk_skb()Ben Hutchings
2013-12-12sfc: split setup of hardware timestamping into NIC-type operationDaniel Pieczko
2013-12-12sfc: Add support for SFC9100 timestamp formatLaurence Evans
2013-12-12sfc: Tidy up PTP synchronization codeLaurence Evans
2013-12-12sfc: PTP - tidy up unused/useless variablesLaurence Evans
2013-12-12sfc: Remove kernel-doc for efx_ptp_data fields not present in this versionBen Hutchings
2013-12-12sfc: Initialise efx_ptp_data::phc_clock_info from a static templateBen Hutchings
2013-12-12sfc: Do not use MAC address as clock nameBen Hutchings
2013-12-12sfc: Store flags from MC_CMD_DRV_ATTACH for later useBen Hutchings
2013-12-12sfc: Remove dependency of PTP on having a dedicated channelBen Hutchings
2013-12-12sfc: Split PTP multicast filter insertion/removal out of efx_ptp_{start,stop}()Ben Hutchings
2013-12-12sfc: Return EBUSY for filter insertion on EF10, matching Falcon/SienaBen Hutchings
2013-12-12sfc: Expose NVRAM_PARTITION_TYPE_LICENSE on EF10Ben Hutchings
2013-12-12sfc: Fold efx_flush_all() into efx_stop_port() and update commentsBen Hutchings
2013-12-12sfc: Map MCDI error MC_CMD_ERR_ENOTSUP to Linux EOPNOTSUPPBen Hutchings
2013-12-12sfc: Log all unexpected MCDI errorsEdward Cree
2013-12-12sfc: Add new sensor namesBen Hutchings
2013-12-12sfc: Revise sensor names to be more understandable and consistentEdward Cree
2013-12-12sfc: Report units in sensor warningsEdward Cree
2013-12-12sfc: Correct RX dropped count for drops while interface is downJon Cooper
2013-12-12sfc: Make initial fill of RX descriptors synchronousJon Cooper
2013-12-12sfc: Tighten the check for RX merged completion eventsBen Hutchings
2013-12-12sfc: Add MC BISTs to ethtool offline self test on EF10Jon Cooper