Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1710603
| From | Samuel Mendoza-Jonas <sam@mendozajonas.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH net-next v2 0/3] NCSI VLAN Filtering Support |
| Date | 2017-08-14 03:40 +0200 |
| Message-ID | <uecwi-6aF-7@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
This series (mainly patch 2) adds VLAN filtering to the NCSI implementation. A fair amount of code already exists in the NCSI stack for VLAN filtering but none of it is actually hooked up. This goes the final mile and fixes a few bugs in the existing code found along the way (patch 1). Patch 3 adds the appropriate flag and callbacks to the ftgmac100 driver to enable filtering as it's a large consumer of NCSI (and what I've been testing on). Samuel Mendoza-Jonas (3): net/ncsi: Fix several packet definitions net/ncsi: Configure VLAN tag filter ftgmac100: Support NCSI VLAN filtering when available drivers/net/ethernet/faraday/ftgmac100.c | 5 + include/net/ncsi.h | 2 + net/ncsi/internal.h | 11 ++ net/ncsi/ncsi-cmd.c | 10 +- net/ncsi/ncsi-manage.c | 295 ++++++++++++++++++++++++++++++- net/ncsi/ncsi-pkt.h | 2 +- net/ncsi/ncsi-rsp.c | 12 +- 7 files changed, 326 insertions(+), 11 deletions(-) -- 2.14.0
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH net-next v2 0/3] NCSI VLAN Filtering Support Samuel Mendoza-Jonas <sam@mendozajonas.com> - 2017-08-14 03:40 +0200
[PATCH net-next v2 2/3] net/ncsi: Configure VLAN tag filter Samuel Mendoza-Jonas <sam@mendozajonas.com> - 2017-08-14 03:40 +0200
Re: [PATCH net-next v2 2/3] net/ncsi: Configure VLAN tag filter Joel Stanley <joel@jms.id.au> - 2017-08-14 04:20 +0200
Re: [PATCH net-next v2 2/3] net/ncsi: Configure VLAN tag filter Samuel Mendoza-Jonas <sam@mendozajonas.com> - 2017-08-14 06:30 +0200
csiph-web