index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
8021q
/
vlan_dev.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "vlan: move dev_put into vlan_dev_uninit"
Xin Long
2022-02-23
1
-5
/
+3
*
vlan: move dev_put into vlan_dev_uninit
Xin Long
2022-02-09
1
-3
/
+5
*
vlan: introduce vlan_dev_free_egress_priority
Xin Long
2022-02-09
1
-1
/
+6
*
vlan: add net device refcount tracker
Eric Dumazet
2021-12-07
1
-2
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-11-26
1
-0
/
+3
|
\
|
*
net: vlan: fix underflow for the real_dev refcnt
Ziyang Xuan
2021-11-26
1
-0
/
+3
*
|
net: annotate accesses to dev->gso_max_segs
Eric Dumazet
2021-11-22
1
-1
/
+1
*
|
net: annotate accesses to dev->gso_max_size
Eric Dumazet
2021-11-22
1
-1
/
+1
|
/
*
net: vlan: fix a UAF in vlan_dev_real_dev()
Ziyang Xuan
2021-11-03
1
-0
/
+3
*
net: use eth_hw_addr_set() instead of ether_addr_copy()
Jakub Kicinski
2021-10-02
1
-3
/
+3
*
dev_ioctl: split out ndo_eth_ioctl
Arnd Bergmann
2021-07-27
1
-3
/
+3
*
net: vlan: Avoid using strncpy()
Kees Cook
2021-06-03
1
-3
/
+3
*
net: bridge: resolve forwarding path for VLAN tag actions in bridge devices
Felix Fietkau
2021-03-24
1
-0
/
+6
*
net: 8021q: resolve forwarding path for vlan devices
Pablo Neira Ayuso
2021-03-24
1
-0
/
+15
*
net: vlan: Add parse protocol header ops
Eran Ben Elisha
2021-01-14
1
-0
/
+9
*
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-23
1
-1
/
+1
*
net: get rid of lockdep_set_class_and_subclass()
Cong Wang
2020-06-28
1
-5
/
+4
*
net: change addr_list_lock back to static key
Cong Wang
2020-06-09
1
-2
/
+6
*
netpoll: accept NULL np argument in netpoll_send_skb()
Eric Dumazet
2020-05-07
1
-3
/
+2
*
net: partially revert dynamic lockdep key changes
Cong Wang
2020-05-04
1
-0
/
+21
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-01-09
1
-1
/
+2
|
\
|
*
vlan: fix memory leak in vlan_dev_set_egress_priority
Eric Dumazet
2020-01-07
1
-1
/
+2
*
|
net: vlan: Use the PHY time stamping interface.
Richard Cochran
2019-12-25
1
-2
/
+2
|
/
*
net: remove unnecessary variables and callback
Taehee Yoo
2019-10-24
1
-6
/
+0
*
net: core: add generic lockdep keys
Taehee Yoo
2019-10-24
1
-27
/
+0
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-06-07
1
-6
/
+1
|
\
|
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-05-30
1
-6
/
+1
*
|
net: vlan: Inherit MPLS features from parent device
Ariel Levkovich
2019-06-04
1
-0
/
+1
|
/
*
vlan: Mark expected switch fall-through
Gustavo A. R. Silva
2019-05-20
1
-0
/
+1
*
vlan: disable SIOCSHWTSTAMP in container
Hangbin Liu
2019-05-09
1
-1
/
+3
*
vlan: do not transfer link state in vlan bridge binding mode
Mike Manning
2019-04-19
1
-7
/
+12
*
vlan: support binding link state to vlan member bridge ports
Mike Manning
2019-04-19
1
-1
/
+2
*
vlan: conditional inclusion of FCoE hooks to match netdevice.h and bnx2x
Chris Leech
2019-04-04
1
-11
/
+15
*
net: Remove switchdev.h inclusion from team/bond/vlan
Florian Fainelli
2019-02-24
1
-1
/
+0
*
net: vlan: add support for tunnel offload
Davide Caratti
2018-11-07
1
-0
/
+2
*
netpoll: allow cleanup to be synchronous
Debabrata Banerjee
2018-10-19
1
-2
/
+1
*
vlan: correct the file path in vlan_dev_change_flags() comment
Sun Lianwen
2018-05-07
1
-1
/
+3
*
vlan: also check phy_driver ts_info for vlan's real device
Hangbin Liu
2018-04-01
1
-1
/
+5
*
networking: make skb_push & __skb_push return void pointers
Johannes Berg
2017-06-16
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-06-15
1
-2
/
+2
|
\
|
*
net: Fix inconsistent teardown and release of private netdev state.
David S. Miller
2017-06-07
1
-2
/
+2
*
|
net: Remove support for bridge bypass ndos from stacked devices
Arkadi Sharshevsky
2017-06-08
1
-6
/
+0
|
/
*
vlan: Keep NETIF_F_HW_CSUM similar to other software devices
Vlad Yasevich
2017-05-08
1
-3
/
+10
*
net/8021q: create device with all possible features in wanted_features
Andrey Vagin
2017-03-21
1
-2
/
+1
*
net: remove ndo_neigh_{construct, destroy} from stacked devices
Ido Schimmel
2017-02-06
1
-2
/
+0
*
net: make ndo_get_stats64 a void function
stephen hemminger
2017-01-08
1
-3
/
+2
*
net: use core MTU range checking in core net infra
Jarod Wilson
2016-10-20
1
-0
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-07-24
1
-4
/
+6
|
\
|
*
vlan: use a valid default mtu value for vlan over macsec
Paolo Abeni
2016-07-16
1
-4
/
+6
*
|
net: introduce default neigh_construct/destroy ndo calls for L2 upper devices
Jiri Pirko
2016-07-05
1
-0
/
+2
|
/
[next]