Age | Commit message (Expand) | Author |
2020-11-03 | net: macsec: Add missing documentation for 'gro_cells' | Lee Jones |
2020-10-13 | net: macsec: use new function dev_fetch_sw_netstats | Heiner Kallweit |
2020-10-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2020-10-08 | macsec: avoid use-after-free in macsec_handle_frame() | Eric Dumazet |
2020-10-02 | genetlink: move to smaller ops wherever possible | Jakub Kicinski |
2020-08-18 | netlink: consistently use NLA_POLICY_MIN_LEN() | Johannes Berg |
2020-06-28 | net: get rid of lockdep_set_class_and_subclass() | Cong Wang |
2020-06-09 | net: change addr_list_lock back to static key | Cong Wang |
2020-05-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2020-05-06 | net: macsec: fix rtnl locking issue | Antoine Tenart |
2020-05-04 | net: partially revert dynamic lockdep key changes | Cong Wang |
2020-04-30 | net: macsec: preserve ingress frame ordering | Scott Dial |
2020-04-24 | macsec: avoid to set wrong mtu | Taehee Yoo |
2020-04-09 | net: macsec: fix using wrong structure in macsec_changelink() | Taehee Yoo |
2020-04-06 | macsec: fix NULL dereference in macsec_upd_offload() | Davide Caratti |
2020-03-29 | net: macsec: add support for specifying offload upon link creation | Mark Starovoytov |
2020-03-26 | net: macsec: report real_dev features when HW offloading is enabled | Mark Starovoytov |
2020-03-26 | net: macsec: add support for getting offloaded stats | Dmitry Bogdanov |
2020-03-26 | net: macsec: support multicast/broadcast when offloading | Mark Starovoytov |
2020-03-26 | net: macsec: allow multiple macsec devices with offload | Dmitry Bogdanov |
2020-03-26 | net: macsec: init secy pointer in macsec_context | Dmitry Bogdanov |
2020-03-26 | net: macsec: add support for offloading to the MAC | Antoine Tenart |
2020-03-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2020-03-23 | macsec: restrict to ethernet devices | Willem de Bruijn |
2020-03-16 | macsec: Netlink support of XPN cipher suites (IEEE 802.1AEbw) | Era Mayflower |
2020-03-16 | macsec: Support XPN frame handling - IEEE 802.1AEbw | Era Mayflower |
2020-03-10 | net: macsec: invoke mdo_upd_secy callback when mac address changed | Dmitry Bogdanov |
2020-03-10 | net: macsec: update SCI upon MAC address change. | Dmitry Bogdanov |
2020-03-03 | macsec: add missing attribute validation for port | Jakub Kicinski |
2020-01-14 | net: macsec: PN wrap callback | Antoine Tenart |
2020-01-14 | net: macsec: add nla support for changing the offloading selection | Antoine Tenart |
2020-01-14 | net: macsec: hardware offloading infrastructure | Antoine Tenart |
2020-01-14 | net: macsec: move some definitions in a dedicated header | Antoine Tenart |
2019-10-24 | net: remove unnecessary variables and callback | Taehee Yoo |
2019-10-24 | macsec: fix refcnt leak in module exit routine | Taehee Yoo |
2019-10-24 | net: core: add generic lockdep keys | Taehee Yoo |
2019-09-26 | macsec: drop skb sk before calling gro_cells_receive | Xin Long |
2019-07-02 | macsec: fix checksumming after decryption | Andreas Steinmetz |
2019-07-02 | macsec: fix use-after-free of skb during RX | Andreas Steinmetz |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner |
2019-04-27 | genetlink: optionally validate strictly/dumps | Johannes Berg |
2019-04-27 | netlink: make validation more configurable for future strictness | Johannes Berg |
2019-04-27 | netlink: make nla_nest_start() add NLA_F_NESTED flag | Michal Kubecek |
2019-04-01 | macsec: add noinline tag to avoid a frame size warning | Florian Westphal |
2019-03-22 | genetlink: make policy common to family | Johannes Berg |
2018-10-28 | macsec: let the administrator set UP state even if lowerdev is down | Sabrina Dubroca |
2018-10-28 | macsec: update operstate when lower device changes | Sabrina Dubroca |
2018-09-21 | DRIVERS: net: macsec: Fix multiple coding style issues | Romain Aviolat |
2018-04-16 | Revert "macsec: missing dev_put() on error in macsec_newlink()" | Dan Carpenter |
2018-03-22 | macsec: missing dev_put() on error in macsec_newlink() | Dan Carpenter |