1. 8bc7823 net: drivers: get ready for const netdev->dev_addr by Jakub Kicinski · 3 years, 3 months ago
  2. e35b8d7 net: use eth_hw_addr_set() instead of ether_addr_copy() by Jakub Kicinski · 3 years, 4 months ago
  3. 1f7fe51 net: macsec: fix the length used to copy the key for offloading by Antoine Tenart · 3 years, 7 months ago
  4. ecdc568 net: macsec: Add missing documentation for 'gro_cells' by Lee Jones · 4 years, 2 months ago
  5. 9d01516 net: macsec: use new function dev_fetch_sw_netstats by Heiner Kallweit · 4 years, 3 months ago
  6. 9d49aea Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 3 months ago
  7. c7cc920 macsec: avoid use-after-free in macsec_handle_frame() by Eric Dumazet · 4 years, 3 months ago
  8. 66a9b92 genetlink: move to smaller ops wherever possible by Jakub Kicinski · 4 years, 3 months ago
  9. bc04358 netlink: consistently use NLA_POLICY_MIN_LEN() by Johannes Berg · 4 years, 5 months ago
  10. be74294 net: get rid of lockdep_set_class_and_subclass() by Cong Wang · 4 years, 7 months ago
  11. 845e0eb net: change addr_list_lock back to static key by Cong Wang · 4 years, 7 months ago
  12. 3793faa Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 8 months ago
  13. 29ca3cd net: macsec: fix rtnl locking issue by Antoine Tenart · 4 years, 8 months ago
  14. 1a33e10 net: partially revert dynamic lockdep key changes by Cong Wang · 4 years, 9 months ago
  15. ab046a5 net: macsec: preserve ingress frame ordering by Scott Dial · 4 years, 9 months ago
  16. 7f32708 macsec: avoid to set wrong mtu by Taehee Yoo · 4 years, 9 months ago
  17. 022e9d6 net: macsec: fix using wrong structure in macsec_changelink() by Taehee Yoo · 4 years, 9 months ago
  18. aa81700 macsec: fix NULL dereference in macsec_upd_offload() by Davide Caratti · 4 years, 9 months ago
  19. 791bb3f net: macsec: add support for specifying offload upon link creation by Mark Starovoytov · 4 years, 10 months ago
  20. c850240 net: macsec: report real_dev features when HW offloading is enabled by Mark Starovoytov · 4 years, 10 months ago
  21. b62c362 net: macsec: add support for getting offloaded stats by Dmitry Bogdanov · 4 years, 10 months ago
  22. f428011 net: macsec: support multicast/broadcast when offloading by Mark Starovoytov · 4 years, 10 months ago
  23. a249f80 net: macsec: allow multiple macsec devices with offload by Dmitry Bogdanov · 4 years, 10 months ago
  24. 182879f8 net: macsec: init secy pointer in macsec_context by Dmitry Bogdanov · 4 years, 10 months ago
  25. 21114b7 net: macsec: add support for offloading to the MAC by Antoine Tenart · 4 years, 10 months ago
  26. 9fb1695 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 10 months ago
  27. b06d072 macsec: restrict to ethernet devices by Willem de Bruijn · 4 years, 10 months ago
  28. 48ef50f macsec: Netlink support of XPN cipher suites (IEEE 802.1AEbw) by Era Mayflower · 4 years, 10 months ago
  29. a21ecf0 macsec: Support XPN frame handling - IEEE 802.1AEbw by Era Mayflower · 4 years, 10 months ago
  30. 09f4136 net: macsec: invoke mdo_upd_secy callback when mac address changed by Dmitry Bogdanov · 4 years, 10 months ago
  31. 6fc498b net: macsec: update SCI upon MAC address change. by Dmitry Bogdanov · 4 years, 10 months ago
  32. 31d9a1c macsec: add missing attribute validation for port by Jakub Kicinski · 4 years, 11 months ago
  33. 5c937de net: macsec: PN wrap callback by Antoine Tenart · 5 years ago
  34. dcb780f net: macsec: add nla support for changing the offloading selection by Antoine Tenart · 5 years ago
  35. 3cf3227 net: macsec: hardware offloading infrastructure by Antoine Tenart · 5 years ago
  36. c0e4ead net: macsec: move some definitions in a dedicated header by Antoine Tenart · 5 years ago
  37. f3b0a18 net: remove unnecessary variables and callback by Taehee Yoo · 5 years ago
  38. 2bce1eb macsec: fix refcnt leak in module exit routine by Taehee Yoo · 5 years ago
  39. ab92d68 net: core: add generic lockdep keys by Taehee Yoo · 5 years ago
  40. ba56d8c macsec: drop skb sk before calling gro_cells_receive by Xin Long · 5 years ago
  41. 7d8b16b macsec: fix checksumming after decryption by Andreas Steinmetz · 6 years ago
  42. 095c02d macsec: fix use-after-free of skb during RX by Andreas Steinmetz · 6 years ago
  43. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  44. ef6243a genetlink: optionally validate strictly/dumps by Johannes Berg · 6 years ago
  45. 8cb0817 netlink: make validation more configurable for future strictness by Johannes Berg · 6 years ago
  46. ae0be8d netlink: make nla_nest_start() add NLA_F_NESTED flag by Michal Kubecek · 6 years ago
  47. e142723 macsec: add noinline tag to avoid a frame size warning by Florian Westphal · 6 years ago
  48. 3b0f31f genetlink: make policy common to family by Johannes Berg · 6 years ago
  49. 07bddef macsec: let the administrator set UP state even if lowerdev is down by Sabrina Dubroca · 6 years ago
  50. e6ac075 macsec: update operstate when lower device changes by Sabrina Dubroca · 6 years ago
  51. 7979472 DRIVERS: net: macsec: Fix multiple coding style issues by Romain Aviolat · 6 years ago
  52. bd28899 Revert "macsec: missing dev_put() on error in macsec_newlink()" by Dan Carpenter · 7 years ago
  53. 5dcd840 macsec: missing dev_put() on error in macsec_newlink() by Dan Carpenter · 7 years ago
  54. e8660de macsec: restore uAPI after addition of GCM-AES-256 by Sabrina Dubroca · 7 years ago
  55. ccfdec9 macsec: Add support for GCM-AES-256 cipher suite by Felix Walter · 7 years ago
  56. 0a833c2 genetlink: fix genlmsg_nlhdr() by Michal Kubecek · 7 years ago
  57. f8ddadc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  58. 28206cd drivers, net: convert masces_tx_sa.refcnt from atomic_t to refcount_t by Elena Reshetova · 7 years ago
  59. 8676d76 drivers, net: convert masces_rx_sc.refcnt from atomic_t to refcount_t by Elena Reshetova · 7 years ago
  60. e187246 drivers, net: convert masces_rx_sa.refcnt from atomic_t to refcount_t by Elena Reshetova · 7 years ago
  61. 5aba2ba macsec: fix memory leaks when skb_to_sgvec fails by Sabrina Dubroca · 7 years ago
  62. 42ab19e net: Add extack to upper device linking by David Ahern · 7 years ago
  63. 7836299 macsec: add genl family module alias by Sabrina Dubroca · 7 years ago
  64. a8b8a889 net: add netlink_ext_ack argument to rtnl_link_ops.validate by Matthias Schiffer · 8 years ago
  65. ad744b2 net: add netlink_ext_ack argument to rtnl_link_ops.changelink by Matthias Schiffer · 8 years ago
  66. 7a3f4a1 net: add netlink_ext_ack argument to rtnl_link_ops.newlink by Matthias Schiffer · 8 years ago
  67. d58ff35 networking: make skb_push & __skb_push return void pointers by Johannes Berg · 8 years ago
  68. 0ddead9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  69. cf124db net: Fix inconsistent teardown and release of private netdev state. by David S. Miller · 8 years ago
  70. cda7ea6 macsec: check return value of skb_to_sgvec always by Jason A. Donenfeld · 8 years ago
  71. 863483c macsec: double accounting of dropped rx/tx packets by Girish Moodalbail · 8 years ago
  72. b1513c3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  73. 5294b83 macsec: dynamically allocate space for sglist by Jason A. Donenfeld · 8 years ago
  74. 4d6fa57 macsec: avoid heap overflow in skb_to_sgvec by Jason A. Donenfeld · 8 years ago
  75. fceb643 netlink: pass extended ACK struct to parsing functions by Johannes Berg · 8 years ago
  76. b3bdc3a macsec: fix validation failed in asynchronous operation. by Lee Ryder · 8 years ago
  77. bc1f447 net: make ndo_get_stats64 a void function by stephen hemminger · 8 years ago
  78. c9fba3e macsec: remove first zero and add attribute name in comments by Zhang Shengju · 8 years ago
  79. 27058af Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  80. e0f841f macsec: Fix header length if SCI is added if explicitly disabled by Tobias Brunner · 8 years ago
  81. 56989f6 genetlink: mark families as __ro_after_init by Johannes Berg · 8 years ago
  82. 489111e genetlink: statically initialize families by Johannes Berg · 8 years ago
  83. a07ea4d genetlink: no longer support using static family IDs by Johannes Berg · 8 years ago
  84. 9157208 net: use core MTU range checking in core net infra by Jarod Wilson · 8 years ago
  85. c24acf0 macsec: set network devtype by stephen hemminger · 8 years ago
  86. 952fcfd net: remove type_check from dev_get_nest_level() by Sabrina Dubroca · 8 years ago
  87. e200387 macsec: fix lockdep splats when nesting devices by Sabrina Dubroca · 8 years ago
  88. bbe11fa macsec: use after free when deleting the underlying device by Sabrina Dubroca · 8 years ago
  89. 0759e55 macsec: fix negative refcnt on parent link by Sabrina Dubroca · 8 years ago
  90. 36b232c macsec: RXSAs don't need to hold a reference on RXSCs by Sabrina Dubroca · 8 years ago
  91. c78ebe1 macsec: fix reference counting on RXSC in macsec_handle_frame by Sabrina Dubroca · 8 years ago
  92. e3a3b62 macsec: ensure rx_sa is set when validation is disabled by Beniamino Galvani · 8 years ago
  93. f04c392 macsec: validate ICV length on link creation by Davide Caratti · 8 years ago
  94. 34aedfe macsec: fix error codes when a SA is created by Davide Caratti · 8 years ago
  95. 2ccbe2c macsec: limit ICV length to 16 octets by Davide Caratti · 8 years ago
  96. 5491e7c macsec: enable GRO and RPS on macsec devices by Paolo Abeni · 8 years ago
  97. 79c62220d macsec: set actual real device for xmit when !protect_frames by Daniel Borkmann · 9 years ago
  98. 6052f7f macsec: fix SA initialization by Sabrina Dubroca · 9 years ago
  99. 5d9649b macsec: allocate sg and iv on the heap by Sabrina Dubroca · 9 years ago
  100. b196c22a macsec: add rcu_barrier() on module exit by Sabrina Dubroca · 9 years ago