Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
[linux-flexiantxendom0-3.2.10.git] / drivers / net / tun.c
2012-03-19 David S. MillerMerge git://git./linux/kernel/git/davem/net
2012-03-13 Stanislav Kinsburskytun: don't hold network namespace by tun sockets
2012-02-15 Danny Kukawkanet: replace random_ether_addr() with eth_hw_addr_random()
2011-11-22 Rick JonesSweep away N/A fw_version dustbunnies from the .get_drv...
2011-11-16 Michał Mirosławnet: introduce and use netdev_features_t for device...
2011-11-16 Rick Jonesnet: sweep-up some straglers in strlcpy conversion...
2011-08-18 Jiri Pirkonet: remove use of ndo_set_multicast_list in drivers
2011-07-28 Neil Hormannet: Audit drivers to identify those needing IFF_TX_SKB...
2011-06-21 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2011-06-17 Neil Hormantun: teach the tun/tap driver to support netpoll
2011-06-11 Jason Wangvirtio_net: introduce VIRTIO_NET_HDR_F_DATA_VALID
2011-06-09 Amos Kongtun: do not put self in waitq if doing a nonblock read
2011-06-09 stephen hemmingertun: dont force inline of functions
2011-06-09 stephen hemmingertun: reserves space for network in skb
2011-06-05 Joe Perchesdrivers/net: Remove unnecessary semicolons
2011-05-05 Jiri Pirkonet: call dev_alloc_name from register_netdevice
2011-04-29 David Decotignyethtool: cosmetic: Use ethtool ethtool_cmd_speed API
2011-04-20 Michał Mirosławnet: tun: convert to hw_features
2011-03-03 Joe Perchestun: Convert logging messages to pr_<level> and tun_debug
2011-01-24 Michał Mirosławnet: change netdev->features to u32
2011-01-13 Linus TorvaldsMerge branch 'for-next' of git://git./linux/kernel...
2010-12-16 Michał Mirosławnet: Use skb_checksum_start_offset()
2010-11-01 Uwe Kleine-Königtree-wide: fix comment/printk typos
2010-07-31 Nolan Leaketun: keep link (carrier) state up to date
2010-07-25 Michael S. Tsirkintun: avoid BUG, dump packet on GSO errors
2010-05-25 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-2.6
2010-05-25 Kay Sieversdriver core: add devname module aliases to allow module...
2010-05-24 Herbert Xutun: Update classid on packet injection
2010-05-18 Joe Perchesdrivers/net: remove useless semicolons
2010-05-14 Joe Perchesdrivers/net: Remove unnecessary returns from void funct...
2010-05-10 Eric Dumazetnet: trans_start cleanups
2010-05-03 Michael S. Tsirkintun: add ioctl to modify vnet header size
2010-05-01 Eric Dumazetnet: sock_def_readable() and friends RCU conversion
2010-04-20 Eric Dumazetnet: sk_sleep() helper
2010-04-14 Michael S. Tsirkintun: orphan an skb on tx
2010-03-08 Jiri KosinaMerge branch 'for-next' into for-linus
2010-02-18 Michael S. Tsirkintun: socket filter support
2010-02-09 Daniel Macktree-wide: Assorted spelling fixes
2010-01-15 Michael S. Tsirkintun: export underlying socket
2009-12-27 Vitaliy Gusevtun: use tun_sk instead container_of
2009-11-07 Arnd Bergmannnet/tun: handle compat_ioctl directly
2009-10-14 Thomas Gleixnernet: Remove BKL from tun
2009-09-24 David S. MillerMerge branch 'master' of /home/davem/src/GIT/linux...
2009-09-22 Kusanagi Kouichitun: Return -EINVAL if neither IFF_TUN nor IFF_TAP...
2009-09-19 Kay SieversDriver-Core: extend devnode callbacks to provide permis...
2009-09-14 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-next-2.6
2009-09-02 Michael S. Tsirkintun: reuse struct sock fields
2009-09-01 Stephen Hemmingernetdev: convert pseudo drivers to netdev_tx_t
2009-08-31 Paul Moorelsm: Add hooks to the TUN driver
2009-08-13 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-08-10 Herbert Xutun: Extend RTNL lock coverage over whole ioctl
2009-07-17 Sridhar Samudralatun: Allow tap device to send/receive UFO packets.
2009-07-10 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-07-08 Paul Mooretun: Remove a dead line of code
2009-07-06 Mariusz Kozlowskitun/tap: Fix crashes if open() /dev/net/tun and then...
2009-07-06 Patrick McHardynet: use NETDEV_TX_OK instead of 0 in ndo_start_xmit...
2009-07-06 Herbert Xutun: Fix device unregister race
2009-06-16 Kay SieversDriver Core: misc: add nodename support for misc devices.
2009-06-08 Eric W. Biedermantun: Fix unregister race
2009-06-08 Sridhar Samudralatun: Fix copy/paste error in tun_get_user
2009-06-08 Herbert Xutun: Optimise handling of bogus gso->hdr_len
2009-06-04 Herbert Xutun: Only wake up writers
2009-05-10 David Woodhousetun: add tun_flags, owner, group attributes in sysfs
2009-04-27 David Woodhousetun: add IFF_TUN_EXCL flag to avoid opening a persisten...
2009-04-21 Michael S. Tsirkintun: fix tun_chr_aio_write so that aio works
2009-04-21 Michael S. Tsirkintun: fix tun_chr_aio_read so that aio works
2009-04-20 Herbert Xutun: Fix sk_sleep races when attaching/detaching
2009-04-20 Herbert Xutun: Only free a netdev when all tun descriptors are...
2009-04-14 Herbert Xutun: Fix crash with non-GSO users
2009-02-15 Herbert Xutun: Fix merge error
2009-02-10 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-02-09 Alex Williamsontun: Fix unicast filter overflow
2009-02-06 Herbert Xutun: Limit amount of queued packets per device
2009-02-03 Michael Tokarevtun: Check supplemental groups in TUN/TAP driver.
2009-02-01 Harvey Harrisonnet: replace uses of __constant_{endian}
2009-01-22 Eric W. Biedermantun: Implement ip link del tunXXX
2009-01-22 Eric W. Biedermantun: There is no longer any need to deny changing netwo...
2009-01-22 Eric W. Biedermantun: Fix races between tun_net_close and free_netdev.
2009-01-22 Eric W. Biedermantun: Move read_wait into tun_file
2009-01-22 Eric W. Biedermantun: Make tun_net_xmit atomic wrt tun_attach && tun_detach
2009-01-22 Eric W. Biedermantun: Grab the netns in open.
2009-01-22 Eric W. Biedermantun: Introduce tun_file
2009-01-22 Eric W. Biedermantun: Use POLLERR not EBADF in tun_chr_poll
2009-01-22 Eric W. Biedermantun: Fix races in tun_set_iff
2009-01-22 Eric W. Biedermantun: Remove unnecessary tun_get_by_name
2009-01-05 Gerrit Renkertun: Eliminate sparse signedness warning
2008-12-30 Kusanagi Kouichitun: Fix SIOCSIFHWADDR error.
2008-12-28 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-next-2.6
2008-11-21 Stephen Hemmingernetdev: add more functions to netdevice ops
2008-11-20 Stephen Hemmingertun: convert to net_device_ops
2008-11-13 David HowellsCRED: Wrap current->cred and a few other accessors
2008-11-13 David HowellsCRED: Wrap task credential accesses in the network...
2008-11-07 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-11-04 David S. Millerdrivers/net: Kill now superfluous ->last_rx stores.
2008-11-01 Al Virosaner FASYNC handling on file close
2008-10-28 Johannes Bergnet: convert print_mac to %pM
2008-08-16 Rusty Russelltun: fallback if skb_alloc() fails on big packets
2008-08-16 Mark McLoughlintun: TUNGETIFF interface to query name and flags
2008-07-22 Harvey Harrisonnet: tun.c fix cast
2008-07-18 David S. MillerMerge branch 'master' of /linux/kernel/git/torvalds...
next