aboutsummaryrefslogtreecommitdiffstats
path: root/net/8021q (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+3
2017-11-11vlan: fix a use-after-free in vlan_device_event()Cong Wang1-3/+3
2017-11-04add support of IFF_XMIT_DST_RELEASE bit in vlanVadim Fedorenko2-0/+4
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-0/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman4-0/+4
2017-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+6
2017-10-04net: Add extack to upper device linkingDavid Ahern3-5/+5
2017-10-04net: 8021q: skip packets if the vlan is downVishakha Narvekar1-0/+6
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.validateMatthias Schiffer1-1/+2
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.changelinkMatthias Schiffer1-3/+4
2017-06-26net: add netlink_ext_ack argument to rtnl_link_ops.newlinkMatthias Schiffer1-1/+2
2017-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2017-06-19net: 8021q: Fix one possible panic caused by BUG_ON in free_netdevGao Feng1-1/+2
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-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg1-1/+2
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-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan2-2/+2
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2016-10-20net: use core MTU range checking in core net infraJarod Wilson1-0/+3
2016-10-20net: add recursion limit to GROSabrina Dubroca1-1/+1
2016-10-18net: vlan: Use sizeof instead of literal numberGao Feng1-2/+2
2016-10-18vlan: Remove unnecessary comparison of unsigned against 0Tobias Klauser1-2/+1
2016-08-13net: remove type_check from dev_get_nest_level()Sabrina Dubroca1-1/+1
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-6/+11
2016-07-16vlan: use a valid default mtu value for vlan over macsecPaolo Abeni2-6/+11
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 Manning3-3/+24
2016-03-17vlan: propagate gso_max_segsEric Dumazet2-0/+2
2016-02-25net: 8021q: use __ethtool_get_ksettingsDavid Decotigny1-4/+4
2016-02-21vlan: turn on unicast filtering on vlan deviceZhang Shengju2-1/+1
2016-02-17vlan: change return type of vlan_proc_rem_devZhang Shengju2-4/+3
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-11-17vlan: Do not put vlan headers back on bridge and macvlan portsVlad Yasevich1-1/+3
2015-11-03vlan: Invoke driver vlan hooks only if device is presentPadmanabh Ratnakar1-2/+8
2015-08-18net: 8021q: convert to using IFF_NO_QUEUEPhil Sutter1-2/+1
2015-06-01vlan: Add GRO support for non hardware accelerated vlanToshiaki Makita1-0/+96
2015-05-14vlan: Correctly propagate promisc|allmulti flags in notifier.Vlad Yasevich1-1/+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-18net: Fix high overhead of vlan sub-device teardown.David S. Miller1-3/+13
2015-03-038021q: Use eth_<foo>_addr instead of memsetJoe Perches1-1/+1