aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/tun.c
Commit message (Expand)AuthorAgeFilesLines
* merged 3.0.101 tagWolfgang Wiedmeyer2015-10-221-2/+6
* Merge remote-tracking branch 'kernelorg/linux-3.0.y' into 3_0_64Andrew Dodd2013-02-271-2/+4
|\
| * net/tun: fix ioctl() based info leaksMathias Krause2012-08-091-2/+4
* | samsung update 1codeworkx2012-06-021-0/+6
|/
* net: Audit drivers to identify those needing IFF_TX_SKB_SHARING clearedNeil Horman2011-08-151-0/+1
* tun: teach the tun/tap driver to support netpollNeil Horman2011-06-161-1/+23
* net: call dev_alloc_name from register_netdeviceJiri Pirko2011-05-051-6/+0
* ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIDavid Decotigny2011-04-291-1/+1
* net: tun: convert to hw_featuresMichał Mirosław2011-04-201-38/+25
* tun: Convert logging messages to pr_<level> and tun_debugJoe Perches2011-03-031-32/+51
* net: change netdev->features to u32Michał Mirosław2011-01-241-1/+1
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2011-01-131-1/+1
|\
| * tree-wide: fix comment/printk typosUwe Kleine-König2010-11-011-1/+1
* | net: Use skb_checksum_start_offset()Michał Mirosław2010-12-161-1/+1
|/
* tun: keep link (carrier) state up to dateNolan Leake2010-07-301-7/+3
* tun: avoid BUG, dump packet on GSO errorsMichael S. Tsirkin2010-07-241-2/+12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-05-251-0/+2
|\
| * tun: Update classid on packet injectionHerbert Xu2010-05-241-0/+2
* | driver core: add devname module aliases to allow module on-demand auto-loadingKay Sievers2010-05-251-0/+1
|/
* drivers/net: remove useless semicolonsJoe Perches2010-05-171-1/+1
* drivers/net: Remove unnecessary returns from void function()sJoe Perches2010-05-141-1/+0
* net: trans_start cleanupsEric Dumazet2010-05-101-1/+0
* tun: add ioctl to modify vnet header sizeMichael S. Tsirkin2010-05-031-4/+28
* net: sock_def_readable() and friends RCU conversionEric Dumazet2010-05-011-9/+12
* net: sk_sleep() helperEric Dumazet2010-04-201-2/+2
* tun: orphan an skb on txMichael S. Tsirkin2010-04-141-0/+4
* Merge branch 'for-next' into for-linusJiri Kosina2010-03-081-1/+1
|\
| * tree-wide: Assorted spelling fixesDaniel Mack2010-02-091-1/+1
* | tun: socket filter supportMichael S. Tsirkin2010-02-171-0/+26
* | tun: export underlying socketMichael S. Tsirkin2010-01-151-19/+82
|/
* tun: use tun_sk instead container_ofVitaliy Gusev2009-12-261-3/+3
* net/tun: handle compat_ioctl directlyArnd Bergmann2009-11-061-7/+46
* net: Remove BKL from tunThomas Gleixner2009-10-141-4/+1
* Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-09-241-1/+1
|\
| * Driver-Core: extend devnode callbacks to provide permissionsKay Sievers2009-09-191-1/+1
* | tun: Return -EINVAL if neither IFF_TUN nor IFF_TAP is set.Kusanagi Kouichi2009-09-221-3/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-09-141-24/+28
|\
| * tun: reuse struct sock fieldsMichael S. Tsirkin2009-09-011-18/+12
| * netdev: convert pseudo drivers to netdev_tx_tStephen Hemminger2009-09-011-1/+1
| * Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-08-121-31/+19
| |\
| * | tun: Allow tap device to send/receive UFO packets.Sridhar Samudrala2009-07-171-1/+12
| * | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-07-091-1/+3
| |\ \
| * | | tun: Remove a dead line of codePaul Moore2009-07-071-1/+0
| * | | net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy2009-07-051-2/+2
* | | | lsm: Add hooks to the TUN driverPaul Moore2009-09-011-7/+15
| |_|/ |/| |
* | | tun: Extend RTNL lock coverage over whole ioctlHerbert Xu2009-08-091-31/+19
| |/ |/|
* | tun/tap: Fix crashes if open() /dev/net/tun and then poll() it.Mariusz Kozlowski2009-07-061-1/+3
|/
* tun: Fix device unregister raceHerbert Xu2009-07-051-7/+9
* Driver Core: misc: add nodename support for misc devices.Kay Sievers2009-06-151-0/+1
* tun: Fix unregister raceEric W. Biederman2009-06-081-3/+4