aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/xen-netback/netback.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2013-12-12futex: move user address verification up to common codeLinus Torvalds1-2/+3
2013-12-12futex: fix handling of read-only-mapped hugepagesLinus Torvalds1-1/+1
2013-12-12Btrfs: fix access_ok() check in btrfs_ioctl_send()Dan Carpenter1-2/+2
2013-12-12Btrfs: make sure we cleanup all reloc roots if error happensWang Shilong1-0/+7
2013-12-12Btrfs: skip building backref tree for uuid and quota tree when doing balance relocationWang Shilong1-1/+3
2013-12-12Btrfs: fix an oops when doing balance relocationWang Shilong1-23/+47
2013-12-12Btrfs: don't miss skinny extent items on delayed ref head contentionFilipe David Borba Manana1-12/+10
2013-12-12btrfs: call mnt_drop_write after interrupted subvol deletionDavid Sterba1-1/+2
2013-12-12Btrfs: don't clear the default compression typeMiao Xie1-3/+2
2013-12-12hwmon: Prevent some divide by zeros in FAN_TO_REG()Dan Carpenter3-1/+5
2013-12-12hwmon: (w83l768ng) Fix fan speed control rangeJean Delvare1-3/+6
2013-12-12hwmon: (w83l786ng) Fix fan speed control mode setting and reportingBrian Carnes1-2/+2
2013-12-12hwmon: (lm90) Unregister hwmon device if interrupt setup failsGuenter Roeck1-1/+3
2013-12-11sch_tbf: use do_div() for 64-bit divideYang Yingliang1-2/+4
2013-12-11udp: ipv4: must add synchronization in udp_sk_rx_dst_set()Eric Dumazet1-6/+16
2013-12-11net:fec: remove duplicate lines in comment about errata ERR006358Philippe De Muyter1-4/+0
2013-12-11ARM: sun6i: dt: Fix interrupt trigger typesMaxime Ripard1-12/+15
2013-12-11ARM: sun7i: dt: Fix interrupt trigger typesMaxime Ripard1-21/+21
2013-12-11MAINTAINERS: merge IMX6 entry into IMXShawn Guo1-8/+3
2013-12-11ARM: tegra: add missing break to fuse initialization codeStephen Warren1-0/+2
2013-12-11ARM: pxa: prevent PXA270 occasional reboot freezesSergei Ianovich1-1/+7
2013-12-11ARM: pxa: tosa: fix keys mappingDmitry Eremin-Solenikov1-51/+51
2013-12-11Revert "8390 : Replace ei_debug with msg_enable/NETIF_MSG_* feature"David S. Miller16-426/+302
2013-12-118390 : Replace ei_debug with msg_enable/NETIF_MSG_* featureMatthew Whitehead16-302/+426
2013-12-11xen-netback: make sure skb linear area covers checksum fieldPaul Durrant1-32/+28
2013-12-11hwmon: HIH-6130: Support I2C bus drivers without I2C_FUNC_SMBUS_QUICKJosé Miguel Gonçalves1-2/+14
2013-12-11net: smc91x: Fix device tree based configuration so it's usableTony Lindgren2-10/+39
2013-12-11udp: ipv4: fix potential use after free in udp_v4_early_demux()Eric Dumazet1-3/+6
2013-12-11macvtap: signal truncated packetsJason Wang1-5/+6
2013-12-11tun: unbreak truncated packet signallingJason Wang1-7/+9
2013-12-11net: sched: htb: fix the calculation of quantumYang Yingliang1-8/+12
2013-12-11net: sched: tbf: fix the calculation of max_sizeYang Yingliang1-45/+70
2013-12-11micrel: add support for KSZ8041RNLISergei Shtylyov2-0/+17
2013-12-11MAINTAINERS: Add DesignWare, i.MX6, Armada, R-Car PCI host maintainersBjorn Helgaas1-0/+33
2013-12-11ALSA: hda - Add static DAC/pin mapping for AD1986A codecTakashi Iwai3-1/+35
2013-12-11ALSA: hda - One more Dell headset detection quirkHui Wang1-0/+1
2013-12-11ALSA: hda - hdmi: Fix IEC958 ctl indexes for some simple HDMI devicesAnssi Hannula1-2/+3
2013-12-10udp: ipv4: fix an use after free in __udp4_lib_rcv()Eric Dumazet1-10/+6
2013-12-10sctp: fix up a spacingwangweidong1-5/+2
2013-12-10sctp: add check rto_min and rto_max in sysctlwangweidong1-4/+65
2013-12-10sctp: check the rto_min and rto_max in setsockoptwangweidong1-10/+22
2013-12-10ipv6: do not erase dst address with flow label destinationFlorent Fourcot6-6/+0
2013-12-10sctp: properly latch and use autoclose value from sock to associationNeil Horman5-17/+13
2013-12-10tipc: protect handler_enabled variable with qitem_lock spin lockYing Xue1-3/+8
2013-12-10tipc: correct the order of stopping services at rmmodJon Paul Maloy1-3/+4
2013-12-10tg3: Initialize REG_BASE_ADDR at PCI config offset 120 to 0Nat Gurumoorthy1-0/+3
2013-12-10net: Revert macvtap/tun truncation signalling changes.David S. Miller2-26/+24
2013-12-10macvtap: signal truncated packetsJason Wang1-13/+14
2013-12-10tun: unbreak truncated packet signallingJason Wang1-11/+12
2013-12-10vxlan: release rt when found circular routeFan Du1-1/+1