aboutsummaryrefslogtreecommitdiffstats
path: root/net/8021q
AgeCommit message (Expand)Author
2017-06-19net: 8021q: Fix one possible panic caused by BUG_ON in free_netdevGao Feng
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
2015-03-18net: Fix high overhead of vlan sub-device teardown.David S. Miller
2015-03-038021q: Use eth_<foo>_addr instead of memsetJoe Perches
2015-03-02net: Kill dev_rebuild_headerEric W. Biederman
2015-01-23vlan: advertise link netns via netlinkNicolas Dichtel
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko
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-08-11net: Always untag vlan-tagged traffic on input.Vlad Yasevich
2014-07-29vlan: fail early when creating netdev named configWANG Cong
2014-07-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen
2014-07-07vlan: Pass SIOC[SG]HWTSTAMP ioctls to real deviceStefan Sørensen
2014-07-02vlan: free percpu stats in device destructorEric Dumazet
2014-06-218021q: fix a potential memory leakLi RongQing
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller