1. c5f6d49 dpaa2-switch: reorganize dpaa2_switch_cls_flower_replace by Ioana Ciornei · 3 years, 6 months ago
  2. adcb7aa dpaa2-switch: rename dpaa2_switch_acl_tbl into filter_block by Ioana Ciornei · 3 years, 6 months ago
  3. 3b5d8b4 dpaa2-switch: rename dpaa2_switch_tc_parse_action to specify the ACL by Ioana Ciornei · 3 years, 6 months ago
  4. 88ea96f qede: Remove the qede module version by Shai Malin · 3 years, 6 months ago
  5. 7a3febe qed: Remove the qed module version by Shai Malin · 3 years, 6 months ago
  6. 3bdf4d6 Merge branch 'sja110-vlan-fixes' by David S. Miller · 3 years, 6 months ago
  7. 04a1758 net: dsa: tag_sja1105: fix control packets on SJA1110 being received on an imprecise port by Vladimir Oltean · 3 years, 6 months ago
  8. bef0746 net: dsa: sja1105: make sure untagged packets are dropped on ingress ports with no pvid by Vladimir Oltean · 3 years, 6 months ago
  9. cde8078 net: dsa: sja1105: reset the port pvid when leaving a VLAN-aware bridge by Vladimir Oltean · 3 years, 6 months ago
  10. e5fe3a5 Merge branch 'mctp' by David S. Miller · 3 years, 6 months ago
  11. 6a2d98b mctp: Add MCTP overview document by Jeremy Kerr · 3 years, 6 months ago
  12. 03f2bbc mctp: Allow per-netns default networks by Matt Johnston · 3 years, 6 months ago
  13. 26ab3fc mctp: Add dest neighbour lladdr to route output by Matt Johnston · 3 years, 6 months ago
  14. 4a992bb mctp: Implement message fragmentation & reassembly by Jeremy Kerr · 3 years, 6 months ago
  15. 833ef3b mctp: Populate socket implementation by Jeremy Kerr · 3 years, 6 months ago
  16. 831119f mctp: Add neighbour netlink interface by Matt Johnston · 3 years, 6 months ago
  17. 4d8b931 mctp: Add neighbour implementation by Matt Johnston · 3 years, 6 months ago
  18. 06d2f4c mctp: Add netlink route management by Matt Johnston · 3 years, 6 months ago
  19. 889b7da mctp: Add initial routing framework by Jeremy Kerr · 3 years, 6 months ago
  20. 583be98 mctp: Add device handling and netlink interface by Jeremy Kerr · 3 years, 6 months ago
  21. 4b2e693 mctp: Add initial driver infrastructure by Jeremy Kerr · 3 years, 6 months ago
  22. 60fc639 mctp: Add sockaddr_mctp to uapi by Jeremy Kerr · 3 years, 6 months ago
  23. 2c8e2e9 mctp: Add base packet definitions by Jeremy Kerr · 3 years, 6 months ago
  24. 8f601a1 mctp: Add base socket/protocol definitions by Jeremy Kerr · 3 years, 6 months ago
  25. bc49d81 mctp: Add MCTP base by Jeremy Kerr · 3 years, 6 months ago
  26. 658e6b1 Merge branch 'nfc-const' by David S. Miller · 3 years, 6 months ago
  27. 2695503 nfc: mrvl: constify static nfcmrvl_if_ops by Krzysztof Kozlowski · 3 years, 6 months ago
  28. fe53159 nfc: mrvl: constify several pointers by Krzysztof Kozlowski · 3 years, 6 months ago
  29. a751449 nfc: microread: constify several pointers by Krzysztof Kozlowski · 3 years, 6 months ago
  30. 3d463dd nfc: fdp: constify several pointers by Krzysztof Kozlowski · 3 years, 6 months ago
  31. c3e26b6 nfc: fdp: use unsigned int as loop iterator by Krzysztof Kozlowski · 3 years, 6 months ago
  32. 6c755b1 nfc: fdp: drop unneeded cast for printing firmware size in dev_dbg() by Krzysztof Kozlowski · 3 years, 6 months ago
  33. 582fdc9 nfc: nfcsim: constify drvdata (struct nfcsim) by Krzysztof Kozlowski · 3 years, 6 months ago
  34. 83428db nfc: virtual_ncidev: constify pointer to nfc_dev by Krzysztof Kozlowski · 3 years, 6 months ago
  35. ea050c5 nfc: trf7970a: constify several pointers by Krzysztof Kozlowski · 3 years, 6 months ago
  36. 9a4af01 nfc: port100: constify several pointers by Krzysztof Kozlowski · 3 years, 6 months ago
  37. 894a6e1 nfc: mei_phy: constify buffer passed to mei_nfc_send() by Krzysztof Kozlowski · 3 years, 6 months ago
  38. dd8987a nfc: constify passed nfc_dev by Krzysztof Kozlowski · 3 years, 6 months ago
  39. 8cb79af Merge branch 'skb-gro-optimize' by David S. Miller · 3 years, 6 months ago
  40. d504fff veth: use skb_prepare_for_gro() by Paolo Abeni · 3 years, 6 months ago
  41. 5e10da5 skbuff: allow 'slow_gro' for skb carring sock reference by Paolo Abeni · 3 years, 6 months ago
  42. 9efb4b5 net: optimize GRO for the common case. by Paolo Abeni · 3 years, 6 months ago
  43. b0999f3 sk_buff: track extension status in slow_gro by Paolo Abeni · 3 years, 6 months ago
  44. 8a886b1 sk_buff: track dst status in slow_gro by Paolo Abeni · 3 years, 6 months ago
  45. 5fc88f9 sk_buff: introduce 'slow_gro' flags by Paolo Abeni · 3 years, 6 months ago
  46. 883d71a Documentation: networking: add ioam6-sysctl into index by Hu Haowen · 3 years, 6 months ago
  47. b11f0a4 net: dsa: sja1105: be stateless when installing FDB entries by Vladimir Oltean · 3 years, 6 months ago
  48. b0fdb999 Merge branch 'switchdev-notifiers' by David S. Miller · 3 years, 6 months ago
  49. 52e4bec net: bridge: switchdev: treat local FDBs the same as entries towards the bridge by Vladimir Oltean · 3 years, 6 months ago
  50. b4454bc net: bridge: switchdev: replay the entire FDB for each port by Vladimir Oltean · 3 years, 6 months ago
  51. 1159da6 Merge branch 'bnxt_en-ptp' by David S. Miller · 3 years, 6 months ago
  52. abf90ac bnxt_en: Log if an invalid signal detected on TSIO pin by Pavan Chebbi · 3 years, 6 months ago
  53. 099fded bnxt_en: Event handler for PPS events by Pavan Chebbi · 3 years, 6 months ago
  54. 9e518f2 bnxt_en: 1PPS functions to configure TSIO pins by Pavan Chebbi · 3 years, 6 months ago
  55. caf3eed bnxt_en: 1PPS support for 5750X family chips by Pavan Chebbi · 3 years, 6 months ago
  56. 30e96f4 bnxt_en: Do not read the PTP PHC during chip reset by Michael Chan · 3 years, 6 months ago
  57. a521c8a bnxt_en: Move bnxt_ptp_init() from bnxt_open() back to bnxt_init_one() by Michael Chan · 3 years, 6 months ago
  58. 63caca1 Merge branch 'fec-next' by David S. Miller · 3 years, 6 months ago
  59. 987e1b9 arm64: dts: imx8qxp: add "fsl,imx8qm-fec" compatible string for FEC by Joakim Zhang · 3 years, 6 months ago
  60. a758dee arm64: dts: imx8m: add "fsl,imx8mq-fec" compatible string for FEC by Joakim Zhang · 3 years, 6 months ago
  61. fc53945 net: fec: add MAC internal delayed clock feature support by Fugang Duan · 3 years, 6 months ago
  62. b82f8c3 net: fec: add eee mode tx lpi support by Fugang Duan · 3 years, 6 months ago
  63. 947240e net: fec: add imx8mq and imx8qm new versions support by Fugang Duan · 3 years, 6 months ago
  64. df11b80 dt-bindings: net: fsl,fec: add RGMII internal clock delay by Joakim Zhang · 3 years, 6 months ago
  65. 5d88694 dt-bindings: net: fsl,fec: update compatible items by Joakim Zhang · 3 years, 6 months ago
  66. 68f9884 tc-testing: Add control-plane selftest for skbmod SKBMOD_F_ECN option by Peilin Ye · 3 years, 6 months ago
  67. 56af5e7 net/sched: act_skbmod: Add SKBMOD_F_ECN option support by Peilin Ye · 3 years, 6 months ago
  68. d80f6d6 nfp: flower-ct: fix error return code in nfp_fl_ct_add_offload() by Yang Yingliang · 3 years, 6 months ago
  69. 3bdc706 Merge branch 'devlink-register' by David S. Miller · 3 years, 6 months ago
  70. d7907a2 devlink: Remove duplicated registration check by Leon Romanovsky · 3 years, 6 months ago
  71. 35f6986 net/mlx5: Don't rely on always true registered field by Leon Romanovsky · 3 years, 6 months ago
  72. acf3495 net: ti: am65-cpsw-nuss: fix wrong devlink release order by Leon Romanovsky · 3 years, 6 months ago
  73. 299b50f Merge branch 'ipa-clock-refs' by David S. Miller · 3 years, 6 months ago
  74. 2c25724 net: ipa: don't suspend endpoints if setup not complete by Alex Elder · 3 years, 6 months ago
  75. f2b0355 net: ipa: add a clock reference for netdev operations by Alex Elder · 3 years, 6 months ago
  76. 34c6034 net: ipa: add clock reference for remoteproc SSR by Alex Elder · 3 years, 6 months ago
  77. cf8dfe6 net: ipa: get another clock for ipa_setup() by Alex Elder · 3 years, 6 months ago
  78. 923a6b6 net: ipa: get clock in ipa_probe() by Alex Elder · 3 years, 6 months ago
  79. f34d922 Merge branch 'ipa-interrupts' by David S. Miller · 3 years, 6 months ago
  80. 176086d net: ipa: kill ipa_interrupt_process_all() by Alex Elder · 3 years, 6 months ago
  81. fe6a327 net: ipa: get rid of some unneeded IPA interrupt code by Alex Elder · 3 years, 6 months ago
  82. e70e410 net: ipa: clear disabled IPA interrupt conditions by Alex Elder · 3 years, 6 months ago
  83. 937a0da net: ipa: make IPA interrupt handler threaded only by Alex Elder · 3 years, 6 months ago
  84. 8ca34a1 net: cipso: fix warnings in netlbl_cipsov4_add_std by Pavel Skripkin · 3 years, 6 months ago
  85. 2f21be4 Merge branch 'ionic-next' by David S. Miller · 3 years, 6 months ago
  86. 18d6426 ionic: add function tag to debug string by Shannon Nelson · 3 years, 6 months ago
  87. 6edddea ionic: enable rxhash only with multiple queues by Shannon Nelson · 3 years, 6 months ago
  88. f512368 ionic: block some ethtool operations when fw in reset by Shannon Nelson · 3 years, 6 months ago
  89. a1cda18 ionic: remove unneeded comp union fields by Shannon Nelson · 3 years, 6 months ago
  90. 7361820 ionic: increment num-vfs before configure by Shannon Nelson · 3 years, 6 months ago
  91. e75ccac ionic: use fewer inits on the buf_info struct by Shannon Nelson · 3 years, 6 months ago
  92. e7f52aa ionic: init reconfig err to 0 by Shannon Nelson · 3 years, 6 months ago
  93. 73d618b ionic: print firmware version on identify by Shannon Nelson · 3 years, 6 months ago
  94. d266207 ionic: monitor fw status generation by Shannon Nelson · 3 years, 6 months ago
  95. c0b03e8 ionic: minimize resources when under kdump by Shannon Nelson · 3 years, 6 months ago
  96. 7c57706 Merge branch 'ndo_ioctl-rework' by David S. Miller · 3 years, 6 months ago
  97. 3d9d00bd net: bonding: move ioctl handling to private ndo operation by Arnd Bergmann · 3 years, 6 months ago
  98. ad2f99a net: bridge: move bridge ioctls out of .ndo_do_ioctl by Arnd Bergmann · 3 years, 6 months ago
  99. 88fc023 net: socket: return changed ifreq from SIOCDEVPRIVATE by Arnd Bergmann · 3 years, 6 months ago
  100. ad7eab2a net: split out ndo_siowandev ioctl by Arnd Bergmann · 3 years, 6 months ago