index
:
pub/scm/linux/kernel/git/netdev/net.git
master
Netdev Group's networking tree
Netdev Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
macvlan.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+4
2026-08-10
macvlan: inherit needed_headroom and needed_tailroom from lowerdev
Eric Dumazet
1
-0
/
+4
2026-08-06
macvlan: require lower-netns admin for shared port settings
Doruk Tan Ozturk
1
-1
/
+15
2026-08-04
net: macvlan: check register_netdevice_notifier() error in macvlan_init_module()
Minhong He
1
-1
/
+3
2026-08-04
macvlan: require init-userns CAP_NET_ADMIN to raise bc_queue_len
Xiang Mei (Microsoft)
1
-0
/
+9
2026-07-03
macvlan: no longer rely on RTNL in macvlan_fill_info()
Eric Dumazet
1
-23
/
+48
2026-07-03
macvlan: annotate data-races around vlan->mode and vlan->flags
Eric Dumazet
1
-17
/
+21
2026-04-16
macvlan: fix macvlan_get_size() not reserving space for IFLA_MACVLAN_BC_CUTOFF
Dudu Lu
1
-0
/
+1
2026-04-08
net: dropreason: add MACVLAN_BROADCAST_BACKLOG and IPVLAN_MULTICAST_BACKLOG
Eric Dumazet
1
-1
/
+1
2026-04-02
macvlan: avoid spinlock contention in macvlan_broadcast_enqueue()
Eric Dumazet
1
-0
/
+3
2026-04-02
macvlan: annotate data-races around port->bc_queue_len_used
Eric Dumazet
1
-3
/
+5
2026-03-03
net: macvlan: support multicast rx for bridge ports with shared source MAC
Kibaek Yoo
1
-4
/
+8
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-3
/
+3
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-3
/
+3
2026-02-17
macvlan: observe an RCU grace period in macvlan_common_newlink() error path
Eric Dumazet
1
-0
/
+5
2026-01-30
macvlan: fix error recovery in macvlan_common_newlink()
Eric Dumazet
1
-2
/
+3
2026-01-09
macvlan: fix possible UAF in macvlan_forward_source()
Eric Dumazet
1
-7
/
+13
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
[next]