aboutsummaryrefslogtreecommitdiffstats
path: root/net/8021q/vlan_dev.c
AgeCommit message (Expand)AuthorFilesLines
2025-03-20net: vlan: don't propagate flags on openStanislav Fomichev1-27/+4
2025-03-08net: move misc netdev_lock flavors to a separate headerJakub Kicinski1-0/+1
2025-03-06net: hold netdev instance lock during ioctl operationsStanislav Fomichev1-3/+1
2024-10-23netpoll: remove ndo_netpoll_setup() second argumentEric Dumazet1-1/+1
2024-09-03netdev_features: remove NETIF_F_ALL_FCOEAlexander Lobakin1-2/+3
2024-09-03netdev_features: convert NETIF_F_FCOE_MTU to dev->fcoe_mtuAlexander Lobakin1-0/+1
2024-09-03netdev_features: convert NETIF_F_LLTX to dev->lltxAlexander Lobakin1-2/+2
2024-07-15net: Add struct kernel_ethtool_ts_infoKory Maincent1-1/+1
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet1-1/+1
2024-02-26rtnetlink: prepare nla_put_iflink() to run under RCUEric Dumazet1-2/+2
2024-02-21net: vlan: constify the struct device_type usageRicardo B. Marliere1-1/+1
2024-02-13vlan: use netdev_lockdep_set_classes()Eric Dumazet1-23/+1
2023-11-18net: ethtool: Refactor identical get_ts_info implementations.Richard Cochran1-14/+1
2023-08-02net: vlan: convert to ndo_hwtstamp_get() / ndo_hwtstamp_set()Maxim Georgiev1-5/+22
2023-05-17vlan: fix a potential uninit-value in vlan_dev_hard_start_xmit()Eric Dumazet1-2/+2
2023-04-21vlan: Add MACsec offload operations for VLAN interfaceEmeel Hakim1-0/+242
2023-03-17vlan: partially enable SIOCSHWTSTAMP in containerVadim Fedorenko1-1/+1
2022-10-28net: Remove the obsolte u64_stats_fetch_*_irq() users (net).Thomas Gleixner1-2/+2
2022-08-22vlan: move from strlcpy with unused retval to strscpyWolfram Sang1-3/+3
2022-06-09vlan: adopt u64_stats_tEric Dumazet1-9/+9
2022-06-09net: rename reference+tracking helpersJakub Kicinski1-2/+2
2022-05-06net: add netif_inherit_tso_max()Jakub Kicinski1-2/+1
2022-02-23Revert "vlan: move dev_put into vlan_dev_uninit"Xin Long1-5/+3
2022-02-09vlan: move dev_put into vlan_dev_uninitXin Long1-3/+5
2022-02-09vlan: introduce vlan_dev_free_egress_priorityXin Long1-1/+6
2021-12-07vlan: add net device refcount trackerEric Dumazet1-2/+2
2021-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+3
2021-11-26net: vlan: fix underflow for the real_dev refcntZiyang Xuan1-0/+3
2021-11-22net: annotate accesses to dev->gso_max_segsEric Dumazet1-1/+1
2021-11-22net: annotate accesses to dev->gso_max_sizeEric Dumazet1-1/+1
2021-11-03net: vlan: fix a UAF in vlan_dev_real_dev()Ziyang Xuan1-0/+3
2021-10-02net: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski1-3/+3
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-3/+3
2021-06-03net: vlan: Avoid using strncpy()Kees Cook1-3/+3
2021-03-24net: bridge: resolve forwarding path for VLAN tag actions in bridge devicesFelix Fietkau1-0/+6
2021-03-24net: 8021q: resolve forwarding path for vlan devicesPablo Neira Ayuso1-0/+15
2021-01-14net: vlan: Add parse protocol header opsEran Ben Elisha1-0/+9
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-06-28net: get rid of lockdep_set_class_and_subclass()Cong Wang1-5/+4
2020-06-09net: change addr_list_lock back to static keyCong Wang1-2/+6
2020-05-07netpoll: accept NULL np argument in netpoll_send_skb()Eric Dumazet1-3/+2
2020-05-04net: partially revert dynamic lockdep key changesCong Wang1-0/+21
2020-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+2
2020-01-07vlan: fix memory leak in vlan_dev_set_egress_priorityEric Dumazet1-1/+2
2019-12-25net: vlan: Use the PHY time stamping interface.Richard Cochran1-2/+2
2019-10-24net: remove unnecessary variables and callbackTaehee Yoo1-6/+0
2019-10-24net: core: add generic lockdep keysTaehee Yoo1-27/+0
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+1
2019-06-04net: vlan: Inherit MPLS features from parent deviceAriel Levkovich1-0/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-6/+1
2019-05-20vlan: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2019-05-09vlan: disable SIOCSHWTSTAMP in containerHangbin Liu1-1/+3
2019-04-19vlan: do not transfer link state in vlan bridge binding modeMike Manning1-7/+12
2019-04-19vlan: support binding link state to vlan member bridge portsMike Manning1-1/+2
2019-04-04vlan: conditional inclusion of FCoE hooks to match netdevice.h and bnx2xChris Leech1-11/+15
2019-02-24net: Remove switchdev.h inclusion from team/bond/vlanFlorian Fainelli1-1/+0
2018-11-07net: vlan: add support for tunnel offloadDavide Caratti1-0/+2
2018-10-19netpoll: allow cleanup to be synchronousDebabrata Banerjee1-2/+1
2018-05-07vlan: correct the file path in vlan_dev_change_flags() commentSun Lianwen1-1/+3
2018-04-01vlan: also check phy_driver ts_info for vlan's real deviceHangbin Liu1-1/+5
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg1-1/+1
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2017-06-08net: Remove support for bridge bypass ndos from stacked devicesArkadi Sharshevsky1-6/+0
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller1-2/+2
2017-05-08vlan: Keep NETIF_F_HW_CSUM similar to other software devicesVlad Yasevich1-3/+10
2017-03-21net/8021q: create device with all possible features in wanted_featuresAndrey Vagin1-2/+1
2017-02-06net: remove ndo_neigh_{construct, destroy} from stacked devicesIdo Schimmel1-2/+0
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger1-3/+2
2016-10-20net: use core MTU range checking in core net infraJarod Wilson1-0/+3
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+6
2016-07-16vlan: use a valid default mtu value for vlan over macsecPaolo Abeni1-4/+6
2016-07-05net: introduce default neigh_construct/destroy ndo calls for L2 upper devicesJiri Pirko1-0/+2
2016-05-31vlan: Propagate MAC address to VLANsMike Manning1-3/+17
2016-03-17vlan: propagate gso_max_segsEric Dumazet1-0/+1
2016-02-25net: 8021q: use __ethtool_get_ksettingsDavid Decotigny1-4/+4
2016-02-21vlan: turn on unicast filtering on vlan deviceZhang Shengju1-0/+1
2015-12-15net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASKTom Herbert1-1/+1
2015-12-15sctp: Rename NETIF_F_SCTP_CSUM to NETIF_F_SCTP_CRCTom Herbert1-1/+1
2015-12-15switchdev: vlan: Use switchdev_port* in vlan_netdev_opsIdo Schimmel1-0/+7
2015-08-18net: 8021q: convert to using IFF_NO_QUEUEPhil Sutter1-2/+1
2015-04-02vlan: implement ndo_get_iflinkNicolas Dichtel1-1/+8
2015-03-29vlan: Add features for stacked vlan deviceToshiaki Makita1-0/+1
2015-03-038021q: Use eth_<foo>_addr instead of memsetJoe Perches1-1/+1
2015-03-02net: Kill dev_rebuild_headerEric W. Biederman1-35/+0
2014-12-12vlan: Add ability to always enable TSO/UFOToshiaki Makita1-3/+4
2014-11-21vlan: Pass ethtool get_ts_info queries to real device.Richard Cochran1-0/+19
2014-11-21vlan: make __vlan_hwaccel_put_tag return voidJiri Pirko1-1/+1
2014-10-07net: better IFF_XMIT_DST_RELEASE supportEric Dumazet1-1/+2
2014-07-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+10
2014-07-07vlan: Pass SIOC[SG]HWTSTAMP ioctls to real deviceStefan Sørensen1-0/+2
2014-07-02vlan: free percpu stats in device destructorEric Dumazet1-3/+10
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-43/+9
2014-05-22vlan: more careful checksum features handlingMichal Kubeček1-2/+2
2014-05-16vlan: Fix lockdep warning with stacked vlan devices.Vlad Yasevich1-43/+9
2014-04-22vlan: unnecessary to check if vlan_pcpu_stats is NULLLi RongQing1-30/+28
2014-04-18vlan: Fix lockdep warning when vlan dev handle notificationdingtianhong1-5/+41
2014-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+5
2014-03-29netpoll: Remove gfp parameter from __netpoll_setupEric W. Biederman1-4/+3
2014-03-28vlan: Warn the user if lowerdev has bad vlan features.Vlad Yasevich1-0/+3
2014-03-27vlan: Set hard_header_len according to available accelerationVlad Yasevich1-1/+2
2014-03-14net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman1-2/+2
2014-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2014-03-10vlan: Set correct source MAC address with TX VLAN offload enabledPeter Boström1-0/+3
2014-02-14net: introduce netdev_alloc_pcpu_stats() for driversWANG Cong1-9/+2
2014-01-218021q: Use ether_addr_copyJoe Perches1-3/+3
2013-12-31vlan: Fix header ops passthru when doing TX VLAN offload.David S. Miller1-1/+18
2013-11-14Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+8
2013-11-11vlan: Implement vlan_dev_get_egress_qos_mask as an inline.David S. Miller1-28/+3
2013-11-07net/vlan: Provide read access to the vlan egress mapEyal Perry1-6/+12
2013-11-06net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz1-1/+8
2013-09-03net: vlan: inherit addr_assign_type along with dev_addrBjørn Mork1-1/+1
2013-08-03vlan: cleanup the usage of vlan_dev_priv(dev)Wang Sheng-Hui1-3/+3
2013-07-18vlan: fix a race in egress prio managementEric Dumazet1-0/+7
2013-05-02net: vlan,ethtool: netdev_features_t is more than 32 bitBjørn Mork1-1/+1
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy1-1/+1
2013-04-19net: vlan: prepare for 802.1ad supportPatrick McHardy1-3/+4
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy1-1/+1
2013-02-11netpoll: Fix __netpoll_rcu_free so that it can hold the rtnl lockNeil Horman1-1/+1
2013-02-10net/8021q: Implement Multiple VLAN Registration Protocol (MVRP)David Ward1-1/+11
2013-01-06ethtool: fix drvinfo strings set in driversJiri Pirko1-3/+3
2012-11-08vlan: set sysfs device_type to 'vlan'Doug Goldstein1-0/+6
2012-11-01vlan: use IS_ENABLED()Amerigo Wang1-3/+3
2012-08-14vlan: clean up vlan_dev_hard_start_xmit()Amerigo Wang1-7/+20
2012-08-14vlan: clean up some variable namesAmerigo Wang1-6/+6
2012-08-14netpoll: make __netpoll_cleanup non-blockAmerigo Wang1-5/+1
2012-08-14netpoll: use GFP_ATOMIC in slave_enable_netpoll() and __netpoll_setup()Amerigo Wang1-3/+4
2012-07-17netpoll: move np->dev and np->dev_name init into __netpoll_setup()Jiri Pirko1-4/+1
2012-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2012-05-10Revert "net: maintain namespace isolation between vlan and real device"David S. Miller1-1/+1
2012-05-098021q: Convert compare_ether_addr to ether_addr_equalJoe Perches1-5/+5
2011-12-14vlan: static functionsEric Dumazet1-3/+3
2011-12-08vlan: add 802.1q netpoll supportBenjamin LaHaise1-0/+59
2011-12-08vlan: rename vlan_dev_info to vlan_dev_privJiri Pirko1-36/+36
2011-11-16net: introduce and use netdev_features_t for device features setsMichał Mirosław1-1/+2
2011-11-16net: remove legacy ethtool opsMichał Mirosław1-4/+2
2011-11-01vlan: Don't propagate flag changes on down interfaces.Matthijs Kooijman1-4/+6
2011-09-15net: consolidate and fix ethtool_ops->get_settings callingJiri Pirko1-1/+2
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko1-1/+0
2011-07-27net: Audit drivers to identify those needing IFF_TX_SKB_SHARING clearedNeil Horman1-1/+1
2011-07-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+5
2011-07-14net: remove NETIF_F_ALL_TX_OFFLOADSMichał Mirosław1-1/+5
2011-07-14net: vlan: remove reduntant check in ndo_fix_features callbackMichał Mirosław1-2/+1
2011-07-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+5
2011-07-05net: vlan: enable soft features regardless of underlying deviceShan Wei1-0/+5
2011-06-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+1
2011-06-02net: 8021q: Add pr_fmtJoe Perches1-1/+3
2011-06-01vlan: fix typo in vlan_dev_hard_start_xmit()Wei Yongjun1-1/+1
2011-05-12net: Fix vlan_features propagationMichał Mirosław1-2/+4
2011-05-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-3/+0
2011-05-10vlan: fix GVRP at dismantle timeEric Dumazet1-3/+0
2011-04-12net: vlan: make non-hw-accel rx path similar to hw-accelJiri Pirko1-173/+0
2011-04-02vlan: convert VLAN devices to use ndo_fix_features()Michał Mirosław1-36/+14
2011-03-18vlan: should take into account needed_headroomEric Dumazet1-0/+1
2011-03-07vlan: add support to ndo_fcoe_ddp_target()Yi Zou1-0/+14
2010-11-16vlan: remove ndo_select_queue() logicEric Dumazet1-38/+2
2010-11-16vlan: lockless transmit pathEric Dumazet1-26/+35
2010-11-15net: consolidate 8021q taggingJohn Fastabend1-98/+7
2010-11-15net: remove check for headroom in vlan_dev_createJohn Fastabend1-3/+0
2010-10-21vlan: Avoid hash table lookup to find group.Jesse Gross1-1/+1
2010-10-05net: add a core netdev->rx_dropped counterEric Dumazet1-7/+4
2010-09-27vlan: use this_cpu_ptr() in vlan_skb_recv()Eric Dumazet1-2/+2
2010-09-20net: rx_dropped accountingEric Dumazet1-2/+7
2010-08-19vlan: Match underlying dev carrier on vlan addPhil Oester1-1/+2
2010-07-18vlan_dev: VLAN 0 should be treated as "no vlan tag" (802.1p packet)Pedro Garcia1-43/+60
2010-07-09net: Get rid of rtnl_link_stats64 / net_device_stats unionBen Hutchings1-1/+1
2010-07-08vlan: allow TSO setting on vlan interfacesEric Dumazet1-0/+20
2010-07-07net: fix 64 bit counters on 32 bit archesEric Dumazet1-4/+2
2010-06-28vlan: 64 bit rx countersEric Dumazet1-17/+29
2010-06-02net: init_vlan should not copy slave or master flagsJohn Fastabend1-1/+2
2010-05-16net: congestion notifications are not dropped packetsEric Dumazet1-2/+2
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+1
2010-04-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-3/+68
2010-04-03net: move address list functions to a separate fileJiri Pirko1-7/+7
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-24vlan: adds vlan_dev_select_queueVasu Dev1-3/+68
2010-02-03net: maintain namespace isolation between vlan and real deviceArnd Bergmann1-1/+1
2010-01-28Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+1
2010-01-24vlan: fix vlan_skb_recv()Eric Dumazet1-1/+1
2009-12-26llc: use dev_hard_headerOctavian Purdila1-4/+3
2009-11-26vlan: support "loose binding" to the underlying network devicePatrick McHardy1-2/+4
2009-11-17vlan: Precise RX stats accountingEric Dumazet1-6/+41
2009-11-13vlan/macvlan: propagate transmission state to upper layersPatrick McHardy1-2/+2
2009-10-29vlan: Add support to netdev_ops.ndo_fcoe_get_wwn for VLAN deviceYi Zou1-0/+13
2009-10-27vlan: allow null VLAN ID to be usedEric Dumazet1-1/+1
2009-09-03vlan: adds drops accountingEric Dumazet1-7/+22
2009-09-03vlan: enable multiqueue xmitsEric Dumazet1-2/+4
2009-09-01vlan: Add support for net_devices_ops.ndo_fcoe_enable/_disable to VLANYi Zou1-0/+26
2009-09-01netdev: convert pseudo-devices to netdev_tx_tStephen Hemminger1-3/+4
2009-08-14vlan: adds fcoe offload related net_device_ops and updates fcoe_ddp_xid fieldVasu Dev1-0/+39
2009-05-29net: convert unicast addr listJiri Pirko1-5/+5
2009-05-25net: remove COMPAT_NET_DEV_OPSAlexander Beregalov1-1/+0
2009-05-18net: release dst entry in dev_hard_start_xmit()Eric Dumazet1-0/+1
2009-05-18vlan: use struct netdev_queue counters instead of dev->statsEric Dumazet1-7/+7
2009-04-29Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+5
2009-04-25vlan: update vlan carrier state for admin up/downJay Vosburgh1-0/+5
2009-04-21net: factor out ethtool invocation of vlan/macvlan driversPatrick McHardy1-20/+3
2009-04-17vlan/macvlan: fix NULL pointer dereferences in ethtool handlersPatrick McHardy1-1/+2
2009-03-04vlan: Fix vlan-in-vlan crashes.David S. Miller1-1/+2
2009-01-08vlan: add neigh_setupFrank Blaschka1-0/+14
2008-12-25vlan: fix convertion to net_device_opsEric Dumazet1-2/+20