aboutsummaryrefslogtreecommitdiffstats
path: root/net/8021q/vlan_core.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-02net: gro: fix udp bad offset in socket lookup by adding {inner_}network_offse...Richard Gobert1-0/+2
2023-12-19net: check vlan filter feature in vlan_vids_add_by_dev() and vlan_vids_del_by...Liu Jian1-1/+8
2022-08-25net: gro: skb_gro_header helper functionRichard Gobert1-6/+3
2022-06-09vlan: adopt u64_stats_tEric Dumazet1-3/+3
2021-11-24gro: remove rcu_read_lock/rcu_read_unlock from gro_complete handlersEric Dumazet1-2/+0
2021-11-24gro: remove rcu_read_lock/rcu_read_unlock from gro_receive handlersEric Dumazet1-4/+1
2021-03-18vlan/8021q: avoid retpoline overhead on GROAlexander Lobakin1-2/+8
2020-02-17net: vlan: suppress "failed to kill vid" warningsJulian Wiedmann1-3/+2
2018-11-16net: 8021q: move vlan offload registrations into vlan_coreJiri Pirko1-0/+99
2018-11-088021q: use __vlan_hwaccel helpersMichał Mirosław1-1/+1
2018-11-08net: 8021q: vlan_core: allow use list of vlans for real deviceIvan Khoronzhuk1-0/+27
2018-03-31vlan: vlan_hw_filter_capable() can be staticWei Yongjun1-1/+1
2018-03-30net: Call add/kill vid ndo on vlan filter feature togglingGal Pressman1-25/+76
2018-03-16vlan: Fix out of order vlan headers with reorder header offToshiaki Makita1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-04net: 8021q: skip packets if the vlan is downVishakha Narvekar1-0/+6
2015-11-17vlan: Do not put vlan headers back on bridge and macvlan portsVlad Yasevich1-1/+3
2015-11-03vlan: Invoke driver vlan hooks only if device is presentPadmanabh Ratnakar1-2/+8
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko1-1/+1
2014-08-11net: Always untag vlan-tagged traffic on input.Vlad Yasevich1-53/+0
2014-06-218021q: fix a potential memory leakLi RongQing1-1/+4
2014-05-12vlan: rename __vlan_find_dev_deep() to __vlan_find_dev_deep_rcu()dingtianhong1-3/+3
2014-03-26vlan: make a new function vlan_dev_vlan_proto() and exportdingtianhong1-0/+6
2014-03-09vlan: use use ether_addr_equal_64bits to instead of ether_addr_equaldingtianhong1-1/+1
2014-03-09vlan: slight optimization for vlan_do_receive()dingtianhong1-1/+1
2013-08-05vlan: make vlan_dev_real_dev work over stacked vlansnikolay@redhat.com1-1/+6
2013-07-18vlan: mask vlan prio bitsEric Dumazet1-1/+1
2013-04-21net: vlan: fix memory leak in vlan_info_rcu_free()Patrick McHardy1-3/+4
2013-04-19net: vlan: add 802.1ad supportPatrick McHardy1-4/+14
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy1-3/+5
2013-04-19net: vlan: prepare for 802.1ad supportPatrick McHardy1-4/+6
2013-04-19net: vlan: prepare for 802.1ad VLAN filtering offloadPatrick McHardy1-21/+26
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy1-2/+2
2013-02-13bridge: Implement vlan ingress/egress policy with PVID.Vlad Yasevich1-0/+1
2013-01-29net: disallow drivers with buggy VLAN accel to register_netdevice()Michał Mirosław1-4/+2
2013-01-04vlan: remove usage of dev->master in __vlan_find_dev_deep()Jiri Pirko1-7/+11
2012-10-16vlan: fix bond/team enslave of vlan challenged slave/portJiri Pirko1-1/+8
2012-10-08vlan: don't deliver frames for unknown vlans to protocolsFlorian Zumbiehl1-8/+2
2012-10-028021q: fix mac_len recomputation in vlan_untag()Antonio Quartulli1-1/+2
2012-08-24vlan: add helper which can be called to see if device is used by vlanJiri Pirko1-0/+6
2012-05-098021q: Convert compare_ether_addr to ether_addr_equalJoe Perches1-2/+1
2011-12-14vlan: add rtnl_dereference() annotationsDan Carpenter1-5/+9
2011-12-08vlan: introduce functions to do mass addition/deletion of vids by another deviceJiri Pirko1-0/+44
2011-12-08vlan: introduce vid list with reference countingJiri Pirko1-8/+160
2011-12-08net: introduce vlan_vid_[add/del] and use them instead of direct [add/kill]_v...Jiri Pirko1-0/+23
2011-12-08vlan: rename vlan_dev_info to vlan_dev_privJiri Pirko1-4/+4
2011-12-03vlan: Move vlan_set_encap_proto() to vlan header filePravin B Shelar1-33/+0
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+1
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker1-0/+1
2011-10-30vlan: allow nested vlan_do_receive()Eric Dumazet1-2/+5
2011-08-18vlan: reset headers on accel emulation pathJiri Pirko1-0/+2
2011-07-21vlan: kill vlan_gro_frags and vlan_gro_receiveJiri Pirko1-16/+0
2011-07-21vlan: kill __vlan_hwaccel_rx and vlan_hwaccel_rxJiri Pirko1-9/+0
2011-07-21vlan: introduce __vlan_find_dev_deep()Jiri Pirko1-0/+21
2011-06-11vlan: Fix the ingress VLAN_FLAG_REORDER_HDR checkJiri Pirko1-27/+33
2011-04-12net: vlan: make non-hw-accel rx path similar to hw-accelJiri Pirko1-1/+84
2010-11-16vlan: lockless transmit pathEric Dumazet1-2/+2
2010-10-21vlan: Centralize handling of hardware acceleration.Jesse Gross1-98/+27
2010-10-05net: add a core netdev->rx_dropped counterEric Dumazet1-0/+2
2010-10-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-4/+10
2010-09-30vlan: dont drop packets from unknown vlans in promiscuous modeEric Dumazet1-4/+10
2010-09-23net: return operator cleanupEric Dumazet1-1/+1
2010-08-31vlan: Use vlan_dev_real_dev in vlan_hwaccel_do_receiveJiri Pirko1-1/+1
2010-08-26gro: __napi_gro_receive() optimizationsEric Dumazet1-3/+6
2010-08-22net: 802.1q: make vlan_hwaccel_do_receive() return voidChangli Gao1-2/+1
2010-07-18vlan_dev: VLAN 0 should be treated as "no vlan tag" (802.1p packet)Pedro Garcia1-4/+15
2010-06-28vlan: 64 bit rx countersEric Dumazet1-3/+4
2010-06-10net: deliver skbs on inactive slaves to exact matchesJohn Fastabend1-2/+2
2010-05-17net: Remove unnecessary semicolons after switch statementsJoe Perches1-1/+1
2010-03-18net: Potential null skb->dev dereferenceEric Dumazet1-2/+2
2010-01-03bonding: allow arp_ip_targets on separate vlans to use arp validationAndy Gospodarek1-0/+2
2009-11-17vlan: Precise RX stats accountingEric Dumazet1-5/+7
2009-11-15vlan: Use __vlan_hwaccel_put_tag() in rxEric Dumazet1-2/+2
2009-10-29gro: Change all receive functions to return GRO result codesBen Hutchings1-7/+9
2009-10-29gro: Name the GRO result enumeration typeBen Hutchings1-2/+3
2009-04-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+3
2009-04-16gro: New frags interface to avoid copying shinfoHerbert Xu1-2/+2
2009-04-13gro: Normalise skb before bypassing GRO on netpoll VLAN pathHerbert Xu1-1/+3
2009-03-17gro: Fix vlan/netpoll check againHerbert Xu1-3/+6
2009-03-16GRO: Move netpoll checks to correct locationHerbert Xu1-7/+4
2009-03-01Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+10
2009-03-01netpoll: Add drop checks to all entry pointsHerbert Xu1-0/+10
2009-02-08gro: Optimise Ethernet header comparisonHerbert Xu1-1/+3
2009-01-29gro: Avoid copying headers of unmerged packetsHerbert Xu1-0/+2
2009-01-29gro: Move common completion code into helpersHerbert Xu1-35/+4
2009-01-26vlan: Export symbols as non GPL symbols.Ben Greear1-2/+2
2009-01-06vlan: Add GRO interfacesHerbert Xu1-23/+88
2008-11-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-12/+31
2008-11-04net: fix packet socket delivery in rx irq handlerPatrick McHardy1-13/+33
2008-11-03net/: Kill now superfluous ->last_rx stores.David S. Miller1-1/+0
2008-07-14vlan: deliver packets received with VLAN acceleration to network tapsPatrick McHardy1-0/+4
2008-07-08vlan: TCI related type and naming cleanupsPatrick McHardy1-3/+3
2008-07-08vlan: move struct vlan_dev_info to private headerPatrick McHardy1-0/+12
2008-07-08vlan: uninline __vlan_hwaccel_rxPatrick McHardy1-0/+48