summaryrefslogtreecommitdiffstats
path: root/net/8021q
Commit message (Expand)AuthorAgeFilesLines
* net: remove ndo_neigh_{construct, destroy} from stacked devicesIdo Schimmel2017-02-061-2/+0
* net: make ndo_get_stats64 a void functionstephen hemminger2017-01-081-3/+2
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* netns: make struct pernet_operations::id unsigned intAlexey Dobriyan2016-11-182-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-301-1/+1
|\
| * net: add recursion limit to GROSabrina Dubroca2016-10-201-1/+1
* | net: use core MTU range checking in core net infraJarod Wilson2016-10-201-0/+3
* | net: vlan: Use sizeof instead of literal numberGao Feng2016-10-181-2/+2
* | vlan: Remove unnecessary comparison of unsigned against 0Tobias Klauser2016-10-181-2/+1
|/
* net: remove type_check from dev_get_nest_level()Sabrina Dubroca2016-08-131-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-07-242-6/+11
|\
| * vlan: use a valid default mtu value for vlan over macsecPaolo Abeni2016-07-162-6/+11
* | net: introduce default neigh_construct/destroy ndo calls for L2 upper devicesJiri Pirko2016-07-051-0/+2
|/
* vlan: Propagate MAC address to VLANsMike Manning2016-05-313-3/+24
* vlan: propagate gso_max_segsEric Dumazet2016-03-172-0/+2
* net: 8021q: use __ethtool_get_ksettingsDavid Decotigny2016-02-251-4/+4
* vlan: turn on unicast filtering on vlan deviceZhang Shengju2016-02-212-1/+1
* vlan: change return type of vlan_proc_rem_devZhang Shengju2016-02-172-4/+3
* net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASKTom Herbert2015-12-151-1/+1
* sctp: Rename NETIF_F_SCTP_CSUM to NETIF_F_SCTP_CRCTom Herbert2015-12-151-1/+1
* switchdev: vlan: Use switchdev_port* in vlan_netdev_opsIdo Schimmel2015-12-151-0/+7
* vlan: Do not put vlan headers back on bridge and macvlan portsVlad Yasevich2015-11-171-1/+3
* vlan: Invoke driver vlan hooks only if device is presentPadmanabh Ratnakar2015-11-031-2/+8
* net: 8021q: convert to using IFF_NO_QUEUEPhil Sutter2015-08-181-2/+1
* vlan: Add GRO support for non hardware accelerated vlanToshiaki Makita2015-06-011-0/+96
* vlan: Correctly propagate promisc|allmulti flags in notifier.Vlad Yasevich2015-05-141-1/+1
* vlan: implement ndo_get_iflinkNicolas Dichtel2015-04-021-1/+8
* vlan: Add features for stacked vlan deviceToshiaki Makita2015-03-291-0/+1
* net: Fix high overhead of vlan sub-device teardown.David S. Miller2015-03-181-3/+13
* 8021q: Use eth_<foo>_addr instead of memsetJoe Perches2015-03-031-1/+1
* net: Kill dev_rebuild_headerEric W. Biederman2015-03-021-35/+0
* vlan: advertise link netns via netlinkNicolas Dichtel2015-01-231-0/+8
* net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko2015-01-131-1/+1
* vlan: Add ability to always enable TSO/UFOToshiaki Makita2014-12-121-3/+4
* vlan: Pass ethtool get_ts_info queries to real device.Richard Cochran2014-11-211-0/+19
* vlan: make __vlan_hwaccel_put_tag return voidJiri Pirko2014-11-211-1/+1
* net: better IFF_XMIT_DST_RELEASE supportEric Dumazet2014-10-071-1/+2
* net: Always untag vlan-tagged traffic on input.Vlad Yasevich2014-08-111-53/+0
* vlan: fail early when creating netdev named configWANG Cong2014-07-292-8/+15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-07-161-3/+10
|\
| * vlan: free percpu stats in device destructorEric Dumazet2014-07-021-3/+10
* | net: set name_assign_type in alloc_netdev()Tom Gundersen2014-07-151-1/+2
* | vlan: Pass SIOC[SG]HWTSTAMP ioctls to real deviceStefan Sørensen2014-07-071-0/+2
|/
* 8021q: fix a potential memory leakLi RongQing2014-06-211-1/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-05-242-43/+10
|\
| * vlan: Fix lockdep warning with stacked vlan devices.Vlad Yasevich2014-05-162-43/+10
* | vlan: more careful checksum features handlingMichal Kubeček2014-05-221-2/+2
* | vlan: rename __vlan_find_dev_deep() to __vlan_find_dev_deep_rcu()dingtianhong2014-05-121-3/+3
* | vlan: unnecessary to check if vlan_pcpu_stats is NULLLi RongQing2014-04-221-30/+28
|/
* vlan: Fix lockdep warning when vlan dev handle notificationdingtianhong2014-04-181-5/+41