aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/tun.c
AgeCommit message (Expand)Author
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko
2011-07-27net: Audit drivers to identify those needing IFF_TX_SKB_SHARING clearedNeil Horman
2011-06-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-06-16tun: teach the tun/tap driver to support netpollNeil Horman
2011-06-11virtio_net: introduce VIRTIO_NET_HDR_F_DATA_VALIDJason Wang
2011-06-09tun: do not put self in waitq if doing a nonblock readAmos Kong
2011-06-09tun: dont force inline of functionsstephen hemminger
2011-06-09tun: reserves space for network in skbstephen hemminger
2011-06-05drivers/net: Remove unnecessary semicolonsJoe Perches
2011-05-05net: call dev_alloc_name from register_netdeviceJiri Pirko
2011-04-29ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIDavid Decotigny
2011-04-20net: tun: convert to hw_featuresMichał Mirosław
2011-03-03tun: Convert logging messages to pr_<level> and tun_debugJoe Perches
2011-01-24net: change netdev->features to u32Michał Mirosław
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds
2010-12-16net: Use skb_checksum_start_offset()Michał Mirosław
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König
2010-07-30tun: keep link (carrier) state up to dateNolan Leake
2010-07-24tun: avoid BUG, dump packet on GSO errorsMichael S. Tsirkin
2010-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2010-05-25driver core: add devname module aliases to allow module on-demand auto-loadingKay Sievers
2010-05-24tun: Update classid on packet injectionHerbert Xu
2010-05-17drivers/net: remove useless semicolonsJoe Perches
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches
2010-05-10net: trans_start cleanupsEric Dumazet
2010-05-03tun: add ioctl to modify vnet header sizeMichael S. Tsirkin
2010-05-01net: sock_def_readable() and friends RCU conversionEric Dumazet
2010-04-20net: sk_sleep() helperEric Dumazet
2010-04-14tun: orphan an skb on txMichael S. Tsirkin
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina
2010-02-17tun: socket filter supportMichael S. Tsirkin
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack
2010-01-15tun: export underlying socketMichael S. Tsirkin
2009-12-26tun: use tun_sk instead container_ofVitaliy Gusev
2009-11-06net/tun: handle compat_ioctl directlyArnd Bergmann
2009-10-14net: Remove BKL from tunThomas Gleixner
2009-09-24Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller
2009-09-22tun: Return -EINVAL if neither IFF_TUN nor IFF_TAP is set.Kusanagi Kouichi
2009-09-19Driver-Core: extend devnode callbacks to provide permissionsKay Sievers
2009-09-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2009-09-01tun: reuse struct sock fieldsMichael S. Tsirkin
2009-09-01netdev: convert pseudo drivers to netdev_tx_tStephen Hemminger
2009-09-01lsm: Add hooks to the TUN driverPaul Moore
2009-08-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-08-09tun: Extend RTNL lock coverage over whole ioctlHerbert Xu
2009-07-17tun: Allow tap device to send/receive UFO packets.Sridhar Samudrala
2009-07-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-07-07tun: Remove a dead line of codePaul Moore
2009-07-06tun/tap: Fix crashes if open() /dev/net/tun and then poll() it.Mariusz Kozlowski
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy