aboutsummaryrefslogtreecommitdiffstats
path: root/net/8021q
AgeCommit message (Expand)Author
2018-04-12vlan: also check phy_driver ts_info for vlan's real deviceHangbin Liu
2018-01-108021q: fix a memory leak for VLAN 0 deviceCong Wang
2017-11-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-11vlan: fix a use-after-free in vlan_device_event()Cong Wang
2017-11-04add support of IFF_XMIT_DST_RELEASE bit in vlanVadim Fedorenko
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-10-04net: Add extack to upper device linkingDavid Ahern
2017-10-04net: 8021q: skip packets if the vlan is downVishakha Narvekar
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.validateMatthias Schiffer
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.changelinkMatthias Schiffer
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.newlinkMatthias Schiffer
2017-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-06-19net: 8021q: Fix one possible panic caused by BUG_ON in free_netdevGao Feng
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-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg
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-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-10-20net: use core MTU range checking in core net infraJarod Wilson
2016-10-20net: add recursion limit to GROSabrina Dubroca
2016-10-18net: vlan: Use sizeof instead of literal numberGao Feng
2016-10-18vlan: Remove unnecessary comparison of unsigned against 0Tobias Klauser
2016-08-13net: remove type_check from dev_get_nest_level()Sabrina Dubroca
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
2016-02-17vlan: change return type of vlan_proc_rem_devZhang 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-11-17vlan: Do not put vlan headers back on bridge and macvlan portsVlad Yasevich
2015-11-03vlan: Invoke driver vlan hooks only if device is presentPadmanabh Ratnakar
2015-08-18net: 8021q: convert to using IFF_NO_QUEUEPhil Sutter
2015-06-01vlan: Add GRO support for non hardware accelerated vlanToshiaki Makita
2015-05-14vlan: Correctly propagate promisc|allmulti flags in notifier.Vlad Yasevich
2015-04-02vlan: implement ndo_get_iflinkNicolas Dichtel
2015-03-29vlan: Add features for stacked vlan deviceToshiaki Makita