aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e/i40e_main.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
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-15net-ipv6: Fix alleged compiler warning in ipv6_exthdrs_len()Jerry Chu1-8/+4
2013-12-14ipv6: fix compiler warning in ipv6_exthdrs_lenHannes Frederic Sowa1-4/+5
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()dingtianhong3-0/+26
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-14pkt_sched: set root qdisc before change() in attach_default_qdiscs()Eric Dumazet2-2/+5
2013-12-14bonding: add arp_all_targets netlink supportsfeldma@cumulusnetworks.com5-6/+37
2013-12-14bonding: add arp_validate netlink supportsfeldma@cumulusnetworks.com5-22/+50
2013-12-14bonding: add arp_ip_target netlink supportsfeldma@cumulusnetworks.com5-68/+187
2013-12-14bonding: add arp_interval netlink supportsfeldma@cumulusnetworks.com5-51/+80
2013-12-14bonding: add use_carrier netlink supportsfeldma@cumulusnetworks.com5-13/+39
2013-12-14bonding: add downdelay netlink supportsfeldma@cumulusnetworks.com5-31/+52
2013-12-14bonding: add updelay netlink supportsfeldma@cumulusnetworks.com5-32/+54
2013-12-14bonding: add miimon netlink supportsfeldma@cumulusnetworks.com5-49/+80
2013-12-14packet: fix using smp_processor_id() in preemptible codeLi Zhong1-1/+1
2013-12-14netconf: add proxy-arp supportstephen hemminger2-12/+30
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
2013-12-12sfc: Add support for SFC9100 timestamp formatLaurence Evans1-25/+231
2013-12-12sfc: Tidy up PTP synchronization codeLaurence Evans1-20/+24
2013-12-12sfc: PTP - tidy up unused/useless variablesLaurence Evans1-15/+1
2013-12-12sfc: Remove kernel-doc for efx_ptp_data fields not present in this versionBen Hutchings1-15/+0
2013-12-12sfc: Initialise efx_ptp_data::phc_clock_info from a static templateBen Hutchings1-14/+16
2013-12-12sfc: Do not use MAC address as clock nameBen Hutchings1-3/+2