aboutsummaryrefslogtreecommitdiffstats
path: root/net/8021q (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-8/+15
2020-01-07vlan: vlan_changelink() should propagate errorsEric Dumazet1-3/+7
2020-01-07vlan: fix memory leak in vlan_dev_set_egress_priorityEric Dumazet3-5/+8
2019-12-25net: vlan: Use the PHY time stamping interface.Richard Cochran1-2/+2
2019-10-24net: remove unnecessary variables and callbackTaehee Yoo2-7/+0
2019-10-24net: core: add generic lockdep keysTaehee Yoo1-27/+0
2019-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-12/+3
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner3-12/+3
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-15/+3
2019-06-04net: vlan: Inherit MPLS features from parent deviceAriel Levkovich1-0/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner3-15/+3
2019-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-20vlan: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2019-05-09vlan: disable SIOCSHWTSTAMP in containerHangbin Liu1-1/+3
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg1-2/+2
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek1-2/+2
2019-04-19vlan: do not transfer link state in vlan bridge binding modeMike Manning2-11/+26
2019-04-19vlan: support binding link state to vlan member bridge portsMike Manning2-2/+4
2019-04-04vlan: conditional inclusion of FCoE hooks to match netdevice.h and bnx2xChris Leech1-11/+15
2019-02-24net: Remove switchdev.h inclusion from team/bond/vlanFlorian Fainelli1-1/+0
2018-12-06net: core: dev: Add extack argument to dev_change_flags()Petr Machata1-1/+3
2018-11-16net: 8021q: move vlan offload registrations into vlan_coreJiri Pirko2-96/+99
2018-11-088021q: use __vlan_hwaccel helpersMichał Mirosław1-1/+1
2018-11-08net: 8021q: vlan_core: allow use list of vlans for real deviceIvan Khoronzhuk1-0/+27
2018-11-07net: vlan: add support for tunnel offloadDavide Caratti3-0/+15
2018-10-19netpoll: allow cleanup to be synchronousDebabrata Banerjee1-2/+1
2018-07-24net: remove blank lines at end of fileStephen Hemminger1-1/+0
2018-07-03Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2018-07-02net: fix use-after-free in GRO with ESPSabrina Dubroca1-1/+1
2018-06-26net: Convert GRO SKB handling to list_head.David Miller1-6/+7
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds4-16/+47
2018-05-17vlan: Add extack messages for link createDavid Ahern3-15/+44
2018-05-16proc: introduce proc_create_net{,_data}Christoph Hellwig1-15/+3
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig1-19/+2
2018-05-07vlan: correct the file path in vlan_dev_change_flags() commentSun Lianwen1-1/+3
2018-04-01vlan: also check phy_driver ts_info for vlan's real deviceHangbin Liu1-1/+5
2018-03-31vlan: vlan_hw_filter_capable() can be staticWei Yongjun1-1/+1
2018-03-30net: Call add/kill vid ndo on vlan filter feature togglingGal Pressman3-25/+100
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai1-1/+0
2018-03-26net: Use octal not symbolic permissionsJoe Perches1-3/+3
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2018-03-16vlan: Fix out of order vlan headers with reorder header offToshiaki Makita1-2/+2
2018-02-27net: Convert /proc creating and destroying pernet_operationsKirill Tkhai1-0/+1
2018-01-16net: delete /proc THIS_MODULE referencesAlexey Dobriyan1-2/+0
2018-01-108021q: fix a memory leak for VLAN 0 deviceCong Wang1-6/+1
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