index
:
Kernel
drm-tracking
gdrm-2.6.31
gdrm-2.6.32
gdrm-2.6.34
gdrm-for-merging
om-gta02-2.6.32
om-gta02-2.6.34
My Linux kernel repository
Thomas White
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
tun.c
Age
Commit message (
Expand
)
Author
2009-12-26
tun: use tun_sk instead container_of
Vitaliy Gusev
2009-11-06
net/tun: handle compat_ioctl directly
Arnd Bergmann
2009-10-14
net: Remove BKL from tun
Thomas Gleixner
2009-09-24
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
David S. Miller
2009-09-22
tun: Return -EINVAL if neither IFF_TUN nor IFF_TAP is set.
Kusanagi Kouichi
2009-09-19
Driver-Core: extend devnode callbacks to provide permissions
Kay Sievers
2009-09-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
Linus Torvalds
2009-09-01
tun: reuse struct sock fields
Michael S. Tsirkin
2009-09-01
netdev: convert pseudo drivers to netdev_tx_t
Stephen Hemminger
2009-09-01
lsm: Add hooks to the TUN driver
Paul Moore
2009-08-12
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2009-08-09
tun: Extend RTNL lock coverage over whole ioctl
Herbert Xu
2009-07-17
tun: Allow tap device to send/receive UFO packets.
Sridhar Samudrala
2009-07-09
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2009-07-07
tun: Remove a dead line of code
Paul Moore
2009-07-06
tun/tap: Fix crashes if open() /dev/net/tun and then poll() it.
Mariusz Kozlowski
2009-07-05
net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions
Patrick McHardy
2009-07-05
tun: Fix device unregister race
Herbert Xu
2009-06-15
Driver Core: misc: add nodename support for misc devices.
Kay Sievers
2009-06-08
tun: Fix unregister race
Eric W. Biederman
2009-06-08
tun: Fix copy/paste error in tun_get_user
Sridhar Samudrala
2009-06-08
tun: Optimise handling of bogus gso->hdr_len
Herbert Xu
2009-06-03
tun: Only wake up writers
Herbert Xu
2009-05-09
tun: add tun_flags, owner, group attributes in sysfs
David Woodhouse
2009-04-27
tun: add IFF_TUN_EXCL flag to avoid opening a persistent device.
David Woodhouse
2009-04-21
tun: fix tun_chr_aio_write so that aio works
Michael S. Tsirkin
2009-04-21
tun: fix tun_chr_aio_read so that aio works
Michael S. Tsirkin
2009-04-20
tun: Fix sk_sleep races when attaching/detaching
Herbert Xu
2009-04-20
tun: Only free a netdev when all tun descriptors are closed
Herbert Xu
2009-04-14
tun: Fix crash with non-GSO users
Herbert Xu
2009-02-14
tun: Fix merge error
Herbert Xu
2009-02-09
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2009-02-08
tun: Fix unicast filter overflow
Alex Williamson
2009-02-05
tun: Limit amount of queued packets per device
Herbert Xu
2009-02-02
tun: Check supplemental groups in TUN/TAP driver.
Michael Tokarev
2009-02-01
net: replace uses of __constant_{endian}
Harvey Harrison
2009-01-21
tun: Implement ip link del tunXXX
Eric W. Biederman
2009-01-21
tun: There is no longer any need to deny changing network namespaces
Eric W. Biederman
2009-01-21
tun: Fix races between tun_net_close and free_netdev.
Eric W. Biederman
2009-01-21
tun: Move read_wait into tun_file
Eric W. Biederman
2009-01-21
tun: Make tun_net_xmit atomic wrt tun_attach && tun_detach
Eric W. Biederman
2009-01-21
tun: Grab the netns in open.
Eric W. Biederman
2009-01-21
tun: Introduce tun_file
Eric W. Biederman
2009-01-21
tun: Use POLLERR not EBADF in tun_chr_poll
Eric W. Biederman
2009-01-21
tun: Fix races in tun_set_iff
Eric W. Biederman
2009-01-21
tun: Remove unnecessary tun_get_by_name
Eric W. Biederman
2009-01-04
tun: Eliminate sparse signedness warning
Gerrit Renker
2008-12-29
tun: Fix SIOCSIFHWADDR error.
Kusanagi Kouichi
2008-12-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
Linus Torvalds
2008-11-20
netdev: add more functions to netdevice ops
Stephen Hemminger
[next]