summaryrefslogtreecommitdiffstats
path: root/net/8021q
Commit message (Expand)AuthorAgeFilesLines
* net: add netlink_ext_ack argument to rtnl_link_ops.validateMatthias Schiffer2017-06-261-1/+2
* net: add netlink_ext_ack argument to rtnl_link_ops.changelinkMatthias Schiffer2017-06-261-3/+4
* net: add netlink_ext_ack argument to rtnl_link_ops.newlinkMatthias Schiffer2017-06-261-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-211-1/+2
|\
| * net: 8021q: Fix one possible panic caused by BUG_ON in free_netdevGao Feng2017-06-191-1/+2
* | networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-161-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-151-2/+2
|\ \ | |/
| * net: Fix inconsistent teardown and release of private netdev state.David S. Miller2017-06-071-2/+2
* | net: Remove support for bridge bypass ndos from stacked devicesArkadi Sharshevsky2017-06-081-6/+0
|/
* vlan: Keep NETIF_F_HW_CSUM similar to other software devicesVlad Yasevich2017-05-081-3/+10
* netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-131-1/+2
* net/8021q: create device with all possible features in wanted_featuresAndrey Vagin2017-03-211-2/+1
* 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
OpenPOWER on IntegriCloud