Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bonding: convert curr_slave_lock to a spinlock and rename it | Nikolay Aleksandrov | 2014-09-13 | 3 | -7/+6 |
* | bonding: clean curr_slave_lock use | Nikolay Aleksandrov | 2014-09-13 | 4 | -70/+14 |
* | bonding: alb: remove curr_slave_lock | Nikolay Aleksandrov | 2014-09-13 | 1 | -36/+3 |
* | bonding: 3ad: clean up curr_slave_lock usage | Nikolay Aleksandrov | 2014-09-13 | 1 | -7/+3 |
* | virtio_ring: unify direct/indirect code paths. | Rusty Russell | 2014-09-13 | 1 | -76/+52 |
* | virtio_ring: assume sgs are always well-formed. | Rusty Russell | 2014-09-13 | 1 | -49/+19 |
* | virtio_net: pass well-formed sgs to virtqueue_add_*() | Rusty Russell | 2014-09-13 | 1 | -1/+4 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh... | David S. Miller | 2014-09-13 | 10 | -383/+396 |
|\ | |||||
| * | e1000: switch to napi_gro_frags api | Florian Westphal | 2014-09-12 | 1 | -17/+32 |
| * | e1000: convert to build_skb | Florian Westphal | 2014-09-12 | 3 | -120/+131 |
| * | e1000: rename struct e1000_buffer to e1000_tx_buffer | Florian Westphal | 2014-09-12 | 3 | -17/+17 |
| * | e1000: add and use e1000_rx_buffer info for Rx | Florian Westphal | 2014-09-12 | 3 | -23/+27 |
| * | e1000: perform copybreak ahead of DMA unmap | Florian Westphal | 2014-09-12 | 1 | -30/+43 |
| * | e1000: move tbi workaround code into helper function | Florian Westphal | 2014-09-12 | 1 | -30/+33 |
| * | e1000: move e1000_tbi_adjust_stats to where its used | Florian Westphal | 2014-09-12 | 3 | -80/+77 |
| * | ixgbe: Refactor busy poll socket code to address multiple issues | Alexander Duyck | 2014-09-12 | 2 | -72/+45 |
| * | ixgbe: Drop Rx alloc at end of Rx cleanup | Alexander Duyck | 2014-09-12 | 1 | -3/+0 |
| * | ixgbevf: Resolve missing-field-initializers warnings | Mark Rustad | 2014-09-12 | 1 | -1/+1 |
| * | ixgbe: Resolve warnings produced in W=2 builds | Mark Rustad | 2014-09-12 | 2 | -11/+11 |
* | | Merge branch 'sched_rcu' | David S. Miller | 2014-09-13 | 0 | -0/+0 |
|\ \ | |||||
| * | | net: sched: rcu'ify cls_bpf | John Fastabend | 2014-09-13 | 1 | -47/+47 |
| * | | net: sched: rcu'ify cls_rsvp | John Fastabend | 2014-09-13 | 1 | -70/+90 |
| * | | net: sched: make cls_u32 lockless | John Fastabend | 2014-09-13 | 1 | -73/+110 |
| * | | net: sched: make cls_u32 per cpu | John Fastabend | 2014-09-13 | 1 | -16/+59 |
| * | | net: sched: RCU cls_tcindex | John Fastabend | 2014-09-13 | 2 | -94/+164 |
| * | | net: sched: RCU cls_route | John Fastabend | 2014-09-13 | 1 | -94/+132 |
| * | | net: sched: fw use RCU | John Fastabend | 2014-09-13 | 1 | -34/+77 |
| * | | net: sched: cls_flow use RCU | John Fastabend | 2014-09-13 | 1 | -61/+84 |
| * | | net: sched: cls_cgroup use RCU | John Fastabend | 2014-09-13 | 1 | -24/+39 |
| * | | net: sched: cls_basic use RCU | John Fastabend | 2014-09-13 | 1 | -35/+45 |
| * | | net: rcu-ify tcf_proto | John Fastabend | 2014-09-13 | 17 | -88/+121 |
| * | | net: qdisc: use rcu prefix and silence sparse warnings | John Fastabend | 2014-09-13 | 6 | -42/+82 |
* | | | net: sched: rcu'ify cls_bpf | John Fastabend | 2014-09-13 | 1 | -47/+47 |
* | | | net: sched: rcu'ify cls_rsvp | John Fastabend | 2014-09-13 | 1 | -70/+90 |
* | | | net: sched: make cls_u32 lockless | John Fastabend | 2014-09-13 | 1 | -73/+110 |
* | | | net: sched: make cls_u32 per cpu | John Fastabend | 2014-09-13 | 1 | -16/+59 |
* | | | net: sched: RCU cls_tcindex | John Fastabend | 2014-09-13 | 2 | -94/+164 |
* | | | net: sched: RCU cls_route | John Fastabend | 2014-09-13 | 1 | -94/+132 |
* | | | net: sched: fw use RCU | John Fastabend | 2014-09-13 | 1 | -34/+77 |
* | | | net: sched: cls_flow use RCU | John Fastabend | 2014-09-13 | 1 | -61/+84 |
* | | | net: sched: cls_cgroup use RCU | John Fastabend | 2014-09-13 | 1 | -24/+39 |
* | | | net: sched: cls_basic use RCU | John Fastabend | 2014-09-13 | 1 | -35/+45 |
* | | | net: rcu-ify tcf_proto | John Fastabend | 2014-09-13 | 17 | -88/+121 |
* | | | net: qdisc: use rcu prefix and silence sparse warnings | John Fastabend | 2014-09-13 | 6 | -42/+82 |
|/ / | |||||
* | | sunvnet: Avoid sending superfluous LDC messages. | Sowmini Varadhan | 2014-09-12 | 2 | -5/+72 |
* | | net: axienet: remove unnecessary ether_setup after alloc_etherdev | Subbaraya Sundeep Bhatta | 2014-09-12 | 1 | -1/+0 |
* | | ethernet: amd: use pr_info_once() | Varka Bhadram | 2014-09-12 | 1 | -4/+2 |
* | | udp: Fix inverted NAPI_GRO_CB(skb)->flush test | Scott Wood | 2014-09-12 | 2 | -2/+2 |
* | | Merge branch 'sock_queue_err_skb' | David S. Miller | 2014-09-12 | 2 | -11/+22 |
|\ \ | |||||
| * | | mac80211: Resolve sk_refcnt/sk_wmem_alloc issue in wifi ack path | Alexander Duyck | 2014-09-12 | 2 | -11/+9 |