| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-09-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+1 |
| 2025-09-09 | macsec: sync features on RTM_NEWLINK | Stanislav Fomichev | 1 | -0/+1 |
| 2025-09-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -4/+4 |
| 2025-09-01 | macsec: read MACSEC_SA_ATTR_PN with nla_get_uint | Sabrina Dubroca | 1 | -4/+4 |
| 2025-08-27 | macsec: replace custom check on IFLA_MACSEC_ENCODING_SA with NLA_POLICY_MAX | Sabrina Dubroca | 1 | -6/+1 |
| 2025-08-27 | macsec: replace custom checks for IFLA_MACSEC_* flags with NLA_POLICY_MAX | Sabrina Dubroca | 1 | -16/+6 |
| 2025-08-27 | macsec: validate IFLA_MACSEC_VALIDATION with NLA_POLICY_MAX | Sabrina Dubroca | 1 | -5/+1 |
| 2025-08-27 | macsec: use NLA_POLICY_VALIDATE_FN to validate IFLA_MACSEC_CIPHER_SUITE | Sabrina Dubroca | 1 | -16/+18 |
| 2025-08-27 | macsec: replace custom checks on IFLA_MACSEC_ICV_LEN with NLA_POLICY_RANGE | Sabrina Dubroca | 1 | -4/+1 |
| 2025-08-27 | macsec: add NLA_POLICY_MAX for MACSEC_OFFLOAD_ATTR_TYPE and IFLA_MACSEC_OFFLOAD | Sabrina Dubroca | 1 | -2/+2 |
| 2025-08-27 | macsec: remove validate_add_rxsc | Sabrina Dubroca | 1 | -10/+2 |
| 2025-08-27 | macsec: use NLA_UINT for MACSEC_SA_ATTR_PN | Sabrina Dubroca | 1 | -11/+1 |
| 2025-08-27 | macsec: use NLA_POLICY_MAX_LEN for MACSEC_SA_ATTR_KEY | Sabrina Dubroca | 1 | -2/+1 |
| 2025-08-27 | macsec: replace custom checks on MACSEC_SA_ATTR_KEYID with NLA_POLICY_EXACT_LEN | Sabrina Dubroca | 1 | -8/+1 |
| 2025-08-27 | macsec: replace custom checks on MACSEC_SA_ATTR_SALT with NLA_POLICY_EXACT_LEN | Sabrina Dubroca | 1 | -18/+1 |
| 2025-08-27 | macsec: replace custom checks on MACSEC_*_ATTR_ACTIVE with NLA_POLICY_MAX | Sabrina Dubroca | 1 | -23/+2 |
| 2025-08-27 | macsec: replace custom checks on MACSEC_SA_ATTR_AN with NLA_POLICY_MAX | Sabrina Dubroca | 1 | -14/+1 |
| 2025-07-25 | macsec: set IFF_UNICAST_FLT priv flag | Stanislav Fomichev | 1 | -1/+1 |
| 2025-06-11 | macsec: MACsec SCI assignment for ES = 0 | Carlos Fernandez | 1 | -6/+34 |
| 2025-03-08 | net: move misc netdev_lock flavors to a separate header | Jakub Kicinski | 1 | -0/+1 |
| 2025-02-21 | net: Use link/peer netns in newlink() of rtnl_link_ops | Xiao Liang | 1 | -2/+2 |
| 2025-02-21 | rtnetlink: Pack newlink() params into struct | Xiao Liang | 1 | -2/+5 |
| 2024-11-11 | macsec: inherit lower device's TSO limits when offloading | Sabrina Dubroca | 1 | -0/+22 |
| 2024-11-11 | macsec: clean up local variables in macsec_notify | Sabrina Dubroca | 1 | -18/+7 |
| 2024-11-11 | macsec: add some of the lower device's features when offloading | Sabrina Dubroca | 1 | -2/+15 |
| 2024-11-11 | net: convert to nla_get_*_default() | Johannes Berg | 1 | -3/+3 |
| 2024-10-28 | macsec: Fix use-after-free while sending the offloading packet | Jianbo Liu | 1 | -2/+1 |
| 2024-10-15 | macsec: don't increment counters for an unrelated SA | Sabrina Dubroca | 1 | -18/+0 |
| 2024-09-03 | netdev_features: convert NETIF_F_LLTX to dev->lltx | Alexander Lobakin | 1 | -2/+2 |
| 2024-05-07 | net: annotate writes on dev->mtu from ndo_change_mtu() | Eric Dumazet | 1 | -1/+1 |
| 2024-04-25 | macsec: Detect if Rx skb is macsec-related for offloading devices that update... | Rahul Rameshbabu | 1 | -10/+36 |
| 2024-03-06 | net: macsec: Leverage core stats allocator | Breno Leitao | 1 | -8/+2 |
| 2024-02-26 | rtnetlink: prepare nla_put_iflink() to run under RCU | Eric Dumazet | 1 | -1/+1 |
| 2024-01-23 | Revert "net: macsec: use skb_ensure_writable_head_tail to expand the skb" | Rahul Rameshbabu | 1 | -5/+20 |
| 2023-12-27 | net: macsec: introduce mdo_insert_tx_tag | Radu Pirea (NXP OSS) | 1 | -5/+83 |
| 2023-12-27 | net: macsec: revert the MAC address if mdo_upd_secy fails | Radu Pirea (NXP OSS) | 1 | -12/+26 |
| 2023-12-27 | net: macsec: use skb_ensure_writable_head_tail to expand the skb | Radu Pirea (NXP OSS) | 1 | -20/+5 |
| 2023-10-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+2 |
| 2023-10-10 | net: macsec: indicate next pn update when offloading | Radu Pirea (NXP OSS) | 1 | -0/+2 |
| 2023-10-01 | net: add DEV_STATS_READ() helper | Eric Dumazet | 1 | -3/+3 |
| 2023-09-05 | Revert "net: macsec: preserve ingress frame ordering" | Sabrina Dubroca | 1 | -2/+1 |
| 2023-08-24 | Merge branch 'mlx5-next' of https://git.kernel.org/pub/scm/linux/kernel/git/m... | Jakub Kicinski | 1 | -0/+12 |
| 2023-08-20 | macsec: add functions to get macsec real netdevice and check offload | Patrisious Haddad | 1 | -0/+12 |
| 2023-08-14 | net: macsec: Use helper functions to update stats | Li Zetao | 1 | -14/+3 |
| 2023-08-06 | macsec: use DEV_STATS_INC() | Eric Dumazet | 1 | -14/+14 |
| 2023-06-15 | net: macsec: fix double free of percpu stats | Fedor Pchelkin | 1 | -7/+5 |
| 2023-04-21 | macsec: Don't rely solely on the dst MAC address to identify destination MACs... | Emeel Hakim | 1 | -2/+12 |
| 2023-02-21 | Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 1 | -56/+69 |
| 2023-02-13 | net: macsec: Remove completion function scaffolding | Herbert Xu | 1 | -4/+4 |
| 2023-02-13 | net: macsec: Add scaffolding to change completion function signature | Herbert Xu | 1 | -4/+4 |
| 2023-01-12 | macsec: dump IFLA_MACSEC_OFFLOAD attribute as part of macsec dump | Emeel Hakim | 1 | -2/+9 |
| 2023-01-12 | macsec: add support for IFLA_MACSEC_OFFLOAD in macsec_changelink | Emeel Hakim | 1 | -54/+60 |
| 2022-12-13 | net: macsec: fix net device access prior to holding a lock | Emeel Hakim | 1 | -13/+21 |
| 2022-12-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+1 |
| 2022-12-08 | macsec: add missing attribute validation for offload | Emeel Hakim | 1 | -0/+1 |
| 2022-11-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+0 |
| 2022-11-18 | macsec: Fix invalid error code set | YueHaibing | 1 | -1/+0 |
| 2022-11-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -33/+17 |
| 2022-11-04 | macsec: clear encryption keys from the stack after setting up offload | Sabrina Dubroca | 1 | -0/+2 |
| 2022-11-04 | macsec: fix detection of RXSCs when toggling offloading | Sabrina Dubroca | 1 | -1/+1 |
| 2022-11-04 | macsec: fix secy->n_rx_sc accounting | Sabrina Dubroca | 1 | -6/+8 |
| 2022-11-04 | macsec: delete new rxsc when offload fails | Sabrina Dubroca | 1 | -3/+2 |
| 2022-11-04 | Revert "net: macsec: report real_dev features when HW offloading is enabled" | Sabrina Dubroca | 1 | -23/+4 |
| 2022-10-28 | net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers). | Thomas Gleixner | 1 | -6/+6 |
| 2022-09-26 | macsec: don't free NULL metadata_dst | Sabrina Dubroca | 1 | -1/+2 |
| 2022-09-23 | net: macsec: remove the prepare flag from the MACsec offloading context | Antoine Tenart | 1 | -1/+0 |
| 2022-09-23 | net: macsec: remove the prepare phase when offloading | Antoine Tenart | 1 | -13/+0 |
| 2022-09-22 | net: macsec: Expose extended packet number (EPN) properties to macsec offload | Emeel Hakim | 1 | -12/+12 |
| 2022-09-07 | net/macsec: Move some code for sharing with various drivers that implements o... | Lior Nahmanson | 1 | -27/+6 |
| 2022-09-07 | net/macsec: Add MACsec skb_metadata_dst Rx Data path support | Lior Nahmanson | 1 | -0/+6 |
| 2022-09-07 | net/macsec: Add MACsec skb_metadata_dst Tx Data path support | Lior Nahmanson | 1 | -0/+15 |
| 2022-08-29 | genetlink: start to validate reserved header bytes | Jakub Kicinski | 1 | -0/+1 |
| 2022-08-19 | Revert "net: macsec: update SCI upon MAC address change." | Sabrina Dubroca | 1 | -6/+5 |
| 2022-08-10 | macsec: Fix traffic counters/statistics | Clayton Yager | 1 | -9/+49 |
| 2022-07-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -12/+21 |
| 2022-07-25 | net: macsec: fix potential resource leak in macsec_add_rxsa() and macsec_add_... | Jianglei Nie | 1 | -2/+2 |
| 2022-07-25 | macsec: always read MACSEC_SA_ATTR_PN as a u64 | Sabrina Dubroca | 1 | -3/+3 |
| 2022-07-25 | macsec: limit replay window size with XPN | Sabrina Dubroca | 1 | -4/+12 |
| 2022-07-25 | macsec: fix error message in macsec_add_rxsa and _txsa | Sabrina Dubroca | 1 | -2/+2 |
| 2022-07-25 | macsec: fix NULL deref in macsec_add_rxsa | Sabrina Dubroca | 1 | -1/+2 |
| 2022-06-09 | net: adopt u64_stats_t in struct pcpu_sw_netstats | Eric Dumazet | 1 | -4/+4 |
| 2022-06-09 | net: rename reference+tracking helpers | Jakub Kicinski | 1 | -2/+2 |
| 2022-06-01 | macsec: fix UAF bug for real_dev | Ziyang Xuan | 1 | -0/+7 |
| 2022-02-14 | net: dev: Makes sure netif_rx() can be invoked in any context. | Sebastian Andrzej Siewior | 1 | -3/+3 |
| 2022-02-01 | net: macsec: Verify that send_sci is on when setting Tx sci explicitly | Lior Nahmanson | 1 | -0/+9 |
| 2022-01-31 | net: macsec: Fix offload support for NETDEV_UNREGISTER event | Lior Nahmanson | 1 | -12/+12 |
| 2021-10-24 | net: drivers: get ready for const netdev->dev_addr | Jakub Kicinski | 1 | -1/+1 |
| 2021-10-02 | net: use eth_hw_addr_set() instead of ether_addr_copy() | Jakub Kicinski | 1 | -1/+1 |
| 2021-06-24 | net: macsec: fix the length used to copy the key for offloading | Antoine Tenart | 1 | -2/+2 |
| 2020-11-03 | net: macsec: Add missing documentation for 'gro_cells' | Lee Jones | 1 | -0/+1 |
| 2020-10-13 | net: macsec: use new function dev_fetch_sw_netstats | Heiner Kallweit | 1 | -21/+1 |
| 2020-10-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+3 |
| 2020-10-08 | macsec: avoid use-after-free in macsec_handle_frame() | Eric Dumazet | 1 | -1/+3 |
| 2020-10-02 | genetlink: move to smaller ops wherever possible | Jakub Kicinski | 1 | -3/+3 |
| 2020-08-18 | netlink: consistently use NLA_POLICY_MIN_LEN() | Johannes Berg | 1 | -1/+1 |
| 2020-06-28 | net: get rid of lockdep_set_class_and_subclass() | Cong Wang | 1 | -3/+2 |
| 2020-06-09 | net: change addr_list_lock back to static key | Cong Wang | 1 | -0/+5 |
| 2020-05-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -2/+4 |
| 2020-05-06 | net: macsec: fix rtnl locking issue | Antoine Tenart | 1 | -1/+2 |
| 2020-05-04 | net: partially revert dynamic lockdep key changes | Cong Wang | 1 | -0/+2 |
| 2020-04-30 | net: macsec: preserve ingress frame ordering | Scott Dial | 1 | -1/+2 |
| 2020-04-24 | macsec: avoid to set wrong mtu | Taehee Yoo | 1 | -4/+8 |
| 2020-04-09 | net: macsec: fix using wrong structure in macsec_changelink() | Taehee Yoo | 1 | -1/+1 |
| 2020-04-06 | macsec: fix NULL dereference in macsec_upd_offload() | Davide Caratti | 1 | -0/+3 |
| 2020-03-29 | net: macsec: add support for specifying offload upon link creation | Mark Starovoytov | 1 | -2/+29 |
| 2020-03-26 | net: macsec: report real_dev features when HW offloading is enabled | Mark Starovoytov | 1 | -4/+22 |
| 2020-03-26 | net: macsec: add support for getting offloaded stats | Dmitry Bogdanov | 1 | -108/+213 |
| 2020-03-26 | net: macsec: support multicast/broadcast when offloading | Mark Starovoytov | 1 | -13/+38 |
| 2020-03-26 | net: macsec: allow multiple macsec devices with offload | Dmitry Bogdanov | 1 | -24/+1 |
| 2020-03-26 | net: macsec: init secy pointer in macsec_context | Dmitry Bogdanov | 1 | -1/+15 |
| 2020-03-26 | net: macsec: add support for offloading to the MAC | Antoine Tenart | 1 | -2/+11 |
| 2020-03-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -0/+3 |
| 2020-03-23 | macsec: restrict to ethernet devices | Willem de Bruijn | 1 | -0/+3 |
| 2020-03-16 | macsec: Netlink support of XPN cipher suites (IEEE 802.1AEbw) | Era Mayflower | 1 | -13/+148 |
| 2020-03-16 | macsec: Support XPN frame handling - IEEE 802.1AEbw | Era Mayflower | 1 | -36/+94 |
| 2020-03-10 | net: macsec: invoke mdo_upd_secy callback when mac address changed | Dmitry Bogdanov | 1 | -0/+13 |
| 2020-03-10 | net: macsec: update SCI upon MAC address change. | Dmitry Bogdanov | 1 | -5/+6 |
| 2020-03-03 | macsec: add missing attribute validation for port | Jakub Kicinski | 1 | -0/+1 |
| 2020-01-14 | net: macsec: PN wrap callback | Antoine Tenart | 1 | -6/+19 |
| 2020-01-14 | net: macsec: add nla support for changing the offloading selection | Antoine Tenart | 1 | -3/+142 |
| 2020-01-14 | net: macsec: hardware offloading infrastructure | Antoine Tenart | 1 | -12/+441 |
| 2020-01-14 | net: macsec: move some definitions in a dedicated header | Antoine Tenart | 1 | -163/+1 |
| 2019-10-24 | net: remove unnecessary variables and callback | Taehee Yoo | 1 | -9/+0 |
| 2019-10-24 | macsec: fix refcnt leak in module exit routine | Taehee Yoo | 1 | -4/+0 |
| 2019-10-24 | net: core: add generic lockdep keys | Taehee Yoo | 1 | -5/+0 |
| 2019-09-26 | macsec: drop skb sk before calling gro_cells_receive | Xin Long | 1 | -0/+1 |
| 2019-07-02 | macsec: fix checksumming after decryption | Andreas Steinmetz | 1 | -0/+1 |
| 2019-07-02 | macsec: fix use-after-free of skb during RX | Andreas Steinmetz | 1 | -3/+2 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 1 | -5/+1 |
| 2019-04-27 | genetlink: optionally validate strictly/dumps | Johannes Berg | 1 | -0/+10 |
| 2019-04-27 | netlink: make validation more configurable for future strictness | Johannes Berg | 1 | -6/+2 |
| 2019-04-27 | netlink: make nla_nest_start() add NLA_F_NESTED flag | Michal Kubecek | 1 | -12/+15 |
| 2019-04-01 | macsec: add noinline tag to avoid a frame size warning | Florian Westphal | 1 | -10/+12 |
| 2019-03-22 | genetlink: make policy common to family | Johannes Berg | 1 | -10/+1 |
| 2018-10-28 | macsec: let the administrator set UP state even if lowerdev is down | Sabrina Dubroca | 1 | -3/+0 |
| 2018-10-28 | macsec: update operstate when lower device changes | Sabrina Dubroca | 1 | -0/+17 |
| 2018-09-21 | DRIVERS: net: macsec: Fix multiple coding style issues | Romain Aviolat | 1 | -10/+8 |
| 2018-04-16 | Revert "macsec: missing dev_put() on error in macsec_newlink()" | Dan Carpenter | 1 | -3/+2 |
| 2018-03-22 | macsec: missing dev_put() on error in macsec_newlink() | Dan Carpenter | 1 | -2/+3 |
| 2018-01-22 | macsec: restore uAPI after addition of GCM-AES-256 | Sabrina Dubroca | 1 | -7/+5 |
| 2018-01-09 | macsec: Add support for GCM-AES-256 cipher suite | Felix Walter | 1 | -13/+59 |
| 2017-11-16 | genetlink: fix genlmsg_nlhdr() | Michal Kubecek | 1 | -1/+1 |
| 2017-10-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+2 |
| 2017-10-22 | drivers, net: convert masces_tx_sa.refcnt from atomic_t to refcount_t | Elena Reshetova | 1 | -4/+4 |
| 2017-10-22 | drivers, net: convert masces_rx_sc.refcnt from atomic_t to refcount_t | Elena Reshetova | 1 | -4/+4 |
| 2017-10-22 | drivers, net: convert masces_rx_sa.refcnt from atomic_t to refcount_t | Elena Reshetova | 1 | -4/+5 |
| 2017-10-11 | macsec: fix memory leaks when skb_to_sgvec fails | Sabrina Dubroca | 1 | -0/+2 |
| 2017-10-04 | net: Add extack to upper device linking | David Ahern | 1 | -1/+1 |
| 2017-08-22 | macsec: add genl family module alias | Sabrina Dubroca | 1 | -0/+1 |
| 2017-06-26 | net: add netlink_ext_ack argument to rtnl_link_ops.validate | Matthias Schiffer | 1 | -1/+2 |
| 2017-06-26 | net: add netlink_ext_ack argument to rtnl_link_ops.changelink | Matthias Schiffer | 1 | -1/+2 |
| 2017-06-26 | net: add netlink_ext_ack argument to rtnl_link_ops.newlink | Matthias Schiffer | 1 | -1/+2 |
| 2017-06-16 | networking: make skb_push & __skb_push return void pointers | Johannes Berg | 1 | -1/+1 |
| 2017-06-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+2 |
| 2017-06-07 | net: Fix inconsistent teardown and release of private netdev state. | David S. Miller | 1 | -2/+2 |
| 2017-06-04 | macsec: check return value of skb_to_sgvec always | Jason A. Donenfeld | 1 | -2/+11 |
| 2017-05-22 | macsec: double accounting of dropped rx/tx packets | Girish Moodalbail | 1 | -12/+3 |
| 2017-04-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -6/+21 |
| 2017-04-26 | macsec: dynamically allocate space for sglist | Jason A. Donenfeld | 1 | -7/+22 |
| 2017-04-24 | macsec: avoid heap overflow in skb_to_sgvec | Jason A. Donenfeld | 1 | -1/+1 |
| 2017-04-13 | netlink: pass extended ACK struct to parsing functions | Johannes Berg | 1 | -4/+6 |
| 2017-02-21 | macsec: fix validation failed in asynchronous operation. | Lee Ryder | 1 | -0/+3 |
| 2017-01-08 | net: make ndo_get_stats64 a void function | stephen hemminger | 1 | -5/+3 |
| 2016-12-08 | macsec: remove first zero and add attribute name in comments | Zhang Shengju | 1 | -13/+12 |
| 2016-10-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -8/+18 |
| 2016-10-27 | macsec: Fix header length if SCI is added if explicitly disabled | Tobias Brunner | 1 | -8/+18 |
| 2016-10-27 | genetlink: mark families as __ro_after_init | Johannes Berg | 1 | -1/+1 |
| 2016-10-27 | genetlink: statically initialize families | Johannes Berg | 1 | -8/+13 |
| 2016-10-27 | genetlink: no longer support using static family IDs | Johannes Berg | 1 | -1/+0 |
| 2016-10-20 | net: use core MTU range checking in core net infra | Jarod Wilson | 1 | -0/+2 |
| 2016-09-09 | macsec: set network devtype | stephen hemminger | 1 | -0/+1 |
| 2016-08-13 | net: remove type_check from dev_get_nest_level() | Sabrina Dubroca | 1 | -1/+1 |
| 2016-08-13 | macsec: fix lockdep splats when nesting devices | Sabrina Dubroca | 1 | -2/+27 |
| 2016-08-11 | macsec: use after free when deleting the underlying device | Sabrina Dubroca | 1 | -6/+17 |
| 2016-07-30 | macsec: fix negative refcnt on parent link | Sabrina Dubroca | 1 | -2/+2 |
| 2016-07-30 | macsec: RXSAs don't need to hold a reference on RXSCs | Sabrina Dubroca | 1 | -2/+1 |
| 2016-07-30 | macsec: fix reference counting on RXSC in macsec_handle_frame | Sabrina Dubroca | 1 | -1/+8 |
| 2016-07-26 | macsec: ensure rx_sa is set when validation is disabled | Beniamino Galvani | 1 | -1/+2 |
| 2016-07-25 | macsec: validate ICV length on link creation | Davide Caratti | 1 | -1/+13 |
| 2016-07-25 | macsec: fix error codes when a SA is created | Davide Caratti | 1 | -22/+36 |
| 2016-07-25 | macsec: limit ICV length to 16 octets | Davide Caratti | 1 | -2/+2 |
| 2016-07-22 | macsec: enable GRO and RPS on macsec devices | Paolo Abeni | 1 | -7/+25 |
| 2016-07-01 | macsec: set actual real device for xmit when !protect_frames | Daniel Borkmann | 1 | -0/+1 |
| 2016-06-15 | macsec: fix SA initialization | Sabrina Dubroca | 1 | -1/+1 |
| 2016-06-15 | macsec: allocate sg and iv on the heap | Sabrina Dubroca | 1 | -9/+37 |
| 2016-06-15 | macsec: add rcu_barrier() on module exit | Sabrina Dubroca | 1 | -0/+1 |
| 2016-05-20 | macsec: fix netlink attribute for key id | Sabrina Dubroca | 1 | -2/+2 |
| 2016-05-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -10/+13 |
| 2016-05-09 | macsec: key identifier is 128 bits, not 64 | Sabrina Dubroca | 1 | -6/+13 |
| 2016-04-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -23/+40 |
| 2016-04-26 | macsec: use nla_put_u64_64bit() | Nicolas Dichtel | 1 | -33/+88 |
| 2016-04-25 | macsec: Convert to using IFF_NO_QUEUE | Phil Sutter | 1 | -1/+1 |
| 2016-04-24 | macsec: fix netlink attribute validation | Sabrina Dubroca | 1 | -2/+2 |
| 2016-04-24 | macsec: add missing macsec prefix in uapi | Sabrina Dubroca | 1 | -5/+7 |
| 2016-04-24 | macsec: fix SA leak if initialization fails | Sabrina Dubroca | 1 | -0/+2 |
| 2016-04-24 | macsec: fix memory leaks around rx_handler (un)registration | Sabrina Dubroca | 1 | -2/+6 |
| 2016-04-24 | macsec: add consistency check to netlink dumps | Sabrina Dubroca | 1 | -0/+11 |
| 2016-04-24 | macsec: fix rx_sa refcounting with decrypt callback | Sabrina Dubroca | 1 | -7/+9 |
| 2016-04-24 | macsec: don't put a NULL rxsa | Sabrina Dubroca | 1 | -1/+2 |
| 2016-04-24 | macsec: take rtnl lock before for_each_netdev | Sabrina Dubroca | 1 | -5/+2 |