| Commit message (Expand) | Author | Age | Files | Lines |
* | net: vlan: Fixed signedness in vlan_group_prealloc_vid() | Florian Fainelli | 2020-09-28 | 1 | -1/+2 |
* | net: vlan: Avoid using BUG() in vlan_proto_idx() | Florian Fainelli | 2020-09-25 | 2 | -6/+16 |
* | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 2020-08-24 | 1 | -1/+1 |
* | net: get rid of lockdep_set_class_and_subclass() | Cong Wang | 2020-06-29 | 1 | -5/+4 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds | 2020-06-14 | 1 | -2/+6 |
|\ |
|
| * | net: change addr_list_lock back to static key | Cong Wang | 2020-06-09 | 1 | -2/+6 |
* | | treewide: replace '---help---' in Kconfig files with 'help' | Masahiro Yamada | 2020-06-13 | 1 | -1/+1 |
|/ |
|
* | netpoll: accept NULL np argument in netpoll_send_skb() | Eric Dumazet | 2020-05-08 | 1 | -3/+2 |
* | net: partially revert dynamic lockdep key changes | Cong Wang | 2020-05-04 | 1 | -0/+21 |
* | net: vlan: suppress "failed to kill vid" warnings | Julian Wiedmann | 2020-02-17 | 1 | -3/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2020-01-09 | 3 | -8/+15 |
|\ |
|
| * | vlan: vlan_changelink() should propagate errors | Eric Dumazet | 2020-01-07 | 1 | -3/+7 |
| * | vlan: fix memory leak in vlan_dev_set_egress_priority | Eric Dumazet | 2020-01-07 | 3 | -5/+8 |
* | | net: vlan: Use the PHY time stamping interface. | Richard Cochran | 2019-12-26 | 1 | -2/+2 |
|/ |
|
* | net: remove unnecessary variables and callback | Taehee Yoo | 2019-10-24 | 2 | -7/+0 |
* | net: core: add generic lockdep keys | Taehee Yoo | 2019-10-24 | 1 | -27/+0 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2019-06-22 | 3 | -12/+3 |
|\ |
|
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 2019-06-19 | 3 | -12/+3 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2019-06-07 | 3 | -15/+3 |
|\| |
|
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 2019-05-30 | 3 | -15/+3 |
* | | net: vlan: Inherit MPLS features from parent device | Ariel Levkovich | 2019-06-04 | 1 | -0/+1 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2019-05-22 | 1 | -0/+1 |
|\ |
|
| * | vlan: Mark expected switch fall-through | Gustavo A. R. Silva | 2019-05-20 | 1 | -0/+1 |
* | | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2019-05-21 | 1 | -0/+1 |
|/ |
|
* | vlan: disable SIOCSHWTSTAMP in container | Hangbin Liu | 2019-05-09 | 1 | -1/+3 |
* | netlink: make validation more configurable for future strictness | Johannes Berg | 2019-04-27 | 1 | -2/+2 |
* | netlink: make nla_nest_start() add NLA_F_NESTED flag | Michal Kubecek | 2019-04-27 | 1 | -2/+2 |
* | vlan: do not transfer link state in vlan bridge binding mode | Mike Manning | 2019-04-19 | 2 | -11/+26 |
* | vlan: support binding link state to vlan member bridge ports | Mike Manning | 2019-04-19 | 2 | -2/+4 |
* | vlan: conditional inclusion of FCoE hooks to match netdevice.h and bnx2x | Chris Leech | 2019-04-05 | 1 | -11/+15 |
* | net: Remove switchdev.h inclusion from team/bond/vlan | Florian Fainelli | 2019-02-25 | 1 | -1/+0 |
* | net: core: dev: Add extack argument to dev_change_flags() | Petr Machata | 2018-12-06 | 1 | -1/+3 |
* | net: 8021q: move vlan offload registrations into vlan_core | Jiri Pirko | 2018-11-17 | 2 | -96/+99 |
* | 8021q: use __vlan_hwaccel helpers | Michał Mirosław | 2018-11-09 | 1 | -1/+1 |
* | net: 8021q: vlan_core: allow use list of vlans for real device | Ivan Khoronzhuk | 2018-11-09 | 1 | -0/+27 |
* | net: vlan: add support for tunnel offload | Davide Caratti | 2018-11-08 | 3 | -0/+15 |
* | netpoll: allow cleanup to be synchronous | Debabrata Banerjee | 2018-10-20 | 1 | -2/+1 |
* | net: remove blank lines at end of file | Stephen Hemminger | 2018-07-24 | 1 | -1/+0 |
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2018-07-03 | 1 | -1/+1 |
|\ |
|
| * | net: fix use-after-free in GRO with ESP | Sabrina Dubroca | 2018-07-02 | 1 | -1/+1 |
* | | net: Convert GRO SKB handling to list_head. | David Miller | 2018-06-26 | 1 | -6/+7 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2018-06-07 | 4 | -16/+47 |
|\ |
|
| * | vlan: Add extack messages for link create | David Ahern | 2018-05-17 | 3 | -15/+44 |
| * | vlan: correct the file path in vlan_dev_change_flags() comment | Sun Lianwen | 2018-05-08 | 1 | -1/+3 |
* | | proc: introduce proc_create_net{,_data} | Christoph Hellwig | 2018-05-16 | 1 | -15/+3 |
* | | proc: introduce proc_create_single{,_data} | Christoph Hellwig | 2018-05-16 | 1 | -19/+2 |
|/ |
|
* | vlan: also check phy_driver ts_info for vlan's real device | Hangbin Liu | 2018-04-02 | 1 | -1/+5 |
* | vlan: vlan_hw_filter_capable() can be static | Wei Yongjun | 2018-04-01 | 1 | -1/+1 |
* | net: Call add/kill vid ndo on vlan filter feature toggling | Gal Pressman | 2018-03-30 | 3 | -25/+100 |
* | net: Drop pernet_operations::async | Kirill Tkhai | 2018-03-27 | 1 | -1/+0 |