aboutsummaryrefslogtreecommitdiffstats
path: root/net/8021q/vlan_core.c
AgeCommit message (Expand)Author
2023-12-19net: check vlan filter feature in vlan_vids_add_by_dev() and vlan_vids_del_by...Liu Jian
2022-08-25net: gro: skb_gro_header helper functionRichard Gobert
2022-06-09vlan: adopt u64_stats_tEric Dumazet
2021-11-24gro: remove rcu_read_lock/rcu_read_unlock from gro_complete handlersEric Dumazet
2021-11-24gro: remove rcu_read_lock/rcu_read_unlock from gro_receive handlersEric Dumazet
2021-03-18vlan/8021q: avoid retpoline overhead on GROAlexander Lobakin
2020-02-17net: vlan: suppress "failed to kill vid" warningsJulian Wiedmann
2018-11-16net: 8021q: move vlan offload registrations into vlan_coreJiri Pirko
2018-11-088021q: use __vlan_hwaccel helpersMichał Mirosław
2018-11-08net: 8021q: vlan_core: allow use list of vlans for real deviceIvan Khoronzhuk
2018-03-31vlan: vlan_hw_filter_capable() can be staticWei Yongjun
2018-03-30net: Call add/kill vid ndo on vlan filter feature togglingGal Pressman
2018-03-16vlan: Fix out of order vlan headers with reorder header offToshiaki Makita
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-04net: 8021q: skip packets if the vlan is downVishakha Narvekar
2015-11-17vlan: Do not put vlan headers back on bridge and macvlan portsVlad Yasevich
2015-11-03vlan: Invoke driver vlan hooks only if device is presentPadmanabh Ratnakar
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko
2014-08-11net: Always untag vlan-tagged traffic on input.Vlad Yasevich
2014-06-218021q: fix a potential memory leakLi RongQing
2014-05-12vlan: rename __vlan_find_dev_deep() to __vlan_find_dev_deep_rcu()dingtianhong
2014-03-26vlan: make a new function vlan_dev_vlan_proto() and exportdingtianhong
2014-03-09vlan: use use ether_addr_equal_64bits to instead of ether_addr_equaldingtianhong
2014-03-09vlan: slight optimization for vlan_do_receive()dingtianhong
2013-08-05vlan: make vlan_dev_real_dev work over stacked vlansnikolay@redhat.com
2013-07-18vlan: mask vlan prio bitsEric Dumazet
2013-04-21net: vlan: fix memory leak in vlan_info_rcu_free()Patrick McHardy
2013-04-19net: vlan: add 802.1ad supportPatrick McHardy
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy
2013-04-19net: vlan: prepare for 802.1ad supportPatrick McHardy
2013-04-19net: vlan: prepare for 802.1ad VLAN filtering offloadPatrick McHardy
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy
2013-02-13bridge: Implement vlan ingress/egress policy with PVID.Vlad Yasevich
2013-01-29net: disallow drivers with buggy VLAN accel to register_netdevice()Michał Mirosław
2013-01-04vlan: remove usage of dev->master in __vlan_find_dev_deep()Jiri Pirko
2012-10-16vlan: fix bond/team enslave of vlan challenged slave/portJiri Pirko
2012-10-08vlan: don't deliver frames for unknown vlans to protocolsFlorian Zumbiehl
2012-10-028021q: fix mac_len recomputation in vlan_untag()Antonio Quartulli
2012-08-24vlan: add helper which can be called to see if device is used by vlanJiri Pirko
2012-05-098021q: Convert compare_ether_addr to ether_addr_equalJoe Perches
2011-12-14vlan: add rtnl_dereference() annotationsDan Carpenter
2011-12-08vlan: introduce functions to do mass addition/deletion of vids by another deviceJiri Pirko
2011-12-08vlan: introduce vid list with reference countingJiri Pirko
2011-12-08net: introduce vlan_vid_[add/del] and use them instead of direct [add/kill]_v...Jiri Pirko
2011-12-08vlan: rename vlan_dev_info to vlan_dev_privJiri Pirko
2011-12-03vlan: Move vlan_set_encap_proto() to vlan header filePravin B Shelar
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker
2011-10-30vlan: allow nested vlan_do_receive()Eric Dumazet
2011-08-18vlan: reset headers on accel emulation pathJiri Pirko