| Commit message (Expand) | Author | Age | Files | Lines |
* | net: in virtio_net_hdr only add VLAN_HLEN to csum_start if payload holds vlan | Willem de Bruijn | 2018-06-26 | 1 | -1/+4 |
* | net: accept UFO datagrams from tuntap and packet | Willem de Bruijn | 2017-12-17 | 1 | -1/+1 |
* | tap: free skb if flags error | Wei Xu | 2017-12-17 | 1 | -4/+10 |
* | tun/tap: sanitize TUNSETSNDBUF input | Craig Gallek | 2017-11-01 | 1 | -0/+2 |
* | tap: reference to KVA of an unloaded module causes kernel panic | Girish Moodalbail | 2017-10-28 | 1 | -2/+3 |
* | tap: double-free in error path in tap_open() | Girish Moodalbail | 2017-10-26 | 1 | -9/+9 |
* | tun/tap: use paren's with sizeof | stephen hemminger | 2017-08-16 | 1 | -1/+1 |
* | tap: make struct tap_fops static | Colin Ian King | 2017-08-13 | 1 | -1/+1 |
* | tun/tap: Remove references to NETIF_F_UFO. | David S. Miller | 2017-07-17 | 1 | -5/+2 |
* | tap: convert a mutex to a spinlock | WANG Cong | 2017-07-11 | 1 | -9/+9 |
* | tap: support receiving skb from msg_control | Jason Wang | 2017-05-18 | 1 | -4/+8 |
* | tap: export skb_array | Jason Wang | 2017-05-18 | 1 | -0/+13 |
* | sched/headers: Move task_struct::signal and task_struct::sighand types and ac... | Ingo Molnar | 2017-03-03 | 1 | -1/+1 |
* | tap: tap as an independent module | Sainath Grandhi | 2017-02-11 | 1 | -0/+11 |
* | tap: Extending tap device create/destroy APIs | Sainath Grandhi | 2017-02-11 | 1 | -21/+97 |
* | tap: Abstract type of virtual interface from tap implementation | Sainath Grandhi | 2017-02-11 | 1 | -146/+118 |
* | tap: Tap character device creation/destroy API | Sainath Grandhi | 2017-02-11 | 1 | -11/+51 |
* | tap: Renaming tap related APIs, data structures, macros | Sainath Grandhi | 2017-02-11 | 1 | -166/+166 |
* | tap: Refactoring macvtap.c | Sainath Grandhi | 2017-02-11 | 1 | -0/+1186 |