summaryrefslogtreecommitdiffstats
path: root/net/8021q/vlan_dev.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-071-6/+1Star
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1Star
* | net: vlan: Inherit MPLS features from parent deviceAriel Levkovich2019-06-041-0/+1
|/
* vlan: Mark expected switch fall-throughGustavo A. R. Silva2019-05-201-0/+1
* vlan: disable SIOCSHWTSTAMP in containerHangbin Liu2019-05-091-1/+3
* vlan: do not transfer link state in vlan bridge binding modeMike Manning2019-04-191-7/+12
* vlan: support binding link state to vlan member bridge portsMike Manning2019-04-191-1/+2
* vlan: conditional inclusion of FCoE hooks to match netdevice.h and bnx2xChris Leech2019-04-051-11/+15
* net: Remove switchdev.h inclusion from team/bond/vlanFlorian Fainelli2019-02-251-1/+0Star
* net: vlan: add support for tunnel offloadDavide Caratti2018-11-081-0/+2
* netpoll: allow cleanup to be synchronousDebabrata Banerjee2018-10-201-2/+1Star
* vlan: correct the file path in vlan_dev_change_flags() commentSun Lianwen2018-05-081-1/+3
* vlan: also check phy_driver ts_info for vlan's real deviceHangbin Liu2018-04-021-1/+5
* networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-161-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-151-2/+2
|\
| * net: Fix inconsistent teardown and release of private netdev state.David S. Miller2017-06-071-2/+2
* | net: Remove support for bridge bypass ndos from stacked devicesArkadi Sharshevsky2017-06-081-6/+0Star
|/
* vlan: Keep NETIF_F_HW_CSUM similar to other software devicesVlad Yasevich2017-05-081-3/+10
* net/8021q: create device with all possible features in wanted_featuresAndrey Vagin2017-03-211-2/+1Star
* net: remove ndo_neigh_{construct, destroy} from stacked devicesIdo Schimmel2017-02-061-2/+0Star
* net: make ndo_get_stats64 a void functionstephen hemminger2017-01-081-3/+2Star
* net: use core MTU range checking in core net infraJarod Wilson2016-10-201-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-07-241-4/+6
|\
| * vlan: use a valid default mtu value for vlan over macsecPaolo Abeni2016-07-171-4/+6
* | net: introduce default neigh_construct/destroy ndo calls for L2 upper devicesJiri Pirko2016-07-051-0/+2
|/
* vlan: Propagate MAC address to VLANsMike Manning2016-05-311-3/+17
* vlan: propagate gso_max_segsEric Dumazet2016-03-181-0/+1
* net: 8021q: use __ethtool_get_ksettingsDavid Decotigny2016-02-261-4/+4
* vlan: turn on unicast filtering on vlan deviceZhang Shengju2016-02-221-0/+1
* net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASKTom Herbert2015-12-151-1/+1
* sctp: Rename NETIF_F_SCTP_CSUM to NETIF_F_SCTP_CRCTom Herbert2015-12-151-1/+1
* switchdev: vlan: Use switchdev_port* in vlan_netdev_opsIdo Schimmel2015-12-151-0/+7
* net: 8021q: convert to using IFF_NO_QUEUEPhil Sutter2015-08-181-2/+1Star
* vlan: implement ndo_get_iflinkNicolas Dichtel2015-04-021-1/+8
* vlan: Add features for stacked vlan deviceToshiaki Makita2015-03-291-0/+1
* 8021q: Use eth_<foo>_addr instead of memsetJoe Perches2015-03-031-1/+1
* net: Kill dev_rebuild_headerEric W. Biederman2015-03-021-35/+0Star
* vlan: Add ability to always enable TSO/UFOToshiaki Makita2014-12-121-3/+4
* vlan: Pass ethtool get_ts_info queries to real device.Richard Cochran2014-11-211-0/+19
* vlan: make __vlan_hwaccel_put_tag return voidJiri Pirko2014-11-211-1/+1
* net: better IFF_XMIT_DST_RELEASE supportEric Dumazet2014-10-071-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-07-161-3/+10
|\
| * vlan: free percpu stats in device destructorEric Dumazet2014-07-031-3/+10
* | vlan: Pass SIOC[SG]HWTSTAMP ioctls to real deviceStefan Sørensen2014-07-081-0/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-05-241-43/+9Star
|\
| * vlan: Fix lockdep warning with stacked vlan devices.Vlad Yasevich2014-05-171-43/+9Star
* | vlan: more careful checksum features handlingMichal Kubeček2014-05-221-2/+2
* | vlan: unnecessary to check if vlan_pcpu_stats is NULLLi RongQing2014-04-231-30/+28Star
|/
* vlan: Fix lockdep warning when vlan dev handle notificationdingtianhong2014-04-181-5/+41
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-291-1/+5
|\