summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2019-05-16vlan: disable SIOCSHWTSTAMP in containerHangbin Liu1-1/+3
2018-04-13vlan: also check phy_driver ts_info for vlan's real deviceHangbin Liu1-1/+5
2018-03-22net/8021q: create device with all possible features in wanted_featuresAndrey Vagin1-2/+1
2018-01-178021q: fix a memory leak for VLAN 0 deviceCong Wang1-6/+1
2017-11-24vlan: fix a use-after-free in vlan_device_event()Cong Wang1-3/+3
2017-07-05net: 8021q: Fix one possible panic caused by BUG_ON in free_netdevGao Feng1-1/+2
2016-10-20net: add recursion limit to GROSabrina Dubroca11-11/+49
2016-08-13net: remove type_check from dev_get_nest_level()Sabrina Dubroca5-12/+7
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller276-1313/+2475
2016-07-17vlan: use a valid default mtu value for vlan over macsecPaolo Abeni3-6/+18
2016-07-05net: introduce default neigh_construct/destroy ndo calls for L2 upper devicesJiri Pirko6-0/+56
2016-05-31vlan: Propagate MAC address to VLANsMike Manning3-3/+24
2016-03-18vlan: propagate gso_max_segsEric Dumazet4-0/+6
2016-02-26net: 8021q: use __ethtool_get_ksettingsDavid Decotigny1-4/+4
2016-02-22vlan: turn on unicast filtering on vlan deviceZhang Shengju2-1/+1
2016-02-18vlan: change return type of vlan_proc_rem_devZhang Shengju2-4/+3
2015-12-15net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASKTom Herbert25-39/+43
2015-12-15sctp: Rename NETIF_F_SCTP_CSUM to NETIF_F_SCTP_CRCTom Herbert10-14/+14
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 Yasevich2-1/+8
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 Makita2-0/+116
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-19net: Fix high overhead of vlan sub-device teardown.David S. Miller3-7/+20
2015-03-038021q: Use eth_<foo>_addr instead of memsetJoe Perches1-1/+1
2015-03-02net: Kill dev_rebuild_headerEric W. Biederman16-306/+1
2015-01-24vlan: advertise link netns via netlinkNicolas Dichtel1-0/+8
2015-01-13net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko77-190/+195
2014-12-12vlan: Add ability to always enable TSO/UFOToshiaki Makita1-3/+4
2014-11-21vlan: Pass ethtool get_ts_info queries to real device.Richard Cochran1-0/+19
2014-11-21vlan: make __vlan_hwaccel_put_tag return voidJiri Pirko3-10/+7
2014-10-07net: better IFF_XMIT_DST_RELEASE supportEric Dumazet27-39/+54
2014-08-11net: Always untag vlan-tagged traffic on input.Vlad Yasevich6-61/+56
2014-07-29vlan: fail early when creating netdev named configWANG Cong2-8/+15
2014-07-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller561-3110/+5001
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen97-133/+185
2014-07-07vlan: Pass SIOC[SG]HWTSTAMP ioctls to real deviceStefan Sørensen1-0/+2
2014-07-03vlan: free percpu stats in device destructorEric Dumazet1-3/+10
2014-06-218021q: fix a potential memory leakLi RongQing1-1/+4
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller528-3738/+6232
2014-05-22vlan: more careful checksum features handlingMichal Kubeček2-2/+16
2014-05-17vlan: Fix lockdep warning with stacked vlan devices.Vlad Yasevich4-45/+12
2014-05-12vlan: rename __vlan_find_dev_deep() to __vlan_find_dev_deep_rcu()dingtianhong8-16/+16
2014-04-23vlan: unnecessary to check if vlan_pcpu_stats is NULLLi RongQing1-30/+28
2014-04-18vlan: Fix lockdep warning when vlan dev handle notificationdingtianhong2-5/+42
2014-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller48-267/+527
2014-03-29netpoll: Remove gfp parameter from __netpoll_setupEric W. Biederman9-34/+29
[next]