summaryrefslogtreecommitdiffstats
path: root/drivers/net/tun.c
Commit message (Expand)AuthorAgeFilesLines
* tun: fix LSM/SELinux labeling of tun/tap devicesPaul Moore2013-01-151-5/+18
* tuntap: fix leaking reference countJason Wang2013-01-121-3/+9
* tuntap: forbid calling TUNSETIFF when detachedJason Wang2013-01-121-2/+3
* tuntap: switch to use rtnl_dereference()Jason Wang2013-01-121-17/+10Star
* tun: avoid owner checks on IFF_ATTACH_QUEUEMichael S. Tsirkin2013-01-101-2/+0Star
* tuntap: refuse to re-attach to different tun_structStefan Hajnoczi2013-01-101-0/+2
* tuntap: dont use a private kmem_cacheEric Dumazet2012-12-211-21/+3Star
* tuntap: fix sparse warningJason Wang2012-12-181-1/+1
* tuntap: reset network header before calling skb_get_rxhash()Eric Dumazet2012-12-171-0/+1
* tuntap: fix ambigious multiqueue APIJason Wang2012-12-141-23/+63
* tuntap: dont use skb after netif_rx_ni(skb)Eric Dumazet2012-12-131-3/+4
* tun: allow setting ethernet addresss while runningstephen hemminger2012-12-111-0/+1
* tun: correctly report an error in tun_flow_init()Paul Moore2012-12-071-1/+2
* tun: only queue packets on deviceMichael S. Tsirkin2012-12-031-16/+8Star
* tuntap: attach queue 0 before registering netdeviceJason Wang2012-12-031-6/+5Star
* tun: put correct method name in a debug message.Rami Rosen2012-11-261-1/+1
* vtun: fix typos.Rami Rosen2012-11-261-4/+4
* tun: change tun_get_iff() prototype.Rami Rosen2012-11-231-5/+2Star
* net: Allow userns root to control tun and tap devicesEric W. Biederman2012-11-191-2/+3
* tun: report orphan frags errors to zero copy callbackMichael S. Tsirkin2012-11-031-0/+1
* tuntap: choose the txq based on rxqJason Wang2012-11-011-3/+224
* tuntap: add ioctl to attach or detach a file form tuntap deviceJason Wang2012-11-011-8/+48
* tuntap: multiqueue supportJason Wang2012-11-011-88/+220
* tuntap: RCUify dereferencing between tun_struct and tun_fileJason Wang2012-11-011-48/+47Star
* tuntap: move socket to tun_fileJason Wang2012-11-011-121/+145
* tuntap: log the unsigned informaiton with %uJason Wang2012-11-011-3/+3
* cgroup: net_cls: Rework update socket logicDaniel Wagner2012-10-261-3/+0Star
* cgroup: net_cls: Pass in task to sock_update_classid()Daniel Wagner2012-10-261-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-10-021-14/+32
|\
| * userns: Convert tun/tap to use kuid and kgid where appropriateEric W. Biederman2012-08-151-14/+32
* | cgroup: net_cls: Move sock_update_classid() declaration to cls_cgroup.hDaniel Wagner2012-09-141-0/+1
* | tun: don't zeroize sock->file on detachStanislav Kinsbursky2012-08-101-1/+0Star
|/
* tun: Fix formatting.David S. Miller2012-07-301-2/+2
* net/tun: fix ioctl() based info leaksMathias Krause2012-07-301-1/+3
* tun: experimental zero copy tx supportMichael S. Tsirkin2012-07-221-12/+134
* tun: orphan frags on xmitMichael S. Tsirkin2012-07-221-0/+2
* tun: fix a crash bug and a memory leakMikulas Patocka2012-07-201-0/+3
* drivers/net: Use eth_random_addrJoe Perches2012-07-171-1/+1
* drivers/net: Convert compare_ether_addr to ether_addr_equalJoe Perches2012-05-111-1/+1
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-03-191-3/+12
|\
| * tun: don't hold network namespace by tun socketsStanislav Kinsbursky2012-03-131-3/+12
* | net: replace random_ether_addr() with eth_hw_addr_random()Danny Kukawka2012-02-151-1/+1
|/
* Sweep away N/A fw_version dustbunnies from the .get_drvinfo routine of a numb...Rick Jones2011-11-221-1/+0Star
* net: introduce and use netdev_features_t for device features setsMichał Mirosław2011-11-161-3/+4
* net: sweep-up some straglers in strlcpy conversion of .get_drvinfo routinesRick Jones2011-11-161-5/+5
* net: remove use of ndo_set_multicast_list in driversJiri Pirko2011-08-181-1/+1
* net: Audit drivers to identify those needing IFF_TX_SKB_SHARING clearedNeil Horman2011-07-281-0/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-06-211-1/+23
|\
| * tun: teach the tun/tap driver to support netpollNeil Horman2011-06-171-1/+23