index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
xen-netback
/
netback.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-01-28
x86/xen: require ballooned pages for grant maps
Jennifer Herbert
1
-6
/
+0
2015-01-23
xen-netback: always fully coalesce guest Rx packets
David Vrabel
1
-104
/
+3
2014-12-18
xen-netback: support frontends without feature-rx-notify again
David Vrabel
1
-13
/
+14
2014-11-06
xen-netback: remove unconditional __pskb_pull_tail() in guest Tx path
Malcolm Crossley
1
-14
/
+12
2014-11-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-118
/
+201
2014-10-29
xen-netback: Remove __GFP_COLD
Zoltan Kiss
1
-1
/
+1
2014-10-25
xen-netback: reintroduce guest Rx stall detection
David Vrabel
1
-0
/
+76
2014-10-25
xen-netback: fix unlimited guest Rx internal queue and carrier flapping
David Vrabel
1
-118
/
+125
2014-08-13
xen-netback: don't stop dealloc kthread too early
Wei Liu
1
-7
/
+19
2014-08-07
xen-netback: Fix vif->disable handling
Zoltan Kiss
1
-2
/
+8
2014-08-05
xen-netback: Turn off the carrier if the guest is not able to receive
Zoltan Kiss
1
-14
/
+83
2014-08-05
xen-netback: Using a new state bit instead of carrier
Zoltan Kiss
1
-1
/
+1
2014-07-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-23
/
+63
2014-07-20
xen-netback: Fix pointer incrementation to avoid incorrect logging
Zoltan Kiss
1
-1
/
+1
2014-07-20
xen-netback: Fix releasing header slot on error path
Zoltan Kiss
1
-5
/
+33
2014-07-20
xen-netback: Fix releasing frag_list skbs in error path
Zoltan Kiss
1
-0
/
+9
2014-07-20
xen-netback: Fix handling frag_list on grant op error path
Zoltan Kiss
1
-17
/
+20
2014-07-08
xen-netback: Adding debugfs "io_ring_qX" files
Zoltan Kiss
1
-0
/
+11
2014-06-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-11
/
+25
2014-06-05
xen-netback: Fix handling of skbs requiring too many slots
Zoltan Kiss
1
-11
/
+25
2014-06-04
xen-netback: Add support for multiple queues
Andrew J. Bennieston
1
-0
/
+8
2014-06-04
xen-netback: Factor queue-specific data into queue struct
Wei Liu
1
-357
/
+353
2014-05-16
xen-netback: fix race between napi_complete() and interrupt handler
David Vrabel
1
-2
/
+2
2014-05-15
xen-netback: Fix grant ref resolution in RX path
Zoltan Kiss
1
-18
/
+80
2014-04-04
xen-netback: Trivial format string fix
Zoltan Kiss
1
-2
/
+2
2014-04-03
xen-netback: Grant copy the header instead of map and memcpy
Zoltan Kiss
1
-53
/
+69
2014-04-03
xen-netback: Rename map ops
Zoltan Kiss
1
-22
/
+24
2014-04-01
xen-netback: disable rogue vif in kthread context
Wei Liu
1
-2
/
+14
2014-03-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-4
/
+28
2014-03-29
xen-netback: BUG_ON in xenvif_rx_action() not catching overflow
Paul Durrant
1
-1
/
+7
2014-03-29
xen-netback: worse-case estimate in xenvif_rx_action is underestimating
Paul Durrant
1
-1
/
+20
2014-03-29
xen-netback: remove pointless clause from if statement
Paul Durrant
1
-2
/
+2
2014-03-26
xen-netback: Functional follow-up patch for grant mapping series
Zoltan Kiss
1
-7
/
+19
2014-03-26
xen-netback: Non-functional follow-up patch for grant mapping series
Zoltan Kiss
1
-3
/
+1
2014-03-26
xen-netback: Stop using xenvif_tx_pending_slots_available
Zoltan Kiss
1
-11
/
+2
2014-03-25
xen-netback: Proper printf format for ptrdiff_t is 't'.
David S. Miller
1
-1
/
+1
2014-03-25
Revert "xen-netback: Aggregate TX unmap operations"
Zoltan Kiss
1
-33
/
+1
2014-03-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-21
/
+18
2014-03-10
Xen-netback: Fix issue caused by using gso_type wrongly
Annie Li
1
-21
/
+18
2014-03-07
xen-netback: Aggregate TX unmap operations
Zoltan Kiss
1
-1
/
+33
2014-03-07
xen-netback: Timeout packets in RX path
Zoltan Kiss
1
-3
/
+20
2014-03-07
xen-netback: Handle guests with too many frags
Zoltan Kiss
1
-10
/
+154
2014-03-07
xen-netback: Add stat counters for zerocopy
Zoltan Kiss
1
-1
/
+8
2014-03-07
xen-netback: Remove old TX grant copy definitons and fix indentations
Zoltan Kiss
1
-58
/
+14
2014-03-07
xen-netback: Introduce TX grant mapping
Zoltan Kiss
1
-160
/
+272
2014-03-07
xen-netback: Handle foreign mapped pages on the guest RX path
Zoltan Kiss
1
-5
/
+43
2014-03-07
xen-netback: Minor refactoring of netback code
Zoltan Kiss
1
-19
/
+3
2014-03-07
xen-netback: Use skb->cb for pending_idx
Zoltan Kiss
1
-17
/
+25
2014-02-05
xen-netback: Fix Rx stall due to race condition
Zoltan Kiss
1
-10
/
+6
2014-01-14
xen-netback: use new skb_checksum_setup function
Paul Durrant
1
-257
/
+3
[prev]
[next]