| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-04-27 | 1 | -6/+21 |
|\ |
|
| * | macsec: dynamically allocate space for sglist | Jason A. Donenfeld | 2017-04-26 | 1 | -7/+22 |
| * | macsec: avoid heap overflow in skb_to_sgvec | Jason A. Donenfeld | 2017-04-24 | 1 | -1/+1 |
* | | netlink: pass extended ACK struct to parsing functions | Johannes Berg | 2017-04-13 | 1 | -4/+6 |
|/ |
|
* | macsec: fix validation failed in asynchronous operation. | Lee Ryder | 2017-02-21 | 1 | -0/+3 |
* | net: make ndo_get_stats64 a void function | stephen hemminger | 2017-01-08 | 1 | -5/+3 |
* | macsec: remove first zero and add attribute name in comments | Zhang Shengju | 2016-12-08 | 1 | -13/+12 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-10-30 | 1 | -8/+18 |
|\ |
|
| * | macsec: Fix header length if SCI is added if explicitly disabled | Tobias Brunner | 2016-10-27 | 1 | -8/+18 |
* | | genetlink: mark families as __ro_after_init | Johannes Berg | 2016-10-27 | 1 | -1/+1 |
* | | genetlink: statically initialize families | Johannes Berg | 2016-10-27 | 1 | -8/+13 |
* | | genetlink: no longer support using static family IDs | Johannes Berg | 2016-10-27 | 1 | -1/+0 |
* | | net: use core MTU range checking in core net infra | Jarod Wilson | 2016-10-20 | 1 | -0/+2 |
|/ |
|
* | macsec: set network devtype | stephen hemminger | 2016-09-10 | 1 | -0/+1 |
* | net: remove type_check from dev_get_nest_level() | Sabrina Dubroca | 2016-08-14 | 1 | -1/+1 |
* | macsec: fix lockdep splats when nesting devices | Sabrina Dubroca | 2016-08-14 | 1 | -2/+27 |
* | macsec: use after free when deleting the underlying device | Sabrina Dubroca | 2016-08-11 | 1 | -6/+17 |
* | macsec: fix negative refcnt on parent link | Sabrina Dubroca | 2016-07-31 | 1 | -2/+2 |
* | macsec: RXSAs don't need to hold a reference on RXSCs | Sabrina Dubroca | 2016-07-31 | 1 | -2/+1 |
* | macsec: fix reference counting on RXSC in macsec_handle_frame | Sabrina Dubroca | 2016-07-31 | 1 | -1/+8 |
* | macsec: ensure rx_sa is set when validation is disabled | Beniamino Galvani | 2016-07-26 | 1 | -1/+2 |
* | macsec: validate ICV length on link creation | Davide Caratti | 2016-07-25 | 1 | -1/+13 |
* | macsec: fix error codes when a SA is created | Davide Caratti | 2016-07-25 | 1 | -22/+36 |
* | macsec: limit ICV length to 16 octets | Davide Caratti | 2016-07-25 | 1 | -2/+2 |
* | macsec: enable GRO and RPS on macsec devices | Paolo Abeni | 2016-07-22 | 1 | -7/+25 |
* | macsec: set actual real device for xmit when !protect_frames | Daniel Borkmann | 2016-07-01 | 1 | -0/+1 |
* | macsec: fix SA initialization | Sabrina Dubroca | 2016-06-15 | 1 | -1/+1 |
* | macsec: allocate sg and iv on the heap | Sabrina Dubroca | 2016-06-15 | 1 | -9/+37 |
* | macsec: add rcu_barrier() on module exit | Sabrina Dubroca | 2016-06-15 | 1 | -0/+1 |
* | macsec: fix netlink attribute for key id | Sabrina Dubroca | 2016-05-20 | 1 | -2/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-05-09 | 1 | -10/+13 |
|\ |
|
| * | macsec: key identifier is 128 bits, not 64 | Sabrina Dubroca | 2016-05-09 | 1 | -6/+13 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-04-27 | 1 | -23/+40 |
|\| |
|
| * | macsec: fix netlink attribute validation | Sabrina Dubroca | 2016-04-24 | 1 | -2/+2 |
| * | macsec: add missing macsec prefix in uapi | Sabrina Dubroca | 2016-04-24 | 1 | -5/+7 |
| * | macsec: fix SA leak if initialization fails | Sabrina Dubroca | 2016-04-24 | 1 | -0/+2 |
| * | macsec: fix memory leaks around rx_handler (un)registration | Sabrina Dubroca | 2016-04-24 | 1 | -2/+6 |
| * | macsec: add consistency check to netlink dumps | Sabrina Dubroca | 2016-04-24 | 1 | -0/+11 |
| * | macsec: fix rx_sa refcounting with decrypt callback | Sabrina Dubroca | 2016-04-24 | 1 | -7/+9 |
| * | macsec: don't put a NULL rxsa | Sabrina Dubroca | 2016-04-24 | 1 | -1/+2 |
| * | macsec: take rtnl lock before for_each_netdev | Sabrina Dubroca | 2016-04-24 | 1 | -5/+2 |
| * | macsec: add missing NULL check after kmalloc | Sabrina Dubroca | 2016-04-24 | 1 | -2/+2 |
* | | macsec: use nla_put_u64_64bit() | Nicolas Dichtel | 2016-04-26 | 1 | -33/+88 |
* | | macsec: Convert to using IFF_NO_QUEUE | Phil Sutter | 2016-04-25 | 1 | -1/+1 |
|/ |
|
* | macsec: introduce IEEE 802.1AE driver | Sabrina Dubroca | 2016-03-14 | 1 | -0/+3297 |