aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/tun.c
AgeCommit message (Expand)Author
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2013-02-13net: Fix possible wrong checksum generation.Pravin B Shelar
2013-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-01-29tuntap: allow polling/writing/reading when detachedJason Wang
2013-01-29tun: fix carrier on/off statusMichael S. Tsirkin
2013-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-01-28net: fix possible wrong checksum generationEric Dumazet
2013-01-23tuntap: limit the number of flow cachesJason Wang
2013-01-23tuntap: reduce memory using of queuesJason Wang
2013-01-14tun: fix LSM/SELinux labeling of tun/tap devicesPaul Moore
2013-01-11tuntap: fix leaking reference countJason Wang
2013-01-11tuntap: forbid calling TUNSETIFF when detachedJason Wang
2013-01-11tuntap: switch to use rtnl_dereference()Jason Wang
2013-01-10tun: avoid owner checks on IFF_ATTACH_QUEUEMichael S. Tsirkin
2013-01-10tuntap: refuse to re-attach to different tun_structStefan Hajnoczi
2012-12-21tuntap: dont use a private kmem_cacheEric Dumazet
2012-12-17tuntap: fix sparse warningJason Wang
2012-12-17tuntap: reset network header before calling skb_get_rxhash()Eric Dumazet
2012-12-14tuntap: fix ambigious multiqueue APIJason Wang
2012-12-13tuntap: dont use skb after netif_rx_ni(skb)Eric Dumazet
2012-12-11tun: allow setting ethernet addresss while runningstephen hemminger
2012-12-07tun: correctly report an error in tun_flow_init()Paul Moore
2012-12-03tun: only queue packets on deviceMichael S. Tsirkin
2012-12-03tuntap: attach queue 0 before registering netdeviceJason Wang
2012-11-26tun: put correct method name in a debug message.Rami Rosen
2012-11-26vtun: fix typos.Rami Rosen
2012-11-23tun: change tun_get_iff() prototype.Rami Rosen
2012-11-19net: Allow userns root to control tun and tap devicesEric W. Biederman
2012-11-02tun: report orphan frags errors to zero copy callbackMichael S. Tsirkin
2012-11-01tuntap: choose the txq based on rxqJason Wang
2012-11-01tuntap: add ioctl to attach or detach a file form tuntap deviceJason Wang
2012-11-01tuntap: multiqueue supportJason Wang
2012-11-01tuntap: RCUify dereferencing between tun_struct and tun_fileJason Wang
2012-11-01tuntap: move socket to tun_fileJason Wang
2012-11-01tuntap: log the unsigned informaiton with %uJason Wang
2012-10-26cgroup: net_cls: Rework update socket logicDaniel Wagner
2012-10-26cgroup: net_cls: Pass in task to sock_update_classid()Daniel Wagner
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2012-09-14cgroup: net_cls: Move sock_update_classid() declaration to cls_cgroup.hDaniel Wagner
2012-08-14userns: Convert tun/tap to use kuid and kgid where appropriateEric W. Biederman
2012-08-09tun: don't zeroize sock->file on detachStanislav Kinsbursky
2012-07-30tun: Fix formatting.David S. Miller
2012-07-29net/tun: fix ioctl() based info leaksMathias Krause
2012-07-22tun: experimental zero copy tx supportMichael S. Tsirkin
2012-07-22tun: orphan frags on xmitMichael S. Tsirkin
2012-07-20tun: fix a crash bug and a memory leakMikulas Patocka
2012-07-16drivers/net: Use eth_random_addrJoe Perches
2012-05-10drivers/net: Convert compare_ether_addr to ether_addr_equalJoe Perches
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2012-03-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller