Commit Graph

141 Commits (486e259340fc4c60474f2c14703e3b3634bb58ca)

Author SHA1 Message Date
Rick Jones 84b4050111 Sweep away N/A fw_version dustbunnies from the .get_drvinfo routine of a number of drivers 13 years ago
Michał Mirosław c8f44affb7 net: introduce and use netdev_features_t for device features sets 13 years ago
Rick Jones 33a5ba144e net: sweep-up some straglers in strlcpy conversion of .get_drvinfo routines 13 years ago
Jiri Pirko afc4b13df1 net: remove use of ndo_set_multicast_list in drivers 14 years ago
Neil Horman 550fd08c2c net: Audit drivers to identify those needing IFF_TX_SKB_SHARING cleared 14 years ago
Neil Horman bebd097a0a tun: teach the tun/tap driver to support netpoll 14 years ago
Jason Wang 10a8d94a95 virtio_net: introduce VIRTIO_NET_HDR_F_DATA_VALID 14 years ago
Amos Kong 61a5ff15eb tun: do not put self in waitq if doing a nonblock read 14 years ago
stephen hemminger 6f7c156c08 tun: dont force inline of functions 14 years ago
stephen hemminger a504b86e71 tun: reserves space for network in skb 14 years ago
Joe Perches 6403eab143 drivers/net: Remove unnecessary semicolons 14 years ago
Jiri Pirko 1c5cae815d net: call dev_alloc_name from register_netdevice 14 years ago
David Decotigny 7073949720 ethtool: cosmetic: Use ethtool ethtool_cmd_speed API 14 years ago
Michał Mirosław 8825537521 net: tun: convert to hw_features 14 years ago
Joe Perches 6b8a66ee91 tun: Convert logging messages to pr_<level> and tun_debug 14 years ago
Michał Mirosław 04ed3e741d net: change netdev->features to u32 14 years ago
Michał Mirosław 55508d601d net: Use skb_checksum_start_offset() 14 years ago
Uwe Kleine-König b595076a18 tree-wide: fix comment/printk typos 14 years ago
Nolan Leake bee31369ce tun: keep link (carrier) state up to date 15 years ago
Michael S. Tsirkin ef3db4a595 tun: avoid BUG, dump packet on GSO errors 15 years ago
Kay Sievers 578454ff7e driver core: add devname module aliases to allow module on-demand auto-loading 15 years ago
Herbert Xu 8286274284 tun: Update classid on packet injection 15 years ago
Joe Perches ee289b6440 drivers/net: remove useless semicolons 15 years ago
Joe Perches a4b770972b drivers/net: Remove unnecessary returns from void function()s 15 years ago
Eric Dumazet 1ae5dc342a net: trans_start cleanups 15 years ago
Michael S. Tsirkin d9d52b5178 tun: add ioctl to modify vnet header size 15 years ago
Eric Dumazet 4381548237 net: sock_def_readable() and friends RCU conversion 15 years ago
Eric Dumazet aa39514516 net: sk_sleep() helper 15 years ago
Michael S. Tsirkin 0110d6f22f tun: orphan an skb on tx 15 years ago
Michael S. Tsirkin 9940516259 tun: socket filter support 15 years ago
Daniel Mack 3ad2f3fbb9 tree-wide: Assorted spelling fixes 15 years ago
Michael S. Tsirkin 05c2828c72 tun: export underlying socket 15 years ago
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