index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
macvlan.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
netdev_features: convert NETIF_F_LLTX to dev->lltx
Alexander Lobakin
2024-09-03
1
-1
/
+2
*
netdevice: convert private flags > BIT(31) to bitfields
Alexander Lobakin
2024-09-03
1
-1
/
+2
*
net: Add struct kernel_ethtool_ts_info
Kory Maincent
2024-07-15
1
-1
/
+1
*
net: annotate writes on dev->mtu from ndo_change_mtu()
Eric Dumazet
2024-05-08
1
-1
/
+1
*
rtnetlink: prepare nla_put_iflink() to run under RCU
Eric Dumazet
2024-02-26
1
-1
/
+1
*
macvlan: implement .parse_protocol hook function in macvlan_hard_header_ops
Zhengchao Shao
2023-12-05
1
-0
/
+1
*
net: ethtool: Refactor identical get_ts_info implementations.
Richard Cochran
2023-11-18
1
-13
/
+1
*
macvlan: Don't propagate promisc change to lower dev in passthru
Vlad Buslov
2023-11-16
1
-1
/
+1
*
net: macvlan: convert to ndo_hwtstamp_get() / ndo_hwtstamp_set()
Maxim Georgiev
2023-08-03
1
-20
/
+14
*
macvlan: add forgotten nla_policy for IFLA_MACVLAN_BC_CUTOFF
Lin Ma
2023-07-26
1
-0
/
+1
*
macvlan: Fix mc_filter calculation
Herbert Xu
2023-03-31
1
-7
/
+8
*
macvlan: Add netlink attribute for broadcast cutoff
Herbert Xu
2023-03-29
1
-2
/
+29
*
macvlan: Skip broadcast queue if multicast with single receiver
Herbert Xu
2023-03-29
1
-28
/
+46
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-11-18
1
-2
/
+2
|
\
|
*
net: macvlan: Use built-in RCU list checking
Chuang Wang
2022-11-14
1
-2
/
+2
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-11-11
1
-1
/
+3
|
\
|
|
*
net: macvlan: fix memory leaks of macvlan_common_newlink
Chuang Wang
2022-11-10
1
-1
/
+3
*
|
net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers).
Thomas Gleixner
2022-10-29
1
-2
/
+2
|
/
*
net: macvlan: change schedule system_wq to system_unbound_wq
zhangxiangqian
2022-10-14
1
-1
/
+1
*
macvlan: enforce a consistent minimal mtu
Eric Dumazet
2022-10-09
1
-1
/
+1
*
net: move from strlcpy with unused retval to strscpy
Wolfram Sang
2022-08-31
1
-2
/
+2
*
vlan: adopt u64_stats_t
Eric Dumazet
2022-06-10
1
-9
/
+9
*
net: rename reference+tracking helpers
Jakub Kicinski
2022-06-10
1
-2
/
+2
*
rtnetlink: add extack support in fdb del handlers
Alaa Mohamed
2022-05-09
1
-1
/
+2
*
net: add netif_inherit_tso_max()
Jakub Kicinski
2022-05-06
1
-4
/
+2
*
macvlan: Fix leaking skb in source mode with nodst option
Martin Willi
2022-04-13
1
-2
/
+6
*
net: macvlan: add net device refcount tracker
Ziyang Xuan
2022-03-14
1
-2
/
+2
*
net: macvlan: fix potential UAF problem for lowerdev
Ziyang Xuan
2022-03-14
1
-1
/
+13
*
net: add per-cpu storage and net->core_stats
Eric Dumazet
2022-03-12
1
-1
/
+1
*
net: macvlan: Use netif_rx().
Sebastian Andrzej Siewior
2022-03-04
1
-1
/
+1
*
net: dev: Makes sure netif_rx() can be invoked in any context.
Sebastian Andrzej Siewior
2022-02-14
1
-2
/
+2
*
net: remove .ndo_change_proto_down
Jakub Kicinski
2021-11-23
1
-2
/
+1
*
net: annotate accesses to dev->gso_max_segs
Eric Dumazet
2021-11-22
1
-2
/
+2
*
net: annotate accesses to dev->gso_max_size
Eric Dumazet
2021-11-22
1
-2
/
+2
*
net: drivers: get ready for const netdev->dev_addr
Jakub Kicinski
2021-10-24
1
-1
/
+2
*
net: use eth_hw_addr_set() instead of ether_addr_copy()
Jakub Kicinski
2021-10-02
1
-1
/
+1
*
net: use eth_hw_addr_set()
Jakub Kicinski
2021-10-02
1
-1
/
+1
*
dev_ioctl: split out ndo_eth_ioctl
Arnd Bergmann
2021-07-27
1
-4
/
+4
*
macvlan: Fix a typo
Zheng Yongjun
2021-06-02
1
-1
/
+1
*
macvlan: Use 'hash' iterators to simplify code
Christophe JAILLET
2021-04-27
1
-27
/
+18
*
macvlan: Add nodst option to macvlan type source
Jethro Beekman
2021-04-26
1
-5
/
+14
*
macvlan: remove redundant null check on data
Yunjian Wang
2021-01-06
1
-1
/
+1
*
macvlan: Support for high multicast packet rate
Thomas Karlsson
2020-12-03
1
-2
/
+38
*
net: macvlan: remove redundant initialization in macvlan_dev_netpoll_setup
Menglong Dong
2020-11-07
1
-1
/
+1
*
net: macvlan: Demote nonconformant function header
Lee Jones
2020-11-04
1
-1
/
+1
*
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-24
1
-1
/
+1
*
macvlan: validate setting of multiple remote source MAC addresses
Alvin Šipraga
2020-08-18
1
-4
/
+17
*
net: get rid of lockdep_set_class_and_subclass()
Cong Wang
2020-06-29
1
-3
/
+2
*
net: change addr_list_lock back to static key
Cong Wang
2020-06-09
1
-2
/
+11
*
macvlan: Skip loopback packets in RX handler
Alexander Sverdlin
2020-05-27
1
-0
/
+4
[next]