summaryrefslogtreecommitdiffstats
path: root/net/8021q
AgeCommit message (Expand)AuthorLines
2020-09-28net: vlan: Fixed signedness in vlan_group_prealloc_vid()Florian Fainelli-1/+2
2020-09-25net: vlan: Avoid using BUG() in vlan_proto_idx()Florian Fainelli-6/+16
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-1/+1
2020-06-28net: get rid of lockdep_set_class_and_subclass()Cong Wang-5/+4
2020-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds-2/+6
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada-1/+1
2020-06-09net: change addr_list_lock back to static keyCong Wang-2/+6
2020-05-07netpoll: accept NULL np argument in netpoll_send_skb()Eric Dumazet-3/+2
2020-05-04net: partially revert dynamic lockdep key changesCong Wang-0/+21
2020-02-17net: vlan: suppress "failed to kill vid" warningsJulian Wiedmann-3/+2
2020-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-8/+15
2020-01-07vlan: vlan_changelink() should propagate errorsEric Dumazet-3/+7
2020-01-07vlan: fix memory leak in vlan_dev_set_egress_priorityEric Dumazet-5/+8
2019-12-25net: vlan: Use the PHY time stamping interface.Richard Cochran-2/+2
2019-10-24net: remove unnecessary variables and callbackTaehee Yoo-7/+0
2019-10-24net: core: add generic lockdep keysTaehee Yoo-27/+0
2019-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-12/+3
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner-12/+3
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-15/+3
2019-06-04net: vlan: Inherit MPLS features from parent deviceAriel Levkovich-0/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner-15/+3
2019-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-0/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2019-05-20vlan: Mark expected switch fall-throughGustavo A. R. Silva-0/+1
2019-05-09vlan: disable SIOCSHWTSTAMP in containerHangbin Liu-1/+3
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg-2/+2
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek-2/+2
2019-04-19vlan: do not transfer link state in vlan bridge binding modeMike Manning-11/+26
2019-04-19vlan: support binding link state to vlan member bridge portsMike Manning-2/+4
2019-04-04vlan: conditional inclusion of FCoE hooks to match netdevice.h and bnx2xChris Leech-11/+15
2019-02-24net: Remove switchdev.h inclusion from team/bond/vlanFlorian Fainelli-1/+0
2018-12-06net: core: dev: Add extack argument to dev_change_flags()Petr Machata-1/+3
2018-11-16net: 8021q: move vlan offload registrations into vlan_coreJiri Pirko-96/+99
2018-11-088021q: use __vlan_hwaccel helpersMichał Mirosław-1/+1
2018-11-08net: 8021q: vlan_core: allow use list of vlans for real deviceIvan Khoronzhuk-0/+27
2018-11-07net: vlan: add support for tunnel offloadDavide Caratti-0/+15
2018-10-19netpoll: allow cleanup to be synchronousDebabrata Banerjee-2/+1
2018-07-24net: remove blank lines at end of fileStephen Hemminger-1/+0
2018-07-03Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+1
2018-07-02net: fix use-after-free in GRO with ESPSabrina Dubroca-1/+1
2018-06-26net: Convert GRO SKB handling to list_head.David Miller-6/+7
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-16/+47
2018-05-17vlan: Add extack messages for link createDavid Ahern-15/+44
2018-05-16proc: introduce proc_create_net{,_data}Christoph Hellwig-15/+3
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig-19/+2
2018-05-07vlan: correct the file path in vlan_dev_change_flags() commentSun Lianwen-1/+3
2018-04-01vlan: also check phy_driver ts_info for vlan's real deviceHangbin Liu-1/+5
2018-03-31vlan: vlan_hw_filter_capable() can be staticWei Yongjun-1/+1
2018-03-30net: Call add/kill vid ndo on vlan filter feature togglingGal Pressman-25/+100
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai-1/+0