aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/tun.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-12-07tun: correctly report an error in tun_flow_init()Paul Moore1-1/+2
2012-12-03tun: only queue packets on deviceMichael S. Tsirkin1-16/+8
2012-12-03tuntap: attach queue 0 before registering netdeviceJason Wang1-6/+5
2012-11-26tun: put correct method name in a debug message.Rami Rosen1-1/+1
2012-11-26vtun: 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-02tun: 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/ebiederm/user-namespaceLinus Torvalds1-14/+32
2012-09-14cgroup: net_cls: Move sock_update_classid() declaration to cls_cgroup.hDaniel Wagner1-0/+1
2012-08-14userns: Convert tun/tap to use kuid and kgid where appropriateEric W. Biederman1-14/+32
2012-08-09tun: don't zeroize sock->file on detachStanislav Kinsbursky1-1/+0
2012-07-30tun: Fix formatting.David S. Miller1-2/+2
2012-07-29net/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-16drivers/net: Use eth_random_addrJoe Perches1-1/+1
2012-05-10drivers/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-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+12
2012-03-12tun: don't hold network namespace by tun socketsStanislav Kinsbursky1-3/+12
2012-02-15net: replace random_ether_addr() with eth_hw_addr_random()Danny Kukawka1-1/+1
2011-11-22Sweep away N/A fw_version dustbunnies from the .get_drvinfo routine of a number of driversRick Jones1-1/+0
2011-11-16net: introduce and use netdev_features_t for device features setsMichał Mirosław1-3/+4
2011-11-16net: sweep-up some straglers in strlcpy conversion of .get_drvinfo routinesRick Jones1-5/+5
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko1-1/+1
2011-07-27net: Audit drivers to identify those needing IFF_TX_SKB_SHARING clearedNeil Horman1-0/+1
2011-06-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+23
2011-06-16tun: teach the tun/tap driver to support netpollNeil Horman1-1/+23
2011-06-11virtio_net: introduce VIRTIO_NET_HDR_F_DATA_VALIDJason Wang1-0/+2
2011-06-09tun: do not put self in waitq if doing a nonblock readAmos Kong1-2/+4
2011-06-09tun: dont force inline of functionsstephen hemminger1-9/+9
2011-06-09tun: reserves space for network in skbstephen hemminger1-2/+2
2011-06-05drivers/net: Remove unnecessary semicolonsJoe Perches1-1/+1
2011-05-05net: call dev_alloc_name from register_netdeviceJiri Pirko1-6/+0
2011-04-29ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIDavid Decotigny1-1/+1
2011-04-20net: tun: convert to hw_featuresMichał Mirosław1-38/+25
2011-03-03tun: Convert logging messages to pr_<level> and tun_debugJoe Perches1-32/+51
2011-01-24net: change netdev->features to u32Michał Mirosław1-1/+1
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2010-12-16net: Use skb_checksum_start_offset()Michał Mirosław1-1/+1