summaryrefslogtreecommitdiff
path: root/net/8021q/vlan_dev.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-01net: vlan: fix underflow for the real_dev refcntZiyang Xuan1-0/+3
2021-11-18net: vlan: fix a UAF in vlan_dev_real_dev()Ziyang Xuan1-0/+3
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-3/+3
2021-06-04net: 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-15net: vlan: Add parse protocol header opsEran Ben Elisha1-0/+9
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-06-29net: 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-08netpoll: 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-08vlan: fix memory leak in vlan_dev_set_egress_priorityEric Dumazet1-1/+2
2019-12-26net: vlan: Use the PHY time stamping interface.Richard Cochran1-2/+2
2019-10-25net: remove unnecessary variables and callbackTaehee Yoo1-6/+0
2019-10-25net: 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-05net: 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-05vlan: conditional inclusion of FCoE hooks to match netdevice.h and bnx2xChris Leech1-11/+15
2019-02-25net: Remove switchdev.h inclusion from team/bond/vlanFlorian Fainelli1-1/+0
2018-11-08net: vlan: add support for tunnel offloadDavide Caratti1-0/+2
2018-10-20netpoll: allow cleanup to be synchronousDebabrata Banerjee1-2/+1
2018-05-08vlan: correct the file path in vlan_dev_change_flags() commentSun Lianwen1-1/+3
2018-04-02vlan: 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-22net/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-09net: 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-17vlan: 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-18vlan: propagate gso_max_segsEric Dumazet1-0/+1
2016-02-26net: 8021q: use __ethtool_get_ksettingsDavid Decotigny1-4/+4
2016-02-22vlan: turn on unicast filtering on vlan deviceZhang Shengju1-0/+1
2015-12-16net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASKTom Herbert1-1/+1
2015-12-16sctp: 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