summaryrefslogtreecommitdiff
path: root/drivers/net/tun.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-23tuntap: limit the number of flow cachesJason Wang1-1/+6
2013-01-23tuntap: reduce memory using of queuesJason Wang1-7/+8
2013-01-15tun: fix LSM/SELinux labeling of tun/tap devicesPaul Moore1-5/+18
2013-01-12tuntap: fix leaking reference countJason Wang1-3/+9
2013-01-12tuntap: forbid calling TUNSETIFF when detachedJason Wang1-2/+3
2013-01-12tuntap: switch to use rtnl_dereference()Jason Wang1-17/+10
2013-01-11tun: avoid owner checks on IFF_ATTACH_QUEUEMichael S. Tsirkin1-2/+0
2013-01-11tuntap: refuse to re-attach to different tun_structStefan Hajnoczi1-0/+2
2012-12-22tuntap: dont use a private kmem_cacheEric Dumazet1-21/+3
2012-12-18tuntap: fix sparse warningJason Wang1-1/+1
2012-12-18tuntap: reset network header before calling skb_get_rxhash()Eric Dumazet1-0/+1
2012-12-14tuntap: fix ambigious multiqueue APIJason Wang1-23/+63
2012-12-13tuntap: dont use skb after netif_rx_ni(skb)Eric Dumazet1-3/+4
2012-12-11tun: allow setting ethernet addresss while runningstephen hemminger1-0/+1
2012-12-07tun: correctly report an error in tun_flow_init()Paul Moore1-1/+2
2012-12-04tun: only queue packets on deviceMichael S. Tsirkin1-16/+8
2012-12-03tuntap: attach queue 0 before registering netdeviceJason Wang1-6/+5
2012-11-27tun: put correct method name in a debug message.Rami Rosen1-1/+1
2012-11-27vtun: fix typos.Rami Rosen1-4/+4
2012-11-23tun: change tun_get_iff() prototype.Rami Rosen1-5/+2
2012-11-19net: Allow userns root to control tun and tap devicesEric W. Biederman1-2/+3
2012-11-03tun: report orphan frags errors to zero copy callbackMichael S. Tsirkin1-0/+1
2012-11-01tuntap: choose the txq based on rxqJason Wang1-3/+224
2012-11-01tuntap: add ioctl to attach or detach a file form tuntap deviceJason Wang1-8/+48
2012-11-01tuntap: multiqueue supportJason Wang1-88/+220
2012-11-01tuntap: RCUify dereferencing between tun_struct and tun_fileJason Wang1-48/+47
2012-11-01tuntap: move socket to tun_fileJason Wang1-121/+145
2012-11-01tuntap: log the unsigned informaiton with %uJason Wang1-3/+3
2012-10-26cgroup: net_cls: Rework update socket logicDaniel Wagner1-3/+0
2012-10-26cgroup: net_cls: Pass in task to sock_update_classid()Daniel Wagner1-1/+1
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-14/+32
2012-09-14cgroup: net_cls: Move sock_update_classid() declaration to cls_cgroup.hDaniel Wagner1-0/+1
2012-08-15userns: Convert tun/tap to use kuid and kgid where appropriateEric W. Biederman1-14/+32
2012-08-10tun: don't zeroize sock->file on detachStanislav Kinsbursky1-1/+0
2012-07-31tun: Fix formatting.David S. Miller1-2/+2
2012-07-30net/tun: fix ioctl() based info leaksMathias Krause1-1/+3
2012-07-22tun: experimental zero copy tx supportMichael S. Tsirkin1-12/+134
2012-07-22tun: orphan frags on xmitMichael S. Tsirkin1-0/+2
2012-07-20tun: fix a crash bug and a memory leakMikulas Patocka1-0/+3
2012-07-17drivers/net: Use eth_random_addrJoe Perches1-1/+1
2012-05-11drivers/net: Convert compare_ether_addr to ether_addr_equalJoe Perches1-1/+1
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+12
2012-03-13tun: don't hold network namespace by tun socketsStanislav Kinsbursky1-3/+12
2012-02-16net: replace random_ether_addr() with eth_hw_addr_random()Danny Kukawka1-1/+1
2011-11-23Sweep away N/A fw_version dustbunnies from the .get_drvinfo routine of a numb...Rick Jones1-1/+0
2011-11-17net: introduce and use netdev_features_t for device features setsMichał Mirosław1-3/+4
2011-11-17net: sweep-up some straglers in strlcpy conversion of .get_drvinfo routinesRick Jones1-5/+5
2011-08-18net: remove use of ndo_set_multicast_list in driversJiri Pirko1-1/+1
2011-07-28net: Audit drivers to identify those needing IFF_TX_SKB_SHARING clearedNeil Horman1-0/+1