Commit Graph

253 Commits (f114040e3ea6e07372334ade75d1ee0775c355e1)

Author SHA1 Message Date
Jeff Layton e0b93eddfe security: make security_file_set_fowner, f_setown and __f_setown void return 11 years ago
Tom Gundersen c835a67733 net: set name_assign_type in alloc_netdev() 11 years ago
Xi Wang 9e641bdcfa net-tun: restructure tun_do_read for better sleep/wakeup efficiency 11 years ago
Monam Agarwal c956674b7c drivers/net: Use RCU_INIT_POINTER(x, NULL) in tun.c 11 years ago
Fernando Luis Vazquez Cao 6671b2240c tun: remove bogus hardware vlan acceleration flags from vlan_features 11 years ago
Daniel Borkmann 99932d4fc0 netdevice: add queue selection fallback handler for ndo_select_queue 11 years ago
Masatake YAMATO 93e14b6d77 tun: add device name(iff) field to proc fdinfo entry 11 years ago
Dominic Curran fa35864e0b tuntap: Fix for a race in accessing numqueues 11 years ago
Jason Wang f663dd9aaf net: core: explicitly select a txq before doing l2 forwarding 11 years ago
Zhi Yong Wu fbe4d4565b tun, rfs: fix the incorrect hash value 11 years ago
Tom Herbert 9bc8893937 tun: Add support for RFS on tun flows 11 years ago
Tom Herbert 3958afa1b2 net: Change skb_get_rxhash to skb_get_hash 11 years ago
Jason Wang e6fd07c899 tun: unbreak truncated packet signalling 11 years ago
David S. Miller bbd37626e6 net: Revert macvtap/tun truncation signalling changes. 11 years ago
Jason Wang 923347bb83 tun: unbreak truncated packet signalling 11 years ago
David S. Miller 42404c0915 Revert "tun: remove useless codes in tun_chr_aio_read() and tun_recvmsg()" 11 years ago
Zhi Yong Wu 73713357ab tun: remove useless codes in tun_chr_aio_read() and tun_recvmsg() 11 years ago
Zhi Yong Wu f96eb74c84 tun: remove unused parameter in tun_do_read() 11 years ago
stephen hemminger 92d4ea6e41 tun: spelling fixes 11 years ago
Zhi Yong Wu d0b7da8afa tun: update file current position 11 years ago
Jason Wang 96f8d9ecf2 tuntap: limit head length of skb allocated 11 years ago
Michael S. Tsirkin 5c0c52c910 tun: don't look at current when non-blocking 11 years ago
Jason Wang 662ca437e7 tuntap: correctly handle error in tun_set_iff() 12 years ago
Jason Wang 7bf6630523 tuntap: orphan frags before trying to set tx timestamp 12 years ago
Jason Wang 4bfb0513ff tuntap: purge socket error queue on detach 12 years ago
Pavel Emelyanov 76975e9cb4 tun: Get skfilter layout 12 years ago
Pavel Emelyanov 849c9b6f93 tun: Allow to skip filter on attach 12 years ago
Pavel Emelyanov 3d407a80b6 tun: Report whether the queue is attached or not 12 years ago
Pavel Emelyanov fb7589a162 tun: Add ability to create tun device with given index 12 years ago
Dan Carpenter 15718ea0d8 tun: signedness bug in tun_get_user() 12 years ago
Weiping Pan d9bf5f1309 tun: compare with 0 instead of total_len 12 years ago
Eric Dumazet 28d6427109 net: attempt high order allocations in sock_alloc_send_pskb() 12 years ago
Jason Wang c3bdeb5c7c net: move zerocopy_sg_from_iovec() to net/core/datagram.c 12 years ago
Jason Wang b4bf07771f net: move iov_pages() to net/core/iovec.c 12 years ago
Jason Wang 6680ec68ef tuntap: hardware vlan tx support 12 years ago
Richard Cochran eda2977291 tun: Support software transmit time stamping. 12 years ago
Jason Wang 885291761d tuntap: do not zerocopy if iov needs more pages than MAX_SKB_FRAGS 12 years ago
Jason Wang 3dd5c3308e tuntap: correctly linearize skb when zerocopy is used 12 years ago
Michael S. Tsirkin 7e24bfbe43 tun: fix recovery from gup errors 12 years ago
Pavel Emelyanov 944a1376b6 tun: Turn tun_flow_init() into void fn 12 years ago
Pavel Emelyanov 274038f8c9 tun: Report "persist" flag to userspace 12 years ago
Jason Wang 19a6afb23e tuntap: set SOCK_ZEROCOPY flag during open 12 years ago
Jason Wang 92bb73ea2c tuntap: fix a possible race between queue selection and changing queues 12 years ago
Jason Wang 8e6d91ae09 tuntap: forbid changing mq flag for persistent device 12 years ago
Gao feng 3811ae76bc net: tun: release the reference of tun device in tun_recvmsg 12 years ago
Jason Wang e8dbad66ef tuntap: correct the return value in tun_set_iff() 12 years ago
Wei Yongjun 3be8fbab18 tuntap: fix error return code in tun_set_iff() 12 years ago
Jason Wang c0317998c3 tuntap: initialize vlan_features 12 years ago
Jason Wang 40893fd0fd net: switch to use skb_probe_transport_header() 12 years ago
Jason Wang 38502af77e tuntap: set transport header before passing it to kernel 12 years ago