index
:
kernel
0x221E-v0.0.1-v6.19
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.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.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
Hosts the 0x221E linux distro kernel.
Ubuntu
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
8021q
Age
Commit message (
Expand
)
Author
2025-11-13
net: vlan: sync VLAN features with lower device
Hangbin Liu
2025-07-24
net: vlan: fix VLAN 0 refcount imbalance of toggling filtering during runtime
Dong Chenchen
2025-04-20
net: vlan: don't propagate flags on open
Stanislav Fomichev
2025-03-13
vlan: enforce underlying device type
Oscar Maes
2024-09-03
netdev_features: remove NETIF_F_ALL_FCOE
Alexander Lobakin
2024-09-03
netdev_features: convert NETIF_F_FCOE_MTU to dev->fcoe_mtu
Alexander Lobakin
2024-09-03
netdev_features: convert NETIF_F_LLTX to dev->lltx
Alexander Lobakin
2024-09-03
netdevice: convert private flags > BIT(31) to bitfields
Alexander Lobakin
2024-07-15
net: Add struct kernel_ethtool_ts_info
Kory Maincent
2024-05-07
net: annotate writes on dev->mtu from ndo_change_mtu()
Eric Dumazet
2024-05-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-05-02
net: gro: fix udp bad offset in socket lookup by adding {inner_}network_offse...
Richard Gobert
2024-03-29
netlink: introduce type-checking attribute iteration
Johannes Berg
2024-02-26
rtnetlink: prepare nla_put_iflink() to run under RCU
Eric Dumazet
2024-02-21
net: vlan: constify the struct device_type usage
Ricardo B. Marliere
2024-02-13
vlan: use netdev_lockdep_set_classes()
Eric Dumazet
2024-02-13
vlan: use xarray iterator to implement /proc/net/vlan/config
Eric Dumazet
2024-01-19
vlan: skip nested type that is not IFLA_VLAN_QOS_MAPPING
Lin Ma
2023-12-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
2023-12-19
net: check vlan filter feature in vlan_vids_add_by_dev() and vlan_vids_del_by...
Liu Jian
2023-11-18
net: ethtool: Refactor identical get_ts_info implementations.
Richard Cochran
2023-10-28
net: fill in MODULE_DESCRIPTION()s under net/802*
Jakub Kicinski
2023-08-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-08-14
Revert "vlan: Fix VLAN 0 memory leak"
Vlad Buslov
2023-08-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-08-09
vlan: Fix VLAN 0 memory leak
Vlad Buslov
2023-08-02
net: vlan: convert to ndo_hwtstamp_get() / ndo_hwtstamp_set()
Maxim Georgiev
2023-05-17
vlan: fix a potential uninit-value in vlan_dev_hard_start_xmit()
Eric Dumazet
2023-04-21
vlan: Add MACsec offload operations for VLAN interface
Emeel Hakim
2023-03-17
vlan: partially enable SIOCSHWTSTAMP in container
Vadim Fedorenko
2022-10-28
net: Remove the obsolte u64_stats_fetch_*_irq() users (net).
Thomas Gleixner
2022-08-25
net: gro: skb_gro_header helper function
Richard Gobert
2022-08-22
vlan: move from strlcpy with unused retval to strscpy
Wolfram Sang
2022-07-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-07-09
vlan: fix memory leak in vlan_newlink()
Eric Dumazet
2022-06-09
vlan: adopt u64_stats_t
Eric Dumazet
2022-06-09
net: rename reference+tracking helpers
Jakub Kicinski
2022-05-06
net: add netif_inherit_tso_max()
Jakub Kicinski
2022-03-17
vlan: use correct format characters
Bill Wendling
2022-02-23
Revert "vlan: move dev_put into vlan_dev_uninit"
Xin Long
2022-02-09
vlan: move dev_put into vlan_dev_uninit
Xin Long
2022-02-09
vlan: introduce vlan_dev_free_egress_priority
Xin Long
2021-12-07
vlan: add net device refcount tracker
Eric Dumazet
2021-11-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-11-26
net: vlan: fix underflow for the real_dev refcnt
Ziyang Xuan
2021-11-24
gro: remove rcu_read_lock/rcu_read_unlock from gro_complete handlers
Eric Dumazet
2021-11-24
gro: remove rcu_read_lock/rcu_read_unlock from gro_receive handlers
Eric Dumazet
2021-11-23
net: remove .ndo_change_proto_down
Jakub Kicinski
2021-11-22
net: annotate accesses to dev->gso_max_segs
Eric Dumazet
2021-11-22
net: annotate accesses to dev->gso_max_size
Eric Dumazet
[next]