index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
net
/
macvlan.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
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
[next]