summaryrefslogtreecommitdiffstats
path: root/drivers/net/tun.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | virtio_net: introduce VIRTIO_NET_HDR_F_DATA_VALIDJason Wang2011-06-121-0/+2
* | tun: do not put self in waitq if doing a nonblock readAmos Kong2011-06-091-2/+4
* | tun: dont force inline of functionsstephen hemminger2011-06-091-9/+9
* | tun: reserves space for network in skbstephen hemminger2011-06-091-2/+2
* | drivers/net: Remove unnecessary semicolonsJoe Perches2011-06-051-1/+1
|/
* net: call dev_alloc_name from register_netdeviceJiri Pirko2011-05-051-6/+0Star
* ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIDavid Decotigny2011-04-291-1/+1
* net: tun: convert to hw_featuresMichał Mirosław2011-04-201-38/+25Star
* tun: Convert logging messages to pr_<level> and tun_debugJoe Perches2011-03-031-32/+51
* net: change netdev->features to u32Michał Mirosław2011-01-251-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-311-7/+3Star
* tun: avoid BUG, dump packet on GSO errorsMichael S. Tsirkin2010-07-251-2/+12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-05-261-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-261-0/+1
|/
* drivers/net: remove useless semicolonsJoe Perches2010-05-181-1/+1
* drivers/net: Remove unnecessary returns from void function()sJoe Perches2010-05-141-1/+0Star
* net: trans_start cleanupsEric Dumazet2010-05-101-1/+0Star
* tun: add ioctl to modify vnet header sizeMichael S. Tsirkin2010-05-031-4/+28
* net: sock_def_readable() and friends RCU conversionEric Dumazet2010-05-021-9/+12
* net: sk_sleep() helperEric Dumazet2010-04-211-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-181-0/+26