aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-12-16i40e: rtnl_lock in reset path fixesAnjali Singhai Jain3-5/+23
2013-12-16i40e: Add basic support for get/set channels for RSSAnjali Singhai Jain1-0/+90
2013-12-16i40e: function to reconfigure RSS queues and rebuildAnjali Singhai Jain2-8/+50
2013-12-16i40e: reinit flow for the main VSIAnjali Singhai Jain1-21/+97
2013-12-16i40e: use same number of queues as CPUsJesse Brandeburg1-4/+3
2013-12-16i40e: trivial fixesJesse Brandeburg3-3/+3
2013-12-16i40e: init flow control settings to disabledJesse Brandeburg2-9/+60
2013-12-16i40e: Tell the stack about our actual number of queuesAnjali Singhai Jain1-0/+10
2013-12-16i40e: fix pf reset after offline testShannon Nelson1-6/+8
2013-12-16i40e: fix up some of the ethtool connection reportingJesse Brandeburg2-8/+28
2013-12-14Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc-nextDavid S. Miller10-217/+797
2013-12-14bonding: rebuild the bond_resend_igmp_join_requests_delayed()dingtianhong1-16/+5
2013-12-14bonding: remove unwanted lock for bond_store_primaryxxx()dingtianhong1-4/+0
2013-12-14bonding: remove unwanted lock for bond_option_active_slave_set()dingtianhong1-2/+0
2013-12-14bonding: add RCU for bond_3ad_state_machine_handler()dingtianhong2-26/+35
2013-12-14bonding: remove unwanted lock for bond enslave and releasedingtianhong1-21/+6
2013-12-14bonding: rebuild the lock use for bond_activebackup_arp_mon()dingtianhong1-25/+20
2013-12-14bonding: create bond_first_slave_rcu()dingtianhong1-0/+4
2013-12-14bonding: rebuild the lock use for bond_loadbalance_arp_mon()dingtianhong1-6/+12
2013-12-14bonding: rebuild the lock use for bond_alb_monitor()dingtianhong1-13/+9
2013-12-14bonding: rebuild the lock use for bond_mii_monitor()dingtianhong1-13/+11
2013-12-14bonding: remove the no effect lock for bond_select_active_slave()dingtianhong2-21/+6
2013-12-14Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc-nextDavid S. Miller20-421/+1418
2013-12-14bonding: add arp_all_targets netlink supportsfeldma@cumulusnetworks.com4-6/+36
2013-12-14bonding: add arp_validate netlink supportsfeldma@cumulusnetworks.com4-22/+49
2013-12-14bonding: add arp_ip_target netlink supportsfeldma@cumulusnetworks.com4-68/+186
2013-12-14bonding: add arp_interval netlink supportsfeldma@cumulusnetworks.com4-51/+79
2013-12-14bonding: add use_carrier netlink supportsfeldma@cumulusnetworks.com4-13/+38
2013-12-14bonding: add downdelay netlink supportsfeldma@cumulusnetworks.com4-31/+51
2013-12-14bonding: add updelay netlink supportsfeldma@cumulusnetworks.com4-32/+53
2013-12-14bonding: add miimon netlink supportsfeldma@cumulusnetworks.com4-49/+79
2013-12-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville184-4007/+3920
2013-12-12sfc: Add PTP counters to ethtool statsBen Hutchings3-9/+127
2013-12-12sfc: Changed the statistic name emerg_{fetch,wait} to hlb_{fetch,wait}Shradha Shah2-6/+6
2013-12-12sfc: remove unused 'enum efx_rx_alloc_method'Andrew Rybchenko1-6/+0
2013-12-12sfc: remove unused 'refcnt' from efx_rx_page_stateAndrew Rybchenko1-3/+0
2013-12-12sfc: Implement efx_nic_type::filter_clear_rx operation for EF10Ben Hutchings6-28/+32
2013-12-12sfc: Allow filter removal only with exactly matching priorityBen Hutchings2-2/+2
2013-12-12sfc: Don't refer to 'stack' in filter implementationBen Hutchings2-56/+56
2013-12-12sfc: Change priority and flags for automatic MAC filtersBen Hutchings4-54/+67
2013-12-12sfc: Change efx_nic_type::rx_push_indir_table to push hash key as wellAndrew Rybchenko7-39/+57
2013-12-12sfc: Add more information to many warnings using WARN() and netdev_WARN()Ben Hutchings1-10/+20
2013-12-12sfc: Remove unnecessary condition for processing the TX timestamp queueBen Hutchings1-12/+4
2013-12-12sfc: Don't clear timestamps in efx_ptp_rx()Ben Hutchings1-6/+0
2013-12-12sfc: Enable PTP clock and timestamping for all functions on EF10Ben Hutchings2-17/+30
2013-12-12sfc: Associate primary and secondary functions of controllerBen Hutchings4-0/+93
2013-12-12sfc: Store VPD serial number at probe timeBen Hutchings2-7/+34
2013-12-12sfc: Add RX packet timestamping for EF10Jon Cooper7-15/+277
2013-12-12sfc: Copy RX prefix into skb head area in efx_rx_mk_skb()Ben Hutchings2-12/+7
2013-12-12sfc: split setup of hardware timestamping into NIC-type operationDaniel Pieczko4-72/+78