aboutsummaryrefslogtreecommitdiffstats
path: root/net/8021q (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-06-28net: get rid of lockdep_set_class_and_subclass()Cong Wang1-5/+4
2020-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-2/+6
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-1/+1
2020-06-09net: change addr_list_lock back to static keyCong Wang1-2/+6
2020-05-07netpoll: accept NULL np argument in netpoll_send_skb()Eric Dumazet1-3/+2
2020-05-04net: partially revert dynamic lockdep key changesCong Wang1-0/+21
2020-02-17net: vlan: suppress "failed to kill vid" warningsJulian Wiedmann1-3/+2
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