aboutsummaryrefslogtreecommitdiffstats
path: root/net/8021q/vlan_dev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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/kernel/git/tip/tipLinus Torvalds1-1/+8
2013-11-11vlan: Implement vlan_dev_get_egress_qos_mask as an inline.David S. Miller1-28/+3