index
:
tegra/linux
drm/core/mipi-dsi-non-continuous
drm/core/mipi-dsi-shutdown
drm/fixes
drm/for-next
drm/hdmi-for-3.9
drm/master
drm/panel/for-next
drm/tegra-for-3.9
drm/tegra/fixes
drm/tegra/for-next
drm/tegra/hpd-gpios-property
for-next
master
staging/base
staging/drm/fixes
staging/drm/panel
staging/drm/tegra
staging/gk20a
staging/host1x
staging/iommu
staging/master
staging/pci
staging/pwm
staging/tegra
staging/work
Linux kernel tree for NVIDIA Tegra DRM drivers
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
xen-netback
Age
Commit message (
Expand
)
Author
Files
Lines
2014-01-06
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-11
/
+37
2014-01-05
xen-netback: Include header for vmalloc
Josh Boyer
1
-0
/
+1
2013-12-29
xen-netback: fix guest-receive-side array sizes
Paul Durrant
3
-7
/
+24
2013-12-19
xen-netback: add gso_segs calculation
Paul Durrant
1
-4
/
+15
2013-12-19
xen-netback: fix some error return code
Wei Yongjun
1
-4
/
+12
2013-12-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-41
/
+40
2013-12-17
xen-netback: fix fragments error handling in checksum_setup_ip()
Wei Yongjun
1
-0
/
+3
2013-12-12
xen-netback: fix gso_prefix check
Paul Durrant
1
-1
/
+1
2013-12-12
xen-netback: napi: don't prematurely request a tx event
Paul Durrant
1
-1
/
+1
2013-12-12
xen-netback: napi: fix abuse of budget
Paul Durrant
1
-7
/
+7
2013-12-11
xen-netback: make sure skb linear area covers checksum field
Paul Durrant
1
-32
/
+28
2013-12-09
xen-netback: improve guest-receive-side flow control
Paul Durrant
3
-185
/
+106
2013-12-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-99
/
+137
2013-12-06
drivers/net/*: Fix FSF address in file headers
Jeff Kirsher
1
-2
/
+1
2013-12-05
xen-netback: fix fragment detection in checksum setup
Paul Durrant
1
-99
/
+137
2013-12-03
xen-netback: clear vif->task on disconnect
Paul Durrant
1
-8
/
+12
2013-11-28
xen-netback: include definition of csum_ipv6_magic
Andy Whitcroft
1
-0
/
+1
2013-11-21
xen-netback: stop the VIF thread before unbinding IRQs
David Vrabel
1
-3
/
+3
2013-11-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-7
/
+7
2013-10-29
xen-netback: use jiffies_64 value to calculate credit timeout
Wei Liu
3
-7
/
+7
2013-10-17
xen-netback: enable IPv6 TCP GSO to the guest
Paul Durrant
4
-16
/
+76
2013-10-17
xen-netback: handle IPv6 TCP GSO packets from the guest
Paul Durrant
2
-3
/
+15
2013-10-17
xen-netback: Unconditionally set NETIF_F_RXCSUM
Paul Durrant
1
-1
/
+1
2013-10-17
xen-netback: add support for IPv6 checksum offload from guest
Paul Durrant
2
-39
/
+205
2013-10-17
xen-netback: add support for IPv6 checksum offload to guest
Paul Durrant
3
-5
/
+15
2013-10-08
xen-netback: transition to CLOSED when removing a VIF
David Vrabel
1
-0
/
+4
2013-09-30
xen-netback: Handle backend state transitions in a more robust way
Paul Durrant
1
-30
/
+118
2013-09-19
xen-netback: Don't destroy the netdev until the vif is shut down
Paul Durrant
3
-21
/
+23
2013-09-12
xen-netback: count number required slots for an skb more carefully
David Vrabel
1
-30
/
+64
2013-09-12
xen-netback: fix possible format string flaw
Kees Cook
1
-1
/
+1
2013-08-29
xen-netback: rename functions
Wei Liu
3
-133
/
+134
2013-08-29
xen-netback: switch to NAPI + kthread 1:1 model
Wei Liu
3
-507
/
+351
2013-08-29
xen-netback: remove page tracking facility
Wei Liu
1
-75
/
+2
2013-07-02
xen-netback: xenbus.c: use more current logging styles
Wei Liu
1
-5
/
+4
2013-07-01
xen: Use more current logging styles
Joe Perches
1
-4
/
+3
2013-06-24
xen-netback: double free on unload
Dan Carpenter
1
-2
/
+2
2013-06-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+5
2013-06-13
xen-netback: don't de-reference vif pointer after having called xenvif_put()
Jan Beulich
1
-5
/
+6
2013-05-23
xen-netback: split event channels support for Xen backend driver
Wei Liu
4
-29
/
+124
2013-05-17
xen-netback: enable user to unload netback module
Wei Liu
4
-1
/
+44
2013-05-17
xen-netback: remove dead code
Wei Liu
1
-4
/
+0
2013-05-02
xen-netback: better names for thresholds
Wei Liu
1
-20
/
+29
2013-05-02
xen-netback: avoid allocating variable size array on stack
Wei Liu
1
-2
/
+14
2013-05-02
xen-netback: remove redundent parameter in netbk_count_requests
Wei Liu
1
-4
/
+2
2013-04-22
xen-netback: don't disconnect frontend when seeing oversize packet
Wei Liu
1
-6
/
+16
2013-04-22
xen-netback: coalesce slots in TX path and fix regressions
Wei Liu
1
-51
/
+224
2013-04-12
xen-netback: switch to use skb_partial_csum_set()
Jason Wang
1
-14
/
+8
2013-04-10
xen-netback: fix sparse warning
stephen hemminger
1
-1
/
+1
2013-03-27
net: switch to use skb_probe_transport_header()
Jason Wang
1
-9
/
+1
2013-03-26
netback: set transport header before passing it to kernel
Jason Wang
1
-0
/
+12
[next]