aboutsummaryrefslogtreecommitdiffstats
path: root/usr (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2014-09-13ipv6: clean up ipv6_dev_ac_inc()WANG Cong3-11/+6
2014-09-13ipv6: remove ipv6_sk_ac_lockWANG Cong1-14/+3
2014-09-13ipv6: drop useless rcu_read_lock() in anycastWANG Cong3-20/+16
2014-09-13bonding: adjust locking commentsNikolay Aleksandrov3-10/+10
2014-09-13bonding: 3ad: convert to bond->mode_lockNikolay Aleksandrov3-57/+22
2014-09-13bonding: alb: convert to bond->mode_lockNikolay Aleksandrov4-89/+35
2014-09-13bonding: convert curr_slave_lock to a spinlock and rename itNikolay Aleksandrov3-7/+6
2014-09-13bonding: clean curr_slave_lock useNikolay Aleksandrov4-70/+14
2014-09-13bonding: alb: remove curr_slave_lockNikolay Aleksandrov1-36/+3
2014-09-13bonding: 3ad: clean up curr_slave_lock usageNikolay Aleksandrov1-7/+3
2014-09-13virtio_ring: unify direct/indirect code paths.Rusty Russell1-76/+52
2014-09-13virtio_ring: assume sgs are always well-formed.Rusty Russell1-49/+19
2014-09-13virtio_net: pass well-formed sgs to virtqueue_add_*()Rusty Russell1-1/+4
2014-09-13net: sched: rcu'ify cls_bpfJohn Fastabend1-47/+47
2014-09-13net: sched: rcu'ify cls_rsvpJohn Fastabend1-70/+90
2014-09-13net: sched: make cls_u32 locklessJohn Fastabend1-73/+110
2014-09-13net: sched: make cls_u32 per cpuJohn Fastabend1-16/+59
2014-09-13net: sched: RCU cls_tcindexJohn Fastabend2-94/+164
2014-09-13net: sched: RCU cls_routeJohn Fastabend1-94/+132
2014-09-13net: sched: fw use RCUJohn Fastabend1-34/+77
2014-09-13net: sched: cls_flow use RCUJohn Fastabend1-61/+84
2014-09-13net: sched: cls_cgroup use RCUJohn Fastabend1-24/+39
2014-09-13net: sched: cls_basic use RCUJohn Fastabend1-35/+45
2014-09-13net: rcu-ify tcf_protoJohn Fastabend17-88/+121
2014-09-13net: qdisc: use rcu prefix and silence sparse warningsJohn Fastabend6-42/+82
2014-09-13net: sched: rcu'ify cls_bpfJohn Fastabend1-47/+47
2014-09-13net: sched: rcu'ify cls_rsvpJohn Fastabend1-70/+90
2014-09-13net: sched: make cls_u32 locklessJohn Fastabend1-73/+110
2014-09-13net: sched: make cls_u32 per cpuJohn Fastabend1-16/+59
2014-09-13net: sched: RCU cls_tcindexJohn Fastabend2-94/+164
2014-09-13net: sched: RCU cls_routeJohn Fastabend1-94/+132
2014-09-13net: sched: fw use RCUJohn Fastabend1-34/+77
2014-09-13net: sched: cls_flow use RCUJohn Fastabend1-61/+84
2014-09-13net: sched: cls_cgroup use RCUJohn Fastabend1-24/+39
2014-09-13net: sched: cls_basic use RCUJohn Fastabend1-35/+45
2014-09-13net: rcu-ify tcf_protoJohn Fastabend17-88/+121
2014-09-13net: qdisc: use rcu prefix and silence sparse warningsJohn Fastabend6-42/+82
2014-09-12sunvnet: Avoid sending superfluous LDC messages.Sowmini Varadhan2-5/+72
2014-09-12net: axienet: remove unnecessary ether_setup after alloc_etherdevSubbaraya Sundeep Bhatta1-1/+0
2014-09-12ethernet: amd: use pr_info_once()Varka Bhadram1-4/+2
2014-09-12udp: Fix inverted NAPI_GRO_CB(skb)->flush testScott Wood2-2/+2
2014-09-12mac80211: Resolve sk_refcnt/sk_wmem_alloc issue in wifi ack pathAlexander Duyck2-11/+9
2014-09-12skb: Add documentation for skb_clone_skAlexander Duyck1-0/+13
2014-09-12Revert "ipv4: Clarify in docs that accept_local requires rp_filter."Sébastien Barré1-8/+3
2014-09-12e1000: switch to napi_gro_frags apiFlorian Westphal1-17/+32
2014-09-12e1000: convert to build_skbFlorian Westphal3-120/+131
2014-09-12e1000: rename struct e1000_buffer to e1000_tx_bufferFlorian Westphal3-17/+17
2014-09-12e1000: add and use e1000_rx_buffer info for RxFlorian Westphal3-23/+27
2014-09-12e1000: perform copybreak ahead of DMA unmapFlorian Westphal1-30/+43
2014-09-12e1000: move tbi workaround code into helper functionFlorian Westphal1-30/+33