summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-12-17net: ovs: use CRC32 accelerated flow hash if availableFrancesco Fusco1-2/+2
2013-12-17lib: introduce arch optimized hash libraryFrancesco Fusco7-2/+180
2013-12-16fddi: cleanup unsigned to unsigned int/shorttanxiaojun4-73/+73
2013-12-16tipc: change lock_sock order in connect()wangweidong1-4/+2
2013-12-16tipc: Use <linux/uaccess.h> instead of <asm/uaccess.h>wangweidong1-1/+1
2013-12-16tipc: kill unnecessary goto'swangweidong1-8/+6
2013-12-16tipc: remove unnecessary variables and conditionswangweidong3-17/+8
2013-12-15net-ipv6: Fix alleged compiler warning in ipv6_exthdrs_len()Jerry Chu1-8/+4
2013-12-14Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...David S. Miller10-217/+797
2013-12-14ipv6: fix compiler warning in ipv6_exthdrs_lenHannes Frederic Sowa1-4/+5
2013-12-14Merge branch 'bonding_rcu'David S. Miller8-147/+130
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-14Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...David S. Miller20-421/+1418
2013-12-14Merge branch 'bonding_netlink'David S. Miller5-271/+578
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: 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
2013-12-12sfc: Store flags from MC_CMD_DRV_ATTACH for later useBen Hutchings2-2/+18