aboutsummaryrefslogtreecommitdiffstats
path: root/net/8021q
AgeCommit message (Expand)AuthorFilesLines
2020-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-2/+6
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-1/+1
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-02-17net: vlan: suppress "failed to kill vid" warningsJulian Wiedmann1-3/+2
2020-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-8/+15
2020-01-07vlan: vlan_changelink() should propagate errorsEric Dumazet1-3/+7
2020-01-07vlan: fix memory leak in vlan_dev_set_egress_priorityEric Dumazet3-5/+8
2019-12-25net: vlan: Use the PHY time stamping interface.Richard Cochran1-2/+2
2019-10-24net: remove unnecessary variables and callbackTaehee Yoo2-7/+0
2019-10-24net: core: add generic lockdep keysTaehee Yoo1-27/+0
2019-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-12/+3
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner3-12/+3
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-15/+3
2019-06-04net: vlan: Inherit MPLS features from parent deviceAriel Levkovich1-0/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner3-15/+3
2019-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+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-27netlink: make validation more configurable for future strictnessJohannes Berg1-2/+2
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek1-2/+2
2019-04-19vlan: do not transfer link state in vlan bridge binding modeMike Manning2-11/+26
2019-04-19vlan: support binding link state to vlan member bridge portsMike Manning2-2/+4
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-12-06net: core: dev: Add extack argument to dev_change_flags()Petr Machata1-1/+3
2018-11-16net: 8021q: move vlan offload registrations into vlan_coreJiri Pirko2-96/+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-11-07net: vlan: add support for tunnel offloadDavide Caratti3-0/+15
2018-10-19netpoll: allow cleanup to be synchronousDebabrata Banerjee1-2/+1
2018-07-24net: remove blank lines at end of fileStephen Hemminger1-1/+0
2018-07-03Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2018-07-02net: fix use-after-free in GRO with ESPSabrina Dubroca1-1/+1
2018-06-26net: Convert GRO SKB handling to list_head.David Miller1-6/+7
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds4-16/+47
2018-05-17vlan: Add extack messages for link createDavid Ahern3-15/+44
2018-05-16proc: introduce proc_create_net{,_data}Christoph Hellwig1-15/+3
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig1-19/+2
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
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 Pressman3-25/+100
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai1-1/+0
2018-03-26net: Use octal not symbolic permissionsJoe Perches1-3/+3
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2018-03-16vlan: Fix out of order vlan headers with reorder header offToshiaki Makita1-2/+2
2018-02-27net: Convert /proc creating and destroying pernet_operationsKirill Tkhai1-0/+1
2018-01-16net: delete /proc THIS_MODULE referencesAlexey Dobriyan1-2/+0
2018-01-108021q: fix a memory leak for VLAN 0 deviceCong Wang1-6/+1
2017-11-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+3
2017-11-11vlan: fix a use-after-free in vlan_device_event()Cong Wang1-3/+3
2017-11-04add support of IFF_XMIT_DST_RELEASE bit in vlanVadim Fedorenko2-0/+4
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-0/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman4-0/+4
2017-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+6
2017-10-04net: Add extack to upper device linkingDavid Ahern3-5/+5
2017-10-04net: 8021q: skip packets if the vlan is downVishakha Narvekar1-0/+6
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.validateMatthias Schiffer1-1/+2
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.changelinkMatthias Schiffer1-3/+4
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.newlinkMatthias Schiffer1-1/+2
2017-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2017-06-19net: 8021q: Fix one possible panic caused by BUG_ON in free_netdevGao Feng1-1/+2
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-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg1-1/+2
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-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan2-2/+2
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2016-10-20net: use core MTU range checking in core net infraJarod Wilson1-0/+3
2016-10-20net: add recursion limit to GROSabrina Dubroca1-1/+1
2016-10-18net: vlan: Use sizeof instead of literal numberGao Feng1-2/+2
2016-10-18vlan: Remove unnecessary comparison of unsigned against 0Tobias Klauser1-2/+1
2016-08-13net: remove type_check from dev_get_nest_level()Sabrina Dubroca1-1/+1
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-6/+11
2016-07-16vlan: use a valid default mtu value for vlan over macsecPaolo Abeni2-6/+11
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 Manning3-3/+24
2016-03-17vlan: propagate gso_max_segsEric Dumazet2-0/+2
2016-02-25net: 8021q: use __ethtool_get_ksettingsDavid Decotigny1-4/+4
2016-02-21vlan: turn on unicast filtering on vlan deviceZhang Shengju2-1/+1
2016-02-17vlan: change return type of vlan_proc_rem_devZhang Shengju2-4/+3
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-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-08-18net: 8021q: convert to using IFF_NO_QUEUEPhil Sutter1-2/+1
2015-06-01vlan: Add GRO support for non hardware accelerated vlanToshiaki Makita1-0/+96
2015-05-14vlan: Correctly propagate promisc|allmulti flags in notifier.Vlad Yasevich1-1/+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-18net: Fix high overhead of vlan sub-device teardown.David S. Miller1-3/+13
2015-03-038021q: Use eth_<foo>_addr instead of memsetJoe Perches1-1/+1
2015-03-02net: Kill dev_rebuild_headerEric W. Biederman1-35/+0
2015-01-23vlan: advertise link netns via netlinkNicolas Dichtel1-0/+8
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko1-1/+1
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-08-11net: Always untag vlan-tagged traffic on input.Vlad Yasevich1-53/+0
2014-07-29vlan: fail early when creating netdev named configWANG Cong2-8/+15
2014-07-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+10
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen1-1/+2
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-06-218021q: fix a potential memory leakLi RongQing1-1/+4
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-43/+10
2014-05-22vlan: more careful checksum features handlingMichal Kubeček1-2/+2
2014-05-16vlan: Fix lockdep warning with stacked vlan devices.Vlad Yasevich2-43/+10
2014-05-12vlan: rename __vlan_find_dev_deep() to __vlan_find_dev_deep_rcu()dingtianhong1-3/+3
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. Miller2-2/+8
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 Yasevich2-2/+5
2014-03-26vlan: make a new function vlan_dev_vlan_proto() and exportdingtianhong1-0/+6
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-128021q: Convert uses of __constant_<foo> to <foo>Joe Perches2-4/+4
2014-03-10vlan: Set correct source MAC address with TX VLAN offload enabledPeter Boström1-0/+3
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
2014-02-14net: introduce netdev_alloc_pcpu_stats() for driversWANG Cong1-9/+2
2014-01-218021q: Use ether_addr_copyJoe Perches2-4/+4
2014-01-218021q: update descriptionYegor Yefremov1-5/+5
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. Miller2-105/+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-10-19net: 8021q/bluetooth/bridge/can/ceph: Remove extern from function prototypesJoe Perches1-14/+14
2013-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2013-10-08net: vlan: fix nlmsg size calculation in vlan_get_size()Marc Kleine-Budde1-1/+1
2013-09-26vlan: unlink the upper neighbour before unregisteringVeaceslav Falico1-2/+2
2013-09-26vlan: link the upper neighbour only after registeringVeaceslav Falico1-7/+7
2013-09-03net: vlan: inherit addr_assign_type along with dev_addrBjørn Mork1-1/+1
2013-08-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+6
2013-08-05vlan: make vlan_dev_real_dev work over stacked vlansnikolay@redhat.com1-1/+6
2013-08-03vlan: cleanup the usage of vlan_dev_priv(dev)Wang Sheng-Hui2-8/+10
2013-07-23net: convert resend IGMP to notifier eventJiri Pirko1-0/+1
2013-07-18vlan: fix a race in egress prio managementEric Dumazet1-0/+7
2013-07-18vlan: mask vlan prio bitsEric Dumazet1-1/+1
2013-05-28net: pass info struct via netdevice notifierJiri Pirko1-1/+1
2013-05-02net: vlan,ethtool: netdev_features_t is more than 32 bitBjørn Mork1-1/+1
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-8/+3
2013-05-01proc: Supply a function to remove a proc entry by PDEDavid Howells1-7/+2
2013-04-21net: vlan: fix up vlan_proto_idx() for CONFIG_BUG=nPatrick McHardy1-0/+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 McHardy4-8/+40
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy2-4/+6
2013-04-19net: vlan: prepare for 802.1ad supportPatrick McHardy7-77/+98
2013-04-19net: vlan: prepare for 802.1ad VLAN filtering offloadPatrick McHardy2-26/+31
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy3-6/+6
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro1-1/+1
2013-03-248021q: fix a potential use-after-freeCong Wang1-7/+7
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGao feng1-1/+1
2013-02-13bridge: Implement vlan ingress/egress policy with PVID.Vlad Yasevich1-0/+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 Ward7-7/+134
2013-01-29net: disallow drivers with buggy VLAN accel to register_netdevice()Michał Mirosław2-11/+2
2013-01-06ethtool: fix drvinfo strings set in driversJiri Pirko1-3/+3
2013-01-04vlan: remove usage of dev->master in __vlan_find_dev_deep()Jiri Pirko1-7/+11
2013-01-04vlan: add link to upper deviceJiri Pirko1-1/+9
2012-11-308021q: fix vlan device to inherit the unicast filtering capability flagYi Zou1-0/+1
2012-11-18net: Allow the userns root to control vlans.Eric W. Biederman1-6/+6
2012-11-08vlan: set sysfs device_type to 'vlan'Doug Goldstein1-0/+6
2012-11-01vlan: use IS_ENABLED()Amerigo Wang2-4/+4
2012-10-18vlan: allow to change type when no vlan device is hooked on netdevJiri Pirko1-1/+3
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-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+6
2012-10-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2012-09-01treewide: fix comment/printk/variable typosAnatol Pomozov1-1/+1
2012-08-24vlan: add helper which can be called to see if device is used by vlanJiri Pirko1-0/+6
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-07-10net: Fix memory leak - vlan_info structAmir Hanania1-0/+3
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 Perches3-12/+11
2012-04-02vlan: Stop using NLA_PUT*().David S. Miller1-6/+10
2011-12-14vlan: static functionsEric Dumazet1-3/+3
2011-12-14vlan: add rtnl_dereference() annotationsDan Carpenter1-5/+9
2011-12-08vlan: add 802.1q netpoll supportBenjamin LaHaise2-0/+64
2011-12-08vlan: introduce functions to do mass addition/deletion of vids by another deviceJiri Pirko1-0/+44