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
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: vlan: fix a UAF in vlan_dev_real_dev()
Ziyang Xuan
2021-11-03
2
-3
/
+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
*
memcg: enable accounting for VLAN group array
Vasily Averin
2021-07-20
1
-1
/
+1
*
net: vlan: pass thru all GSO_SOFTWARE in hw_enc_features
Jakub Kicinski
2021-06-18
1
-1
/
+2
*
net: vlan: Avoid using strncpy()
Kees Cook
2021-06-03
3
-5
/
+7
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2021-04-26
2
-0
/
+7
|
\
|
*
net: fix a data race when get vlan device
Di Zhu
2021-04-19
2
-0
/
+7
*
|
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
*
|
vlan/8021q: avoid retpoline overhead on GRO
Alexander Lobakin
2021-03-18
1
-2
/
+8
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-01-14
1
-3
/
+1
|
\
|
*
net: make free_netdev() more lenient with unregistering devices
Jakub Kicinski
2021-01-08
1
-3
/
+1
*
|
net: vlan: Add parse protocol header ops
Eran Ben Elisha
2021-01-14
1
-0
/
+9
|
/
*
net: vlan: avoid leaks on register_vlan_dev() failures
Jakub Kicinski
2021-01-05
1
-1
/
+2
*
net: vlan: Fixed signedness in vlan_group_prealloc_vid()
Florian Fainelli
2020-09-28
1
-1
/
+2
*
net: vlan: Avoid using BUG() in vlan_proto_idx()
Florian Fainelli
2020-09-25
2
-6
/
+16
*
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
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2020-06-13
1
-2
/
+6
|
\
|
*
net: change addr_list_lock back to static key
Cong Wang
2020-06-09
1
-2
/
+6
*
|
treewide: replace '---help---' in Kconfig files with 'help'
Masahiro Yamada
2020-06-14
1
-1
/
+1
|
/
*
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
*
net: vlan: suppress "failed to kill vid" warnings
Julian Wiedmann
2020-02-17
1
-3
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-01-09
3
-8
/
+15
|
\
|
*
vlan: vlan_changelink() should propagate errors
Eric Dumazet
2020-01-07
1
-3
/
+7
|
*
vlan: fix memory leak in vlan_dev_set_egress_priority
Eric Dumazet
2020-01-07
3
-5
/
+8
*
|
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
2
-7
/
+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-22
3
-12
/
+3
|
\
|
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-06-19
3
-12
/
+3
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-06-07
3
-15
/
+3
|
\
|
|
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-05-30
3
-15
/
+3
*
|
net: vlan: Inherit MPLS features from parent device
Ariel Levkovich
2019-06-04
1
-0
/
+1
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2019-05-22
1
-0
/
+1
|
\
|
*
vlan: Mark expected switch fall-through
Gustavo A. R. Silva
2019-05-20
1
-0
/
+1
*
|
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-21
1
-0
/
+1
|
/
*
vlan: disable SIOCSHWTSTAMP in container
Hangbin Liu
2019-05-09
1
-1
/
+3
*
netlink: make validation more configurable for future strictness
Johannes Berg
2019-04-27
1
-2
/
+2
*
netlink: make nla_nest_start() add NLA_F_NESTED flag
Michal Kubecek
2019-04-27
1
-2
/
+2
*
vlan: do not transfer link state in vlan bridge binding mode
Mike Manning
2019-04-19
2
-11
/
+26
*
vlan: support binding link state to vlan member bridge ports
Mike Manning
2019-04-19
2
-2
/
+4
*
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: core: dev: Add extack argument to dev_change_flags()
Petr Machata
2018-12-06
1
-1
/
+3
*
net: 8021q: move vlan offload registrations into vlan_core
Jiri Pirko
2018-11-16
2
-96
/
+99
*
8021q: use __vlan_hwaccel helpers
Michał Mirosław
2018-11-08
1
-1
/
+1
*
net: 8021q: vlan_core: allow use list of vlans for real device
Ivan Khoronzhuk
2018-11-08
1
-0
/
+27
[next]