Age | Commit message (Expand) | Author | Files | Lines |
2021-10-02 | net: use eth_hw_addr_set() instead of ether_addr_copy() | Jakub Kicinski | 1 | -3/+3 |
2021-07-27 | dev_ioctl: split out ndo_eth_ioctl | Arnd Bergmann | 1 | -3/+3 |
2021-07-20 | memcg: enable accounting for VLAN group array | Vasily Averin | 1 | -1/+1 |
2021-06-18 | net: vlan: pass thru all GSO_SOFTWARE in hw_enc_features | Jakub Kicinski | 1 | -1/+2 |
2021-06-04 | net: vlan: Avoid using strncpy() | Kees Cook | 3 | -5/+7 |
2021-04-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2 | -0/+7 |
2021-04-20 | net: fix a data race when get vlan device | Di Zhu | 2 | -0/+7 |
2021-03-24 | net: bridge: resolve forwarding path for VLAN tag actions in bridge devices | Felix Fietkau | 1 | -0/+6 |
2021-03-24 | net: 8021q: resolve forwarding path for vlan devices | Pablo Neira Ayuso | 1 | -0/+15 |
2021-03-19 | vlan/8021q: avoid retpoline overhead on GRO | Alexander Lobakin | 1 | -2/+8 |
2021-01-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -3/+1 |
2021-01-15 | net: vlan: Add parse protocol header ops | Eran Ben Elisha | 1 | -0/+9 |
2021-01-09 | net: make free_netdev() more lenient with unregistering devices | Jakub Kicinski | 1 | -3/+1 |
2021-01-06 | net: vlan: avoid leaks on register_vlan_dev() failures | Jakub Kicinski | 1 | -1/+2 |
2020-09-28 | net: vlan: Fixed signedness in vlan_group_prealloc_vid() | Florian Fainelli | 1 | -1/+2 |
2020-09-26 | net: vlan: Avoid using BUG() in vlan_proto_idx() | Florian Fainelli | 2 | -6/+16 |
2020-08-24 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 1 | -1/+1 |
2020-06-29 | net: get rid of lockdep_set_class_and_subclass() | Cong Wang | 1 | -5/+4 |
2020-06-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds | 1 | -2/+6 |
2020-06-13 | treewide: replace '---help---' in Kconfig files with 'help' | Masahiro Yamada | 1 | -1/+1 |
2020-06-09 | net: change addr_list_lock back to static key | Cong Wang | 1 | -2/+6 |
2020-05-08 | netpoll: accept NULL np argument in netpoll_send_skb() | Eric Dumazet | 1 | -3/+2 |
2020-05-04 | net: partially revert dynamic lockdep key changes | Cong Wang | 1 | -0/+21 |
2020-02-18 | net: vlan: suppress "failed to kill vid" warnings | Julian Wiedmann | 1 | -3/+2 |
2020-01-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 3 | -8/+15 |
2020-01-08 | vlan: vlan_changelink() should propagate errors | Eric Dumazet | 1 | -3/+7 |
2020-01-08 | vlan: fix memory leak in vlan_dev_set_egress_priority | Eric Dumazet | 3 | -5/+8 |
2019-12-26 | net: vlan: Use the PHY time stamping interface. | Richard Cochran | 1 | -2/+2 |
2019-10-25 | net: remove unnecessary variables and callback | Taehee Yoo | 2 | -7/+0 |
2019-10-25 | net: core: add generic lockdep keys | Taehee Yoo | 1 | -27/+0 |
2019-06-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 3 | -12/+3 |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 3 | -12/+3 |
2019-06-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 3 | -15/+3 |
2019-06-05 | net: vlan: Inherit MPLS features from parent device | Ariel Levkovich | 1 | -0/+1 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 3 | -15/+3 |
2019-05-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 1 | -0/+1 |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 1 | -0/+1 |
2019-05-20 | vlan: Mark expected switch fall-through | Gustavo A. R. Silva | 1 | -0/+1 |
2019-05-09 | vlan: disable SIOCSHWTSTAMP in container | Hangbin Liu | 1 | -1/+3 |
2019-04-28 | netlink: make validation more configurable for future strictness | Johannes Berg | 1 | -2/+2 |
2019-04-28 | netlink: make nla_nest_start() add NLA_F_NESTED flag | Michal Kubecek | 1 | -2/+2 |
2019-04-19 | vlan: do not transfer link state in vlan bridge binding mode | Mike Manning | 2 | -11/+26 |
2019-04-19 | vlan: support binding link state to vlan member bridge ports | Mike Manning | 2 | -2/+4 |
2019-04-05 | vlan: conditional inclusion of FCoE hooks to match netdevice.h and bnx2x | Chris Leech | 1 | -11/+15 |
2019-02-25 | net: Remove switchdev.h inclusion from team/bond/vlan | Florian Fainelli | 1 | -1/+0 |
2018-12-07 | net: core: dev: Add extack argument to dev_change_flags() | Petr Machata | 1 | -1/+3 |
2018-11-17 | net: 8021q: move vlan offload registrations into vlan_core | Jiri Pirko | 2 | -96/+99 |
2018-11-09 | 8021q: use __vlan_hwaccel helpers | Michał Mirosław | 1 | -1/+1 |
2018-11-09 | net: 8021q: vlan_core: allow use list of vlans for real device | Ivan Khoronzhuk | 1 | -0/+27 |
2018-11-08 | net: vlan: add support for tunnel offload | Davide Caratti | 3 | -0/+15 |