index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
xen-netback
Commit message (
Expand
)
Author
Age
Files
Lines
*
xen-netback: Include header for vmalloc
Josh Boyer
2014-01-05
1
-0
/
+1
*
xen-netback: fix guest-receive-side array sizes
Paul Durrant
2013-12-29
3
-7
/
+24
*
xen-netback: fix some error return code
Wei Yongjun
2013-12-19
1
-4
/
+12
*
xen-netback: fix fragments error handling in checksum_setup_ip()
Wei Yongjun
2013-12-17
1
-0
/
+3
*
xen-netback: fix gso_prefix check
Paul Durrant
2013-12-12
1
-1
/
+1
*
xen-netback: napi: don't prematurely request a tx event
Paul Durrant
2013-12-12
1
-1
/
+1
*
xen-netback: napi: fix abuse of budget
Paul Durrant
2013-12-12
1
-7
/
+7
*
xen-netback: make sure skb linear area covers checksum field
Paul Durrant
2013-12-11
1
-32
/
+28
*
xen-netback: fix fragment detection in checksum setup
Paul Durrant
2013-12-05
1
-99
/
+137
*
xen-netback: clear vif->task on disconnect
Paul Durrant
2013-12-03
1
-8
/
+12
*
xen-netback: include definition of csum_ipv6_magic
Andy Whitcroft
2013-11-28
1
-0
/
+1
*
xen-netback: stop the VIF thread before unbinding IRQs
David Vrabel
2013-11-21
1
-3
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-11-04
3
-7
/
+7
|
\
|
*
xen-netback: use jiffies_64 value to calculate credit timeout
Wei Liu
2013-10-29
3
-7
/
+7
*
|
xen-netback: enable IPv6 TCP GSO to the guest
Paul Durrant
2013-10-17
4
-16
/
+76
*
|
xen-netback: handle IPv6 TCP GSO packets from the guest
Paul Durrant
2013-10-17
2
-3
/
+15
*
|
xen-netback: Unconditionally set NETIF_F_RXCSUM
Paul Durrant
2013-10-17
1
-1
/
+1
*
|
xen-netback: add support for IPv6 checksum offload from guest
Paul Durrant
2013-10-17
2
-39
/
+205
*
|
xen-netback: add support for IPv6 checksum offload to guest
Paul Durrant
2013-10-17
3
-5
/
+15
|
/
*
xen-netback: transition to CLOSED when removing a VIF
David Vrabel
2013-10-08
1
-0
/
+4
*
xen-netback: Handle backend state transitions in a more robust way
Paul Durrant
2013-09-30
1
-30
/
+118
*
xen-netback: Don't destroy the netdev until the vif is shut down
Paul Durrant
2013-09-19
3
-21
/
+23
*
xen-netback: count number required slots for an skb more carefully
David Vrabel
2013-09-12
1
-30
/
+64
*
xen-netback: fix possible format string flaw
Kees Cook
2013-09-12
1
-1
/
+1
*
xen-netback: rename functions
Wei Liu
2013-08-29
3
-133
/
+134
*
xen-netback: switch to NAPI + kthread 1:1 model
Wei Liu
2013-08-29
3
-507
/
+351
*
xen-netback: remove page tracking facility
Wei Liu
2013-08-29
1
-75
/
+2
*
xen-netback: xenbus.c: use more current logging styles
Wei Liu
2013-07-02
1
-5
/
+4
*
xen: Use more current logging styles
Joe Perches
2013-07-01
1
-4
/
+3
*
xen-netback: double free on unload
Dan Carpenter
2013-06-24
1
-2
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-06-19
1
-3
/
+5
|
\
|
*
xen-netback: don't de-reference vif pointer after having called xenvif_put()
Jan Beulich
2013-06-13
1
-5
/
+6
*
|
xen-netback: split event channels support for Xen backend driver
Wei Liu
2013-05-23
4
-29
/
+124
*
|
xen-netback: enable user to unload netback module
Wei Liu
2013-05-17
4
-1
/
+44
*
|
xen-netback: remove dead code
Wei Liu
2013-05-17
1
-4
/
+0
|
/
*
xen-netback: better names for thresholds
Wei Liu
2013-05-02
1
-20
/
+29
*
xen-netback: avoid allocating variable size array on stack
Wei Liu
2013-05-02
1
-2
/
+14
*
xen-netback: remove redundent parameter in netbk_count_requests
Wei Liu
2013-05-02
1
-4
/
+2
*
xen-netback: don't disconnect frontend when seeing oversize packet
Wei Liu
2013-04-22
1
-6
/
+16
*
xen-netback: coalesce slots in TX path and fix regressions
Wei Liu
2013-04-22
1
-51
/
+224
*
xen-netback: switch to use skb_partial_csum_set()
Jason Wang
2013-04-12
1
-14
/
+8
*
xen-netback: fix sparse warning
stephen hemminger
2013-04-10
1
-1
/
+1
*
net: switch to use skb_probe_transport_header()
Jason Wang
2013-03-27
1
-9
/
+1
*
netback: set transport header before passing it to kernel
Jason Wang
2013-03-26
1
-0
/
+12
*
xen-netback: remove skb in xen_netbk_alloc_page
Wei Liu
2013-03-25
1
-3
/
+2
*
Revert "xen: netback: remove redundant xenvif_put"
David S. Miller
2013-02-19
1
-0
/
+1
*
xen: netback: remove redundant xenvif_put
Andrew Jones
2013-02-19
1
-1
/
+0
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net into net
David S. Miller
2013-02-18
2
-6
/
+5
|
\
|
*
xen-netback: cancel the credit timer when taking the vif down
David Vrabel
2013-02-14
1
-2
/
+1
|
*
xen-netback: correctly return errors from netbk_count_requests()
David Vrabel
2013-02-14
1
-4
/
+4
[next]