1. bb580ad bridge: tunnel: fix attribute checks in br_parse_vlan_tunnel_info by Nikolay Aleksandrov · 8 years ago
  2. 1f02b5f net: bridge: remove redundant check to see if err is set by Colin Ian King · 8 years ago
  3. ee467fb sfc: fix an off by one bug by Dan Carpenter · 8 years ago
  4. ac6e058 net: phy: dp83867: Recover from "port mirroring" N/A MODE4 by Lukasz Majewski · 8 years ago
  5. fc6d39c net: phy: dp83867: Add lane swapping support in the DP83867 TI's PHY driver by Lukasz Majewski · 8 years ago
  6. 252ae53 Documentation: devicetree: Add PHY no lane swap binding by Lukasz Majewski · 8 years ago
  7. 9d312cf Merge branch 'Incorrect-use-of-phy_read_status' by David S. Miller · 8 years ago
  8. e69e462 net: dsa: Do not clobber PHY link outside of state machine by Florian Fainelli · 8 years ago
  9. 6136c8f net: netcp: Do not clobber PHY link outside of state machine by Florian Fainelli · 8 years ago
  10. 482ff9f net: pxa168_eth: Do not clobber PHY link outside of state machine by Florian Fainelli · 8 years ago
  11. 1105a2d net: mv643xx_eth: Do not clobber PHY link outside of state machine by Florian Fainelli · 8 years ago
  12. 501ec18 Merge tag 'mlx5-updates-2017-01-31' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux by David S. Miller · 8 years ago
  13. 219189e net: ethernet: ti: cpsw: remove netif_trans_update by Ivan Khoronzhuk · 8 years ago
  14. 919ce2a Merge branch 'bnxt_en-Add-XDP-support' by David S. Miller · 8 years ago
  15. 3841340 bnxt_en: Add support for XDP_TX action. by Michael Chan · 8 years ago
  16. c6d30e8 bnxt_en: Add basic XDP support. by Michael Chan · 8 years ago
  17. fa3e93e bnxt_en: Refactor tx completion path. by Michael Chan · 8 years ago
  18. 5f44924 bnxt_en: Add a set of TX rings to support XDP. by Michael Chan · 8 years ago
  19. a960dec bnxt_en: Add tx ring mapping logic. by Michael Chan · 8 years ago
  20. d1e7925 bnxt_en: Centralize logic to reserve rings. by Michael Chan · 8 years ago
  21. 4e5dbbda bnxt_en: Use event bit map in RX path. by Michael Chan · 8 years ago
  22. c61fb99 bnxt_en: Add RX page mode support. by Michael Chan · 8 years ago
  23. b3dba77 bnxt_en: Parameterize RX buffer offsets. by Michael Chan · 8 years ago
  24. 745fc05 bnxt_en: Add bp->rx_dir field for rx buffer DMA direction. by Michael Chan · 8 years ago
  25. 11cd119 bnxt_en: Don't use DEFINE_DMA_UNMAP_ADDR to store DMA address in RX path. by Michael Chan · 8 years ago
  26. 6bb1947 bnxt_en: Refactor rx SKB function. by Michael Chan · 8 years ago
  27. b44700e net: qcom/emac: add ethool support for setting pause parameters by Timur Tabi · 8 years ago
  28. 29ba6e7 Merge branch 'replace-dst_confirm' by David S. Miller · 8 years ago
  29. 51ce8bd net: pending_confirm is not used anymore by Julian Anastasov · 8 years ago
  30. 0dec879 net: use dst_confirm_neigh for UDP, RAW, ICMP, L2TP by Julian Anastasov · 8 years ago
  31. 63fca65 net: add confirm_neigh method to dst_ops by Julian Anastasov · 8 years ago
  32. c3a2e83 tcp: replace dst_confirm with sk_dst_confirm by Julian Anastasov · 8 years ago
  33. c86a773 sctp: add dst_pending_confirm flag by Julian Anastasov · 8 years ago
  34. 4ff0620 net: add dst_pending_confirm flag to skbuff by Julian Anastasov · 8 years ago
  35. 9b8805a sock: add sk_dst_pending_confirm flag by Julian Anastasov · 8 years ago
  36. b08d46b net: phy: bcm7xxx: Add BCM74371 PHY ID by Florian Fainelli · 8 years ago
  37. 8d1fb01 mlxsw: add psample dependency for spectrum by Arnd Bergmann · 8 years ago
  38. bb4005b ipv6: sr: fix non static symbol warnings by Wei Yongjun · 8 years ago
  39. 89d8245 net/sched: act_mirred: remove duplicated include from act_mirred.c by Wei Yongjun · 8 years ago
  40. fee4022 net: wan: slic_ds26522: Remove .owner field for driver by Wei Yongjun · 8 years ago
  41. c3afa99 net: wan: slic_ds26522: Use module_spi_driver to simplify the code by Wei Yongjun · 8 years ago
  42. 521613c Merge branch 'dsa2-pdata' by David S. Miller · 8 years ago
  43. 575e93f ARM: orion: Register DSA switch as a MDIO device by Florian Fainelli · 8 years ago
  44. 648ea01 net: phy: Allow pre-declaration of MDIO devices by Florian Fainelli · 8 years ago
  45. 71e0bbd net: dsa: Add support for platform data by Florian Fainelli · 8 years ago
  46. 14b89f3 net: dsa: Rename and export dev_to_net_device() by Florian Fainelli · 8 years ago
  47. a23b296 net: dsa: mv88e6xxx: Refactor remaining port setup by Andrew Lunn · 8 years ago
  48. cf3e80d net: dsa: mv88e6xxx: Implement Clause 45 access to SMI devices by Andrew Lunn · 8 years ago
  49. 8661a63 Merge branch 'mv88e6390-CMODE' by David S. Miller · 8 years ago
  50. f39908d net: dsa: mv88e6xxx: Set the CMODE for mv88e6390 ports 9 & 10 by Andrew Lunn · 8 years ago
  51. 55601a8 net: phy: Add 2000base-x, 2500base-x and rxaui modes by Andrew Lunn · 8 years ago
  52. 108d9c7 Merge branch 'virtio_net-XDP-adjust_head' by David S. Miller · 8 years ago
  53. 2de2f7f virtio_net: XDP support for adjust_head by John Fastabend · 8 years ago
  54. 9fe7bfc virtio_net: refactor freeze/restore logic into virtnet reset logic by John Fastabend · 8 years ago
  55. 722d828 virtio_net: remove duplicate queue pair binding in XDP by John Fastabend · 8 years ago
  56. 0354e4d virtio_net: factor out xdp handler for readability by John Fastabend · 8 years ago
  57. 47315329 virtio_net: wrap rtnl_lock in test for calling with lock already held by John Fastabend · 8 years ago
  58. 152bff3 Merge branch 'bridge-improve-cache-utilization' by David S. Miller · 8 years ago
  59. 83a718d bridge: fdb: write to used and updated at most once per jiffy by Nikolay Aleksandrov · 8 years ago
  60. 1214628c bridge: move write-heavy fdb members in their own cache line by Nikolay Aleksandrov · 8 years ago
  61. f7cdee8 bridge: move to workqueue gc by Nikolay Aleksandrov · 8 years ago
  62. 1f90c7f bridge: modify bridge and port to have often accessed fields in one cache line by Nikolay Aleksandrov · 8 years ago
  63. 63dfef7 bpf: enable verifier to add 0 to packet ptr by William Tu · 8 years ago
  64. 29200c1 bpf: test for AND edge cases by Josef Bacik · 8 years ago
  65. 9172d2a Merge branch 'dsa-add-fabric-notifier' by David S. Miller · 8 years ago
  66. 04d3a4c net: dsa: introduce bridge notifier by Vivien Didelot · 8 years ago
  67. f515f19 net: dsa: add switch notifier by Vivien Didelot · 8 years ago
  68. c5d35cb net: dsa: change state setter scope by Vivien Didelot · 8 years ago
  69. 9c26542 net: dsa: rollback bridging on error by Vivien Didelot · 8 years ago
  70. 8e92ab3 net: dsa: simplify netdevice events handling by Vivien Didelot · 8 years ago
  71. 88e4f0c net: dsa: move netdevice notifier registration by Vivien Didelot · 8 years ago
  72. 321fa4f net/mlx5e: fix another maybe-uninitialized false-positive by Arnd Bergmann · 8 years ago
  73. d0d7b10 net-next: treewide use is_vlan_dev() helper function. by Parav Pandit · 8 years ago
  74. 73cfb2a net/mlx4_en: fix a condition by Dan Carpenter · 8 years ago
  75. f820c0a sfc: don't rearm interrupts if busy polling by Bert Kenward · 8 years ago
  76. d15c9ed sctp: process fwd tsn chunk only when prsctp is enabled by Xin Long · 8 years ago
  77. 3bc32d0 Merge branch 'mlxsw-cleanup-neigh-handling' by David S. Miller · 8 years ago
  78. fd76d91 mlxsw: spectrum_router: Fix typo in comment by Ido Schimmel · 8 years ago
  79. 01b1aa3 mlxsw: spectrum_router: Don't read 'nud_state' without lock by Ido Schimmel · 8 years ago
  80. 8a0b727 mlxsw: spectrum_router: Remove redundant check by Ido Schimmel · 8 years ago
  81. a8eca32 net: remove ndo_neigh_{construct, destroy} from stacked devices by Ido Schimmel · 8 years ago
  82. 5c8802f mlxsw: spectrum_router: Simplify neighbour reflection by Ido Schimmel · 8 years ago
  83. de04b6a mlxsw: spectrum_router: Remove unused variable by Ido Schimmel · 8 years ago
  84. e60234d mlxsw: spectrum_router: Use ordered workqueue for neigh updates by Ido Schimmel · 8 years ago
  85. a0e4761 mlxsw: core: Queue work immediately instead of delaying it by Ido Schimmel · 8 years ago
  86. 8ca967a net/mlx5e: Bring back bfreg uar map dedicated pointer by Saeed Mahameed · 8 years ago
  87. b70149d net/mlx5e: XDP Tx, no inline copy on ConnectX-5 by Saeed Mahameed · 8 years ago
  88. a6f402e net/mlx5e: Tx, no inline copy on ConnectX-5 by Saeed Mahameed · 8 years ago
  89. 2b31f7a net/mlx5: TX WQE update by Saeed Mahameed · 8 years ago
  90. f32f5bd net/mlx5: Configure cache line size for start and end padding by Daniel Jurgens · 9 years ago
  91. fcdc103 Merge tag 'linux-can-next-for-4.11-20170206' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next by David S. Miller · 8 years ago
  92. e158e5e mlxsw: reg: Fix HTGT register length by Elad Raz · 8 years ago
  93. b60a00f net: mvneta: implement .set_wol and .get_wol by Jingju Hou · 8 years ago
  94. 096de07 can: flexcan: switch imx6 and vf610 to timestamp based offloading by Marc Kleine-Budde · 10 years ago
  95. b3cf53e can: flexcan: add support for timestamp based rx-offload by Marc Kleine-Budde · 10 years ago
  96. 9eb7aa8 can: flexcan: add quirk FLEXCAN_QUIRK_ENABLE_EACEN_RRS by Marc Kleine-Budde · 10 years ago
  97. 4bd888a can: flexcan: activate individual RX masking and initialize reg_rximr by Marc Kleine-Budde · 10 years ago
  98. 3016475 can: flexcan: make use of rx-offload's irq_offload_fifo by Marc Kleine-Budde · 10 years ago
  99. b93917c can: flexcan: make TX mailbox selectable during runtime by Marc Kleine-Budde · 10 years ago
  100. 28ac7dc can: flexcan: calculate default value for imask1 during runtime by Marc Kleine-Budde · 10 years ago