summaryrefslogtreecommitdiff
path: root/net/8021q/vlan_dev.c
AgeCommit message (Expand)Author
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-06-08net: Remove support for bridge bypass ndos from stacked devicesArkadi Sharshevsky
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller
2017-05-08vlan: Keep NETIF_F_HW_CSUM similar to other software devicesVlad Yasevich
2017-03-21net/8021q: create device with all possible features in wanted_featuresAndrey Vagin
2017-02-06net: remove ndo_neigh_{construct, destroy} from stacked devicesIdo Schimmel
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger
2016-10-20net: use core MTU range checking in core net infraJarod Wilson
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-07-16vlan: use a valid default mtu value for vlan over macsecPaolo Abeni
2016-07-05net: introduce default neigh_construct/destroy ndo calls for L2 upper devicesJiri Pirko
2016-05-31vlan: Propagate MAC address to VLANsMike Manning
2016-03-17vlan: propagate gso_max_segsEric Dumazet
2016-02-25net: 8021q: use __ethtool_get_ksettingsDavid Decotigny
2016-02-21vlan: turn on unicast filtering on vlan deviceZhang Shengju
2015-12-15net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASKTom Herbert
2015-12-15sctp: Rename NETIF_F_SCTP_CSUM to NETIF_F_SCTP_CRCTom Herbert
2015-12-15switchdev: vlan: Use switchdev_port* in vlan_netdev_opsIdo Schimmel
2015-08-18net: 8021q: convert to using IFF_NO_QUEUEPhil Sutter
2015-04-02vlan: implement ndo_get_iflinkNicolas Dichtel
2015-03-29vlan: Add features for stacked vlan deviceToshiaki Makita
2015-03-038021q: Use eth_<foo>_addr instead of memsetJoe Perches
2015-03-02net: Kill dev_rebuild_headerEric W. Biederman
2014-12-12vlan: Add ability to always enable TSO/UFOToshiaki Makita
2014-11-21vlan: Pass ethtool get_ts_info queries to real device.Richard Cochran
2014-11-21vlan: make __vlan_hwaccel_put_tag return voidJiri Pirko
2014-10-07net: better IFF_XMIT_DST_RELEASE supportEric Dumazet
2014-07-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-07-07vlan: Pass SIOC[SG]HWTSTAMP ioctls to real deviceStefan Sørensen
2014-07-02vlan: free percpu stats in device destructorEric Dumazet
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-05-22vlan: more careful checksum features handlingMichal Kubeček
2014-05-16vlan: Fix lockdep warning with stacked vlan devices.Vlad Yasevich
2014-04-22vlan: unnecessary to check if vlan_pcpu_stats is NULLLi RongQing
2014-04-18vlan: Fix lockdep warning when vlan dev handle notificationdingtianhong
2014-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-03-29netpoll: Remove gfp parameter from __netpoll_setupEric W. Biederman
2014-03-28vlan: Warn the user if lowerdev has bad vlan features.Vlad Yasevich
2014-03-27vlan: Set hard_header_len according to available accelerationVlad Yasevich
2014-03-14net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman
2014-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-03-10vlan: Set correct source MAC address with TX VLAN offload enabledPeter Boström
2014-02-14net: introduce netdev_alloc_pcpu_stats() for driversWANG Cong
2014-01-218021q: Use ether_addr_copyJoe Perches
2013-12-31vlan: Fix header ops passthru when doing TX VLAN offload.David S. Miller
2013-11-14Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2013-11-11vlan: Implement vlan_dev_get_egress_qos_mask as an inline.David S. Miller
2013-11-07net/vlan: Provide read access to the vlan egress mapEyal Perry
2013-11-06net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz