index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
tun.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-09-01
tun: reuse struct sock fields
Michael S. Tsirkin
1
-18
/
+12
2009-09-01
netdev: convert pseudo drivers to netdev_tx_t
Stephen Hemminger
1
-1
/
+1
2009-09-01
lsm: Add hooks to the TUN driver
Paul Moore
1
-7
/
+15
2009-08-12
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-31
/
+19
2009-08-09
tun: Extend RTNL lock coverage over whole ioctl
Herbert Xu
1
-31
/
+19
2009-07-17
tun: Allow tap device to send/receive UFO packets.
Sridhar Samudrala
1
-1
/
+12
2009-07-09
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-1
/
+3
2009-07-07
tun: Remove a dead line of code
Paul Moore
1
-1
/
+0
2009-07-06
tun/tap: Fix crashes if open() /dev/net/tun and then poll() it.
Mariusz Kozlowski
1
-1
/
+3
2009-07-05
net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions
Patrick McHardy
1
-2
/
+2
2009-07-05
tun: Fix device unregister race
Herbert Xu
1
-7
/
+9
2009-06-15
Driver Core: misc: add nodename support for misc devices.
Kay Sievers
1
-0
/
+1
2009-06-08
tun: Fix unregister race
Eric W. Biederman
1
-3
/
+4
2009-06-08
tun: Fix copy/paste error in tun_get_user
Sridhar Samudrala
1
-1
/
+1
2009-06-08
tun: Optimise handling of bogus gso->hdr_len
Herbert Xu
1
-0
/
+4
2009-06-03
tun: Only wake up writers
Herbert Xu
1
-3
/
+3
2009-05-09
tun: add tun_flags, owner, group attributes in sysfs
David Woodhouse
1
-15
/
+52
2009-04-27
tun: add IFF_TUN_EXCL flag to avoid opening a persistent device.
David Woodhouse
1
-0
/
+2
2009-04-21
tun: fix tun_chr_aio_write so that aio works
Michael S. Tsirkin
1
-5
/
+8
2009-04-21
tun: fix tun_chr_aio_read so that aio works
Michael S. Tsirkin
1
-5
/
+6
2009-04-20
tun: Fix sk_sleep races when attaching/detaching
Herbert Xu
1
-9
/
+6
2009-04-20
tun: Only free a netdev when all tun descriptors are closed
Herbert Xu
1
-13
/
+19
2009-04-14
tun: Fix crash with non-GSO users
Herbert Xu
1
-2
/
+3
2009-02-14
tun: Fix merge error
Herbert Xu
1
-1
/
+1
2009-02-09
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-2
/
+8
2009-02-08
tun: Fix unicast filter overflow
Alex Williamson
1
-2
/
+8
2009-02-05
tun: Limit amount of queued packets per device
Herbert Xu
1
-53
/
+114
2009-02-02
tun: Check supplemental groups in TUN/TAP driver.
Michael Tokarev
1
-1
/
+1
2009-02-01
net: replace uses of __constant_{endian}
Harvey Harrison
1
-1
/
+1
2009-01-21
tun: Implement ip link del tunXXX
Eric W. Biederman
1
-31
/
+25
2009-01-21
tun: There is no longer any need to deny changing network namespaces
Eric W. Biederman
1
-1
/
+0
2009-01-21
tun: Fix races between tun_net_close and free_netdev.
Eric W. Biederman
1
-2
/
+48
2009-01-21
tun: Move read_wait into tun_file
Eric W. Biederman
1
-8
/
+10
2009-01-21
tun: Make tun_net_xmit atomic wrt tun_attach && tun_detach
Eric W. Biederman
1
-7
/
+17
2009-01-21
tun: Grab the netns in open.
Eric W. Biederman
1
-4
/
+6
2009-01-21
tun: Introduce tun_file
Eric W. Biederman
1
-52
/
+104
2009-01-21
tun: Use POLLERR not EBADF in tun_chr_poll
Eric W. Biederman
1
-1
/
+1
2009-01-21
tun: Fix races in tun_set_iff
Eric W. Biederman
1
-16
/
+32
2009-01-21
tun: Remove unnecessary tun_get_by_name
Eric W. Biederman
1
-55
/
+19
2009-01-04
tun: Eliminate sparse signedness warning
Gerrit Renker
1
-1
/
+1
2008-12-29
tun: Fix SIOCSIFHWADDR error.
Kusanagi Kouichi
1
-1
/
+1
2008-12-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
Linus Torvalds
1
-10
/
+23
2008-11-20
netdev: add more functions to netdevice ops
Stephen Hemminger
1
-2
/
+2
2008-11-19
tun: convert to net_device_ops
Stephen Hemminger
1
-5
/
+20
2008-11-14
CRED: Wrap current->cred and a few other accessors
David Howells
1
-3
/
+5
2008-11-14
CRED: Wrap task credential accesses in the network device drivers
David Howells
1
-2
/
+2
2008-11-06
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-2
/
+0
2008-11-03
drivers/net: Kill now superfluous ->last_rx stores.
David S. Miller
1
-1
/
+0
2008-11-01
saner FASYNC handling on file close
Al Viro
1
-2
/
+0
2008-10-27
net: convert print_mac to %pM
Johannes Berg
1
-3
/
+2
[prev]
[next]