summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-12-17sctp: Reorder 'struc association' members to reduce its sizewangweidong
2013-12-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller
2013-12-17Merge branch 'ovs_hash'David S. Miller
2013-12-17net: ovs: use CRC32 accelerated flow hash if availableFrancesco Fusco
2013-12-17lib: introduce arch optimized hash libraryFrancesco Fusco
2013-12-17fddi: cleanup unsigned to unsigned int/shorttanxiaojun
2013-12-16sfc: Fix RX drop filters for EF10Ben Hutchings
2013-12-16tipc: change lock_sock order in connect()wangweidong
2013-12-16tipc: Use <linux/uaccess.h> instead of <asm/uaccess.h>wangweidong
2013-12-16tipc: kill unnecessary goto'swangweidong
2013-12-16tipc: remove unnecessary variables and conditionswangweidong
2013-12-16i40e: Remove FCoE in i40e_virtchnl_pf.c codeNeerav Parikh
2013-12-16i40e: support for suspend and resumeShannon Nelson
2013-12-16i40e: rtnl_lock in reset path fixesAnjali Singhai Jain
2013-12-16i40e: Add basic support for get/set channels for RSSAnjali Singhai Jain
2013-12-16i40e: function to reconfigure RSS queues and rebuildAnjali Singhai Jain
2013-12-16i40e: reinit flow for the main VSIAnjali Singhai Jain
2013-12-16i40e: use same number of queues as CPUsJesse Brandeburg
2013-12-16i40e: trivial fixesJesse Brandeburg
2013-12-16i40e: init flow control settings to disabledJesse Brandeburg
2013-12-16i40e: Tell the stack about our actual number of queuesAnjali Singhai Jain
2013-12-16i40e: fix pf reset after offline testShannon Nelson
2013-12-16i40e: fix up some of the ethtool connection reportingJesse Brandeburg
2013-12-16net-ipv6: Fix alleged compiler warning in ipv6_exthdrs_len()Jerry Chu
2013-12-15Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...David S. Miller
2013-12-14ipv6: fix compiler warning in ipv6_exthdrs_lenHannes Frederic Sowa
2013-12-14Merge branch 'bonding_rcu'David S. Miller
2013-12-14bonding: rebuild the bond_resend_igmp_join_requests_delayed()dingtianhong
2013-12-14bonding: remove unwanted lock for bond_store_primaryxxx()dingtianhong
2013-12-14bonding: remove unwanted lock for bond_option_active_slave_set()dingtianhong
2013-12-14bonding: add RCU for bond_3ad_state_machine_handler()dingtianhong
2013-12-14bonding: remove unwanted lock for bond enslave and releasedingtianhong
2013-12-14bonding: rebuild the lock use for bond_activebackup_arp_mon()dingtianhong
2013-12-14bonding: create bond_first_slave_rcu()dingtianhong
2013-12-14bonding: rebuild the lock use for bond_loadbalance_arp_mon()dingtianhong
2013-12-14bonding: rebuild the lock use for bond_alb_monitor()dingtianhong
2013-12-14bonding: rebuild the lock use for bond_mii_monitor()dingtianhong
2013-12-14bonding: remove the no effect lock for bond_select_active_slave()dingtianhong
2013-12-14pkt_sched: set root qdisc before change() in attach_default_qdiscs()Eric Dumazet
2013-12-14Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...David S. Miller
2013-12-14Merge branch 'bonding_netlink'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-14packet: fix using smp_processor_id() in preemptible codeLi Zhong