Commit Graph

105 Commits (89751a7cb70a20f0d604dd7c4be29dd7b0011718)

Author SHA1 Message Date
Vitaliy Gusev 80924e5f7d tun: use tun_sk instead container_of 15 years ago
Arnd Bergmann 50857e2a59 net/tun: handle compat_ioctl directly 15 years ago
Thomas Gleixner deed49fbb6 net: Remove BKL from tun 16 years ago
Kusanagi Kouichi 36989b9087 tun: Return -EINVAL if neither IFF_TUN nor IFF_TAP is set. 16 years ago
Kay Sievers e454cea20b Driver-Core: extend devnode callbacks to provide permissions 16 years ago
Michael S. Tsirkin 89f56d1e91 tun: reuse struct sock fields 16 years ago
Stephen Hemminger 424efe9caf netdev: convert pseudo drivers to netdev_tx_t 16 years ago
Paul Moore 2b980dbd77 lsm: Add hooks to the TUN driver 16 years ago
Herbert Xu 876bfd4d0f tun: Extend RTNL lock coverage over whole ioctl 16 years ago
Sridhar Samudrala e36aa25a53 tun: Allow tap device to send/receive UFO packets. 16 years ago
Paul Moore 460deefae6 tun: Remove a dead line of code 16 years ago
Mariusz Kozlowski 3c8a9c63d5 tun/tap: Fix crashes if open() /dev/net/tun and then poll() it. 16 years ago
Patrick McHardy 6ed106549d net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions 16 years ago
Herbert Xu d23e43658a tun: Fix device unregister race 16 years ago
Kay Sievers d405640539 Driver Core: misc: add nodename support for misc devices. 16 years ago
Eric W. Biederman f0a4d0e5b5 tun: Fix unregister race 16 years ago
Sridhar Samudrala 6f536f4039 tun: Fix copy/paste error in tun_get_user 16 years ago
Herbert Xu 4909122fb8 tun: Optimise handling of bogus gso->hdr_len 16 years ago
Herbert Xu c722c625db tun: Only wake up writers 16 years ago
David Woodhouse 980c9e8cee tun: add tun_flags, owner, group attributes in sysfs 16 years ago
David Woodhouse f85ba78068 tun: add IFF_TUN_EXCL flag to avoid opening a persistent device. 16 years ago
Michael S. Tsirkin 6f26c9a755 tun: fix tun_chr_aio_write so that aio works 16 years ago
Michael S. Tsirkin 43b39dcdbd tun: fix tun_chr_aio_read so that aio works 16 years ago
Herbert Xu c40af84a67 tun: Fix sk_sleep races when attaching/detaching 16 years ago
Herbert Xu 9c3fea6ab0 tun: Only free a netdev when all tun descriptors are closed 16 years ago
Herbert Xu 0eca93bcf7 tun: Fix crash with non-GSO users 16 years ago
Herbert Xu ab46d77966 tun: Fix merge error 16 years ago
Alex Williamson cfbf84fcbc tun: Fix unicast filter overflow 16 years ago
Herbert Xu 33dccbb050 tun: Limit amount of queued packets per device 16 years ago
Michael Tokarev 1bded710a5 tun: Check supplemental groups in TUN/TAP driver. 16 years ago
Harvey Harrison 09640e6365 net: replace uses of __constant_{endian} 16 years ago
Eric W. Biederman f019a7a594 tun: Implement ip link del tunXXX 16 years ago
Eric W. Biederman aec191aa2a tun: There is no longer any need to deny changing network namespaces 16 years ago
Eric W. Biederman c70f182940 tun: Fix races between tun_net_close and free_netdev. 16 years ago
Eric W. Biederman b2430de37e tun: Move read_wait into tun_file 16 years ago
Eric W. Biederman 38231b7a8d tun: Make tun_net_xmit atomic wrt tun_attach && tun_detach 16 years ago
Eric W. Biederman 36b50bab53 tun: Grab the netns in open. 16 years ago
Eric W. Biederman 631ab46b79 tun: Introduce tun_file 16 years ago
Eric W. Biederman eac9e90265 tun: Use POLLERR not EBADF in tun_chr_poll 16 years ago
Eric W. Biederman a7385ba211 tun: Fix races in tun_set_iff 16 years ago
Eric W. Biederman 74a3e5a71c tun: Remove unnecessary tun_get_by_name 16 years ago
Gerrit Renker 745417e206 tun: Eliminate sparse signedness warning 16 years ago
Kusanagi Kouichi 7a0a9608e4 tun: Fix SIOCSIFHWADDR error. 16 years ago
Stephen Hemminger 008298231a netdev: add more functions to netdevice ops 16 years ago
Stephen Hemminger 758e43b74c tun: convert to net_device_ops 16 years ago
David Howells 86a264abe5 CRED: Wrap current->cred and a few other accessors 16 years ago
David Howells ee9785ada3 CRED: Wrap task credential accesses in the network device drivers 16 years ago
David S. Miller babcda74e9 drivers/net: Kill now superfluous ->last_rx stores. 17 years ago
Al Viro 233e70f422 saner FASYNC handling on file close 17 years ago
Johannes Berg e174961ca1 net: convert print_mac to %pM 17 years ago