| Commit message (Expand) | Author | Age | Files | Lines |
* | mactap: Fix checksum errors for non-gso packets in bridge mode | Vlad Yasevich | 2014-04-30 | 1 | -0/+9 |
* | drivers/net: delete non-required instances of include <linux/init.h> | Paul Gortmaker | 2014-01-16 | 1 | -1/+0 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2013-12-18 | 1 | -5/+6 |
|\ |
|
| * | macvtap: signal truncated packets | Jason Wang | 2013-12-11 | 1 | -5/+6 |
| * | net: Revert macvtap/tun truncation signalling changes. | David S. Miller | 2013-12-10 | 1 | -14/+13 |
| * | macvtap: signal truncated packets | Jason Wang | 2013-12-10 | 1 | -13/+14 |
* | | net: Change skb_get_rxhash to skb_get_hash | Tom Herbert | 2013-12-17 | 1 | -1/+1 |
* | | macvlan: Remove custom recieve and forward handlers | Vlad Yasevich | 2013-12-12 | 1 | -2/+1 |
* | | macvtap: Add support of packet capture on macvtap device. | Vlad Yasevich | 2013-12-12 | 1 | -27/+32 |
* | | Revert "macvtap: remove useless codes in macvtap_aio_read() and macvtap_recvm... | David S. Miller | 2013-12-10 | 1 | -0/+5 |
* | | macvtap: remove useless codes in macvtap_aio_read() and macvtap_recvmsg() | Zhi Yong Wu | 2013-12-09 | 1 | -5/+0 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2013-12-09 | 1 | -0/+2 |
|\| |
|
| * | macvtap: update file current position | Zhi Yong Wu | 2013-12-06 | 1 | -0/+2 |
* | | macvtap: remove unused parameter in macvtap_do_read() | Zhi Yong Wu | 2013-12-06 | 1 | -3/+3 |
* | | macvtap: remove the dead branch | Zhi Yong Wu | 2013-12-06 | 1 | -6/+2 |
|/ |
|
* | macvtap: Do not double-count received packets | Vlad Yasevich | 2013-11-29 | 1 | -10/+0 |
* | macvtap: fix tx_dropped counting error | Jason Wang | 2013-11-28 | 1 | -1/+1 |
* | macvtap: limit head length of skb allocated | Jason Wang | 2013-11-14 | 1 | -1/+7 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2013-08-26 | 1 | -9/+9 |
|\ |
|
| * | macvtap: Ignore tap features when VNET_HDR is off | Vlad Yasevich | 2013-08-20 | 1 | -2/+4 |
| * | macvtap: Correctly set tap features when IFF_VNET_HDR is disabled. | Vlad Yasevich | 2013-08-20 | 1 | -4/+0 |
| * | macvtap: simplify usage of tap_features | Vlad Yasevich | 2013-08-20 | 1 | -4/+6 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2013-08-16 | 1 | -3/+9 |
|\| |
|
| * | macvtap: fix two races | Eric Dumazet | 2013-08-11 | 1 | -3/+9 |
* | | net: attempt high order allocations in sock_alloc_send_pskb() | Eric Dumazet | 2013-08-10 | 1 | -1/+1 |
* | | net: move zerocopy_sg_from_iovec() to net/core/datagram.c | Jason Wang | 2013-08-07 | 1 | -80/+0 |
* | | net: move iov_pages() to net/core/iovec.c | Jason Wang | 2013-08-07 | 1 | -23/+0 |
|/ |
|
* | macvtap: do not zerocopy if iov needs more pages than MAX_SKB_FRAGS | Jason Wang | 2013-07-18 | 1 | -25/+37 |
* | macvtap: do not assume 802.1Q when send vlan packets | Jason Wang | 2013-07-16 | 1 | -1/+1 |
* | macvtap: fix the missing ret value of TUNSETQUEUE | Jason Wang | 2013-07-16 | 1 | -0/+1 |
* | macvtap: correctly linearize skb when zerocopy is used | Jason Wang | 2013-07-10 | 1 | -2/+6 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2013-07-03 | 1 | -2/+4 |
|\ |
|
| * | macvtap: fix recovery from gup errors | Michael S. Tsirkin | 2013-06-25 | 1 | -2/+4 |
* | | macvtap: Perform GSO on forwarding path. | Vlad Yasevich | 2013-06-25 | 1 | -1/+31 |
* | | macvtap: Let TUNSETOFFLOAD actually controll offload features. | Vlad Yasevich | 2013-06-25 | 1 | -1/+64 |
* | | macvtap: Consistently use rcu functions | Vlad Yasevich | 2013-06-25 | 1 | -9/+9 |
* | | macvtap: Convert to using rtnl lock | Vlad Yasevich | 2013-06-25 | 1 | -37/+25 |
* | | macvtap: fix uninitialized return value macvtap_ioctl_set_queue() | Jason Wang | 2013-06-13 | 1 | -0/+2 |
* | | macvtap: slient sparse warnings | Jason Wang | 2013-06-13 | 1 | -1/+1 |
* | | macvtap: enable multiqueue flag | Jason Wang | 2013-06-07 | 1 | -5/+2 |
* | | macvtap: add TUNSETQUEUE ioctl | Jason Wang | 2013-06-07 | 1 | -19/+116 |
* | | macvtap: eliminate linear search | Jason Wang | 2013-06-07 | 1 | -44/+20 |
* | | macvtap: introduce macvtap_get_vlan() | Jason Wang | 2013-06-07 | 1 | -7/+20 |
* | | macvtap: do not add self to waitqueue if doing a nonblock read | Jason Wang | 2013-06-07 | 1 | -2/+5 |
* | | macvtap: fix a possible race between queue selection and changing queues | Jason Wang | 2013-06-07 | 1 | -1/+1 |
* | | net: pass info struct via netdevice notifier | Jiri Pirko | 2013-05-28 | 1 | -1/+1 |
|/ |
|
* | net: switch to use skb_probe_transport_header() | Jason Wang | 2013-03-27 | 1 | -8/+1 |
* | macvtap: set transport header before passing skb to lower device | Jason Wang | 2013-03-26 | 1 | -0/+9 |
* | macvtap: convert to idr_alloc() | Tejun Heo | 2013-02-27 | 1 | -16/+5 |
* | net: Fix possible wrong checksum generation. | Pravin B Shelar | 2013-02-13 | 1 | -2/+2 |