| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-09-22 | net: replace use of system_unbound_wq with system_dfl_wq | Marco Crivellari | 1 | -1/+1 |
| 2025-05-27 | net: core: Convert dev_set_mac_address() to struct sockaddr_storage | Kees Cook | 1 | -9/+9 |
| 2025-04-09 | net: remove __get_unaligned_cpu32 from macvlan driver | Julian Vetter | 1 | -1/+1 |
| 2025-03-08 | net: move misc netdev_lock flavors to a separate header | Jakub Kicinski | 1 | -0/+1 |
| 2025-02-21 | net: Use link/peer netns in newlink() of rtnl_link_ops | Xiao Liang | 1 | -2/+2 |
| 2025-02-21 | rtnetlink: Pack newlink() params into struct | Xiao Liang | 1 | -8/+11 |
| 2024-11-15 | ndo_fdb_del: Add a parameter to report whether notification was sent | Petr Machata | 1 | -1/+1 |
| 2024-11-15 | ndo_fdb_add: Add a parameter to report whether notification was sent | Petr Machata | 1 | -1/+1 |
| 2024-10-23 | netpoll: remove ndo_netpoll_setup() second argument | Eric Dumazet | 1 | -1/+1 |
| 2024-09-03 | netdev_features: convert NETIF_F_LLTX to dev->lltx | Alexander Lobakin | 1 | -1/+2 |
| 2024-09-03 | netdevice: convert private flags > BIT(31) to bitfields | Alexander Lobakin | 1 | -1/+2 |
| 2024-07-15 | net: Add struct kernel_ethtool_ts_info | Kory Maincent | 1 | -1/+1 |
| 2024-05-07 | net: annotate writes on dev->mtu from ndo_change_mtu() | Eric Dumazet | 1 | -1/+1 |
| 2024-02-26 | rtnetlink: prepare nla_put_iflink() to run under RCU | Eric Dumazet | 1 | -1/+1 |
| 2023-12-05 | macvlan: implement .parse_protocol hook function in macvlan_hard_header_ops | Zhengchao Shao | 1 | -0/+1 |
| 2023-11-18 | net: ethtool: Refactor identical get_ts_info implementations. | Richard Cochran | 1 | -13/+1 |
| 2023-11-16 | macvlan: Don't propagate promisc change to lower dev in passthru | Vlad Buslov | 1 | -1/+1 |
| 2023-08-02 | net: macvlan: convert to ndo_hwtstamp_get() / ndo_hwtstamp_set() | Maxim Georgiev | 1 | -20/+14 |
| 2023-07-25 | macvlan: add forgotten nla_policy for IFLA_MACVLAN_BC_CUTOFF | Lin Ma | 1 | -0/+1 |
| 2023-03-31 | macvlan: Fix mc_filter calculation | Herbert Xu | 1 | -7/+8 |
| 2023-03-29 | macvlan: Add netlink attribute for broadcast cutoff | Herbert Xu | 1 | -2/+29 |
| 2023-03-29 | macvlan: Skip broadcast queue if multicast with single receiver | Herbert Xu | 1 | -28/+46 |
| 2022-11-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -2/+2 |
| 2022-11-14 | net: macvlan: Use built-in RCU list checking | Chuang Wang | 1 | -2/+2 |
| 2022-11-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+3 |
| 2022-11-10 | net: macvlan: fix memory leaks of macvlan_common_newlink | Chuang Wang | 1 | -1/+3 |
| 2022-10-28 | net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers). | Thomas Gleixner | 1 | -2/+2 |
| 2022-10-14 | net: macvlan: change schedule system_wq to system_unbound_wq | zhangxiangqian | 1 | -1/+1 |
| 2022-10-09 | macvlan: enforce a consistent minimal mtu | Eric Dumazet | 1 | -1/+1 |
| 2022-08-31 | net: move from strlcpy with unused retval to strscpy | Wolfram Sang | 1 | -2/+2 |
| 2022-06-09 | vlan: adopt u64_stats_t | Eric Dumazet | 1 | -9/+9 |
| 2022-06-09 | net: rename reference+tracking helpers | Jakub Kicinski | 1 | -2/+2 |
| 2022-05-09 | rtnetlink: add extack support in fdb del handlers | Alaa Mohamed | 1 | -1/+2 |
| 2022-05-06 | net: add netif_inherit_tso_max() | Jakub Kicinski | 1 | -4/+2 |
| 2022-04-13 | macvlan: Fix leaking skb in source mode with nodst option | Martin Willi | 1 | -2/+6 |
| 2022-03-14 | net: macvlan: add net device refcount tracker | Ziyang Xuan | 1 | -2/+2 |
| 2022-03-14 | net: macvlan: fix potential UAF problem for lowerdev | Ziyang Xuan | 1 | -1/+13 |
| 2022-03-11 | net: add per-cpu storage and net->core_stats | Eric Dumazet | 1 | -1/+1 |
| 2022-03-04 | net: macvlan: Use netif_rx(). | Sebastian Andrzej Siewior | 1 | -1/+1 |
| 2022-02-14 | net: dev: Makes sure netif_rx() can be invoked in any context. | Sebastian Andrzej Siewior | 1 | -2/+2 |
| 2021-11-23 | net: remove .ndo_change_proto_down | Jakub Kicinski | 1 | -2/+1 |
| 2021-11-22 | net: annotate accesses to dev->gso_max_segs | Eric Dumazet | 1 | -2/+2 |
| 2021-11-22 | net: annotate accesses to dev->gso_max_size | Eric Dumazet | 1 | -2/+2 |
| 2021-10-24 | net: drivers: get ready for const netdev->dev_addr | Jakub Kicinski | 1 | -1/+2 |
| 2021-10-02 | net: use eth_hw_addr_set() instead of ether_addr_copy() | Jakub Kicinski | 1 | -1/+1 |
| 2021-10-02 | net: use eth_hw_addr_set() | Jakub Kicinski | 1 | -1/+1 |
| 2021-07-27 | dev_ioctl: split out ndo_eth_ioctl | Arnd Bergmann | 1 | -4/+4 |
| 2021-06-01 | macvlan: Fix a typo | Zheng Yongjun | 1 | -1/+1 |
| 2021-04-27 | macvlan: Use 'hash' iterators to simplify code | Christophe JAILLET | 1 | -27/+18 |
| 2021-04-25 | macvlan: Add nodst option to macvlan type source | Jethro Beekman | 1 | -5/+14 |
| 2021-01-05 | macvlan: remove redundant null check on data | Yunjian Wang | 1 | -1/+1 |
| 2020-12-03 | macvlan: Support for high multicast packet rate | Thomas Karlsson | 1 | -2/+38 |
| 2020-11-07 | net: macvlan: remove redundant initialization in macvlan_dev_netpoll_setup | Menglong Dong | 1 | -1/+1 |
| 2020-11-03 | net: macvlan: Demote nonconformant function header | Lee Jones | 1 | -1/+1 |
| 2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 1 | -1/+1 |
| 2020-08-18 | macvlan: validate setting of multiple remote source MAC addresses | Alvin Šipraga | 1 | -4/+17 |
| 2020-06-28 | net: get rid of lockdep_set_class_and_subclass() | Cong Wang | 1 | -3/+2 |
| 2020-06-09 | net: change addr_list_lock back to static key | Cong Wang | 1 | -2/+11 |
| 2020-05-26 | macvlan: Skip loopback packets in RX handler | Alexander Sverdlin | 1 | -0/+4 |
| 2020-05-07 | netpoll: accept NULL np argument in netpoll_send_skb() | Eric Dumazet | 1 | -3/+2 |
| 2020-05-04 | net: partially revert dynamic lockdep key changes | Cong Wang | 1 | -0/+2 |
| 2020-04-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -1/+1 |
| 2020-04-22 | macvlan: silence RCU list debugging warning | Wei Yongjun | 1 | -1/+2 |
| 2020-04-21 | macvlan: fix null dereference in macvlan_device_event() | Taehee Yoo | 1 | -1/+1 |
| 2020-03-09 | macvlan: add cond_resched() during multicast processing | Mahesh Bandewar | 1 | -0/+2 |
| 2020-01-19 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -2/+3 |
| 2020-01-16 | macvlan: use skb_reset_mac_header() in macvlan_queue_xmit() | Eric Dumazet | 1 | -2/+3 |
| 2020-01-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -1/+1 |
| 2020-01-08 | macvlan: do not assume mac_header is set in macvlan_broadcast() | Eric Dumazet | 1 | -1/+1 |
| 2019-12-25 | net: macvlan: Use the PHY time stamping interface. | Richard Cochran | 1 | -2/+2 |
| 2019-11-25 | macvlan: schedule bc_work even if error | Menglong Dong | 1 | -1/+2 |
| 2019-10-24 | net: remove unnecessary variables and callback | Taehee Yoo | 1 | -7/+0 |
| 2019-10-24 | net: core: add generic lockdep keys | Taehee Yoo | 1 | -12/+0 |
| 2019-06-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -5/+1 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 1 | -5/+1 |
| 2019-05-29 | macvlan: Replace strncpy() by strscpy() | Gustavo A. R. Silva | 1 | -1/+1 |
| 2019-05-20 | macvlan: Mark expected switch fall-through | Gustavo A. R. Silva | 1 | -0/+1 |
| 2019-05-09 | macvlan: disable SIOCSHWTSTAMP in container | Hangbin Liu | 1 | -0/+2 |
| 2019-04-27 | netlink: make nla_nest_start() add NLA_F_NESTED flag | Michal Kubecek | 1 | -1/+1 |
| 2019-03-20 | macvlan: pass get_ts_info and SIOC[SG]HWTSTAMP ioctl to real device | Hangbin Liu | 1 | -0/+48 |
| 2019-02-24 | macvlan: add ndo_change_proto_down support | Andy Roulin | 1 | -0/+1 |
| 2019-01-31 | macvlan: use netif_is_macvlan_port() | Julian Wiedmann | 1 | -4/+2 |
| 2019-01-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
| 2019-01-17 | macvlan: replace kfree_skb by consume_skb for drop profiles | Yang Wei | 1 | -1/+1 |
| 2019-01-17 | net: Add extack argument to ndo_fdb_add() | Petr Machata | 1 | -1/+2 |
| 2018-12-13 | net: dev: Add extack argument to dev_set_mac_address() | Petr Machata | 1 | -2/+2 |
| 2018-12-03 | macvlan: return correct error value | Matteo Croce | 1 | -2/+5 |
| 2018-10-19 | netpoll: allow cleanup to be synchronous | Debabrata Banerjee | 1 | -1/+1 |
| 2018-07-11 | macvlan: Change status when lower device goes down | Travis Brown | 1 | -0/+1 |
| 2018-07-09 | net: Add support for subordinate traffic classes to netdev_pick_tx | Alexander Duyck | 1 | -8/+2 |
| 2018-04-25 | macvlan: Use software path for offloaded local, broadcast, and multicast traffic | Alexander Duyck | 1 | -26/+21 |
| 2018-04-25 | macvlan: Rename fwd_priv to accel_priv and add accessor function | Alexander Duyck | 1 | -12/+19 |
| 2018-03-11 | macvlan: filter out unsupported feature flags | Shannon Nelson | 1 | -1/+1 |
| 2018-02-23 | macvlan: fix use-after-free in macvlan_common_newlink() | Alexey Kodanev | 1 | -1/+1 |
| 2018-01-02 | macvlan: Fix one possible double free | Gao Feng | 1 | -1/+6 |
| 2017-10-19 | macvlan/macvtap: Add support for L2 forwarding offloads with macvtap | Alexander Duyck | 1 | -4/+1 |
| 2017-10-14 | macvlan: Only update pkt_type if destination MAC address matches | Alexander Duyck | 1 | -1/+3 |
| 2017-10-14 | macvlan: Only deliver one copy of the frame to the macvlan interface | Alexander Duyck | 1 | -1/+1 |
| 2017-10-04 | net: Add extack to upper device linking | David Ahern | 1 | -3/+4 |
| 2017-09-20 | macvlan: code refine to check data before using | Zhang Shengju | 1 | -5/+8 |
| 2017-08-18 | macvlan: add offload features for encapsulation | Dimitris Michailidis | 1 | -1/+2 |
| 2017-07-17 | macvlan/macvtap: Remove NETIF_F_UFO advertisement. | David S. Miller | 1 | -1/+1 |
| 2017-06-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -15/+73 |
| 2017-06-26 | net: add netlink_ext_ack argument to rtnl_link_ops.validate | Matthias Schiffer | 1 | -1/+2 |
| 2017-06-26 | net: add netlink_ext_ack argument to rtnl_link_ops.changelink | Matthias Schiffer | 1 | -1/+2 |
| 2017-06-26 | net: add netlink_ext_ack argument to rtnl_link_ops.newlink | Matthias Schiffer | 1 | -1/+2 |
| 2017-06-22 | macvlan: Let passthru macvlan correctly restore lower mac address | Vlad Yasevich | 1 | -3/+44 |
| 2017-06-22 | macvlan: convert port passthru to flags. | Vlad Yasevich | 1 | -13/+24 |
| 2017-06-22 | macvlan: Fix passthru macvlan mac address inheritance | Vlad Yasevich | 1 | -1/+2 |
| 2017-06-22 | macvlan: Do not return error when setting the same mac address | Vlad Yasevich | 1 | -0/+4 |
| 2017-06-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
| 2017-06-14 | macvlan: propagate the mac address change status for lowerdev | Zhang Shengju | 1 | -4/+2 |
| 2017-06-07 | net: Fix inconsistent teardown and release of private netdev state. | David S. Miller | 1 | -1/+1 |
| 2017-05-15 | macvlan: Fix performance issues with vlan tagged packets | Vlad Yasevich | 1 | -2/+5 |
| 2017-04-25 | macvlan: Fix device ref leak when purging bc_queue | Herbert Xu | 1 | -1/+10 |
| 2017-02-11 | tap: Abstract type of virtual interface from tap implementation | Sainath Grandhi | 1 | -1/+1 |
| 2017-01-20 | macvlan: use netdev_is_rx_handler_busy instead of checking specific type | Mahesh Bandewar | 1 | -1/+1 |
| 2017-01-08 | net: make ndo_get_stats64 a void function | stephen hemminger | 1 | -3/+2 |
| 2016-12-07 | driver: macvlan: Remove the rcu member of macvlan_port | Gao Feng | 1 | -2/+1 |
| 2016-11-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+2 |
| 2016-11-23 | driver: macvlan: Check if need rollback multicast setting in macvlan_open | Gao Feng | 1 | -1/+2 |
| 2016-11-21 | driver: macvlan: Remove duplicated IFF_UP condition check in macvlan_forward_... | Gao Feng | 1 | -2/+1 |
| 2016-11-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -9/+22 |
| 2016-11-14 | driver: macvlan: Replace integer number with bool value | Gao Feng | 1 | -5/+5 |
| 2016-11-09 | driver: macvlan: Destroy new macvlan port if macvlan_common_newlink failed. | Gao Feng | 1 | -9/+22 |
| 2016-10-20 | net: use core MTU range checking in core net infra | Jarod Wilson | 1 | -1/+7 |
| 2016-08-13 | net: remove type_check from dev_get_nest_level() | Sabrina Dubroca | 1 | -1/+1 |
| 2016-06-09 | net: macvlan: call netdev_lockdep_set_classes() | Eric Dumazet | 1 | -10/+1 |
| 2016-06-01 | macvlan: Avoid unnecessary multicast cloning | Herbert Xu | 1 | -6/+34 |
| 2016-06-01 | macvlan: Fix potential use-after free for broadcasts | Herbert Xu | 1 | -2/+8 |
| 2016-04-26 | macvlan: fix failure during registration v3 | Francesco Ruggeri | 1 | -6/+4 |
| 2016-03-17 | vlan: propagate gso_max_segs | Eric Dumazet | 1 | -0/+2 |
| 2016-02-25 | net: macvlan: use __ethtool_get_ksettings | David Decotigny | 1 | -4/+4 |
| 2016-02-17 | macvlan: convert to use IFF_NO_QUEUE | Zhang Shengju | 1 | -1/+1 |
| 2016-01-29 | macvlan: make operstate and carrier more accurate | Nikolay Aleksandrov | 1 | -0/+2 |
| 2015-12-15 | net: Eliminate NETIF_F_GEN_CSUM and NETIF_F_V[46]_CSUM | Tom Herbert | 1 | -1/+1 |
| 2015-12-15 | net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASK | Tom Herbert | 1 | -1/+1 |
| 2015-11-17 | macvlan: fix leak in macvlan_handle_frame | Sabrina Dubroca | 1 | -0/+2 |
| 2015-10-12 | ipv4: Pass struct net into ip_defrag and ip_check_defrag | Eric W. Biederman | 1 | -1/+1 |
| 2015-08-03 | macvlan: Don't segment multiple tagged packets on macvlan device | Toshiaki Makita | 1 | -0/+1 |
| 2015-05-04 | macvlan: Propagate promiscuity setting to lower devices. | Vlad Yasevich | 1 | -0/+15 |
| 2015-04-02 | macvlan: implement ndo_get_iflink | Nicolas Dichtel | 1 | -1/+8 |
| 2015-03-02 | net: Kill dev_rebuild_header | Eric W. Biederman | 1 | -1/+0 |
| 2015-01-23 | macvlan: advertise link netns via netlink | Nicolas Dichtel | 1 | -0/+6 |
| 2014-12-09 | macvlan: play well with ipvlan device | Mahesh Bandewar | 1 | -0/+3 |
| 2014-12-09 | macvlan: allow setting LRO independently of lower device | Michal Kubeček | 1 | -4/+5 |
| 2014-12-02 | net: make vid as a parameter for ndo_fdb_add/ndo_fdb_del | Jiri Pirko | 1 | -2/+2 |
| 2014-11-29 | macvlan: delay the header check for dodgy packets into lower device | Jason Wang | 1 | -2/+3 |
| 2014-10-25 | macvlan: fix a race on port dismantle and possible skb leaks | Eric Dumazet | 1 | -2/+8 |
| 2014-10-10 | macvlan: optimize the receive path | jbaron@akamai.com | 1 | -5/+10 |
| 2014-10-10 | macvlan: pass 'bool' type to macvlan_count_rx() | jbaron@akamai.com | 1 | -3/+3 |
| 2014-10-07 | net: better IFF_XMIT_DST_RELEASE support | Eric Dumazet | 1 | -1/+2 |
| 2014-09-29 | macvlan: add source mode | Michael Braun | 1 | -3/+301 |
| 2014-09-22 | macvlan: allow to enqueue broadcast pkt on virtual device | Nicolas Dichtel | 1 | -1/+2 |
| 2014-09-19 | net: allow macvlans to move to net namespace | Francesco Ruggeri | 1 | -0/+1 |
| 2014-08-21 | macvlan: Allow setting multicast filter on all macvlan types | Vlad Yasevich | 1 | -2/+8 |
| 2014-08-14 | Revert "macvlan: simplify the structure port" | David S. Miller | 1 | -5/+7 |
| 2014-07-31 | macvlan: Initialize vlan_features to turn on offload support. | Vlad Yasevich | 1 | -0/+1 |
| 2014-06-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+0 |
| 2014-06-08 | net: force a list_del() in unregister_netdevice_many() | Eric Dumazet | 1 | -1/+0 |
| 2014-06-04 | macvlan: Support bonding events | Vlad Yasevich | 1 | -0/+7 |
| 2014-06-02 | macvlan: add netpoll support | dingtianhong | 1 | -1/+65 |
| 2014-06-02 | macvlan: fix the problem when mac address changes for passthru mode | dingtianhong | 1 | -12/+38 |
| 2014-05-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -4/+14 |
| 2014-05-16 | macvlan: Fix lockdep warnings with stacked macvlan devices | Vlad Yasevich | 1 | -2/+10 |
| 2014-05-15 | macvlan: simplify the structure port | dingtianhong | 1 | -7/+5 |
| 2014-05-14 | macvlan: Propagate lowerdev MTU changes | dingtianhong | 1 | -0/+7 |
| 2014-05-12 | macvlan: Don't propagate IFF_ALLMULTI changes on down interfaces. | Peter Christensen | 1 | -2/+4 |
| 2014-05-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -3/+0 |
| 2014-04-30 | Revert "macvlan : fix checksums error when we are in bridge mode" | Vlad Yasevich | 1 | -3/+0 |
| 2014-04-23 | macvlan: Fix leak and NULL dereference on error path | Herbert Xu | 1 | -4/+7 |
| 2014-04-20 | macvlan: Move broadcasts into a work queue | Herbert Xu | 1 | -23/+93 |
| 2014-03-14 | net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irq | Eric W. Biederman | 1 | -2/+2 |
| 2014-03-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+5 |
| 2014-03-03 | macvlan: Add support for 'always_on' offload features | Vlad Yasevich | 1 | -2/+5 |
| 2014-02-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+3 |
| 2014-02-14 | net: introduce netdev_alloc_pcpu_stats() for drivers | WANG Cong | 1 | -8/+1 |
| 2014-02-13 | macvlan: unregister net device when netdev_upper_dev_link() fails | Cong Wang | 1 | -2/+3 |
| 2014-01-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -7/+7 |
| 2014-01-10 | net: core: explicitly select a txq before doing l2 forwarding | Jason Wang | 1 | -6/+3 |
| 2014-01-10 | macvlan: forbid L2 fowarding offload for macvtap | Jason Wang | 1 | -1/+4 |
| 2014-01-06 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -3/+13 |
| 2014-01-04 | macvlan: unify macvlan_pcpu_stats and vlan_pcpu_stats | Li RongQing | 1 | -4/+4 |
| 2013-12-28 | macvlan: make start_xmit local | stephen hemminger | 1 | -3/+2 |
| 2013-12-26 | macvlan: fix netdev feature propagation from lower device | Florian Westphal | 1 | -3/+13 |
| 2013-12-12 | macvlan: Remove custom recieve and forward handlers | Vlad Yasevich | 1 | -12/+5 |
| 2013-12-05 | macvlan: Support creating macvtaps from macvlans | Kevin Wallace | 1 | -5/+3 |
| 2013-11-14 | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -0/+7 |
| 2013-11-07 | net: Add layer 2 hardware acceleration operations for macvlan devices | John Fastabend | 1 | -1/+35 |
| 2013-11-06 | net: Explicitly initialize u64_stats_sync structures for lockdep | John Stultz | 1 | -0/+7 |
| 2013-10-22 | macvlan: resolve ENOENT errors on creation | John Fastabend | 1 | -6/+5 |
| 2013-09-11 | macvlan: Move skb_clone check closer to call | Herbert Xu | 1 | -4/+6 |
| 2013-09-03 | net: macvlan: inherit addr_assign_type along with dev_addr | Bjørn Mork | 1 | -1/+1 |
| 2013-08-30 | macvlan: fix typo in assignment | Lutz Jaenicke | 1 | -1/+1 |
| 2013-08-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+4 |
| 2013-08-05 | macvlan: validate flags | Michael S. Tsirkin | 1 | -0/+4 |
| 2013-08-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -4/+19 |
| 2013-08-01 | macvlan: handle set_promiscuity failures | Michael S. Tsirkin | 1 | -2/+5 |
| 2013-08-01 | macvlan: better mode validation | Michael S. Tsirkin | 1 | -2/+14 |
| 2013-07-23 | macvlan fdb replace support | Thomas Richter | 1 | -0/+3 |