1. c60c984 net: dsa: remove tag_protocol from dsa_switch by Vivien Didelot · 8 years ago
  2. 2dabf0c Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue by David S. Miller · 8 years ago
  3. dc1b4c2 fm10k: fix incorrect IPv6 extended header checksum by Jacob Keller · 8 years ago
  4. 8664109 fm10k: consistently use Intel(R) for driver names by Jacob Keller · 8 years ago
  5. 540a5d8 fm10k: fix possible null pointer deref after kcalloc by Jacob Keller · 8 years ago
  6. 11ec36a fm10k: Reset multicast mode when deleting lport by Ngai-Mint Kwan · 8 years ago
  7. fb6515c fm10k: update comment regarding reserved bits check by Jacob Keller · 8 years ago
  8. 5c69df8 fm10k: use different name than FM10K_VLAN_CLEAR for override bit by Jacob Keller · 8 years ago
  9. d057d9a fm10k: use 8bit notation instead of 10bit notation for diagram by Jacob Keller · 8 years ago
  10. 4e160f2 fm10k: fix documentation of fm10k_tlv_parse_attr by Jacob Keller · 8 years ago
  11. 3417415 fm10k: do not disable PCI device in fm10k_io_error_detected by Jacob Keller · 8 years ago
  12. a7a7783 fm10k: correctly handle LPORT_MAP error by Jacob Keller · 8 years ago
  13. 8998763 fm10k: Fix multicast mode sync issues by Ngai-Mint Kwan · 8 years ago
  14. 9de6a1a fm10k: drop 1588 support by Jacob Keller · 8 years ago
  15. 1e4c32f fm10k: prevent RCU issues during AER events by Jacob Keller · 8 years ago
  16. 2d0f76b fm10k: use DRV_SUMMARY to reduce code duplication by Jacob Keller · 8 years ago
  17. 144d830 fm10k: Add support for bulk Tx cleanup & cleanup boolean logic by Alexander Duyck · 8 years ago
  18. 3ef2f56 fm10k: remove debug-statistics support by Jacob Keller · 8 years ago
  19. 09401ae fm10k: add helper functions to set strings and data for ethtool stats by Jacob Keller · 8 years ago
  20. 10c9ead rtnetlink: add new RTM_GETSTATS message to dump link stats by Roopa Prabhu · 8 years ago
  21. e6f268e net: nla_align_64bit() needs to test the right pointer. by David S. Miller · 8 years ago
  22. cca1d81 net: fix HAVE_EFFICIENT_UNALIGNED_ACCESS typos by Eric Dumazet · 8 years ago
  23. b84e930 net/hsr: Fixed version field in ENUM by Peter Heise · 8 years ago
  24. 46e7b8d net: dsa: kill circular reference with slave priv by Vivien Didelot · 8 years ago
  25. 9f4ab6e Merge branch 'bpf_event_output' by David S. Miller · 8 years ago
  26. bd570ff bpf: add event output helper for notifications/sampling/logging by Daniel Borkmann · 8 years ago
  27. 1e33759 bpf, trace: add BPF_F_CURRENT_CPU flag for bpf_perf_event_output by Daniel Borkmann · 8 years ago
  28. 553bc08 arcnet: com90xx: add __init attribute by Julia Lawall · 8 years ago
  29. 5df1f77 net/ipv6/addrconf: fix sysctl table indentation by Konstantin Khlebnikov · 8 years ago
  30. 607ea7c net/ipv6/addrconf: simplify sysctl registration by Konstantin Khlebnikov · 8 years ago
  31. 35c5845 net: Add helpers for 64-bit aligning netlink attributes. by David S. Miller · 8 years ago
  32. 1840284 net: Align IFLA_STATS64 attributes properly on architectures that need it. by David S. Miller · 8 years ago
  33. b67d1df net: w5100: don't build spi driver without w5100 by Arnd Bergmann · 8 years ago
  34. 266a0a7 bpf: avoid warning for wrong pointer cast by Arnd Bergmann · 8 years ago
  35. b520bd0 of_mdio: make of_mdiobus_register_{device|phy}() *void* by Sergei Shtylyov · 8 years ago
  36. e760044 enic: set netdev->vlan_features by Govindarajulu Varadarajan · 8 years ago
  37. 84bf9ce hv_netvsc: Implement support for VF drivers on Hyper-V by KY Srinivasan · 8 years ago
  38. 52e36c4 Merge branch 'fec-ksettings' by David S. Miller · 8 years ago
  39. 54846f5 fec: move to new ethtool api {get|set}_link_ksettings by Philippe Reynes · 8 years ago
  40. 2d55173 phy: add generic function to support ksetting support by Philippe Reynes · 8 years ago
  41. 6d62b4d net: ethtool: export conversion function between u32 and link mode by Philippe Reynes · 8 years ago
  42. 2a2bbf1 tun: don't require serialization lock on tx by Paolo Abeni · 8 years ago
  43. 110361f udp: fix if statement in SIOCINQ ioctl by Dan Carpenter · 8 years ago
  44. 550bce5 rtnetlink: rtnl_fill_stats: avoid an unnecssary stats copy by Roopa Prabhu · 8 years ago
  45. ccd37cf Merge branch 'dsa-mv88e6xxx-switch-factorization' by David S. Miller · 8 years ago
  46. d967ecb net: dsa: mv88e6xxx: remove switch ID from ps by Vivien Didelot · 8 years ago
  47. cd5a2c8 net: dsa: mv88e6xxx: add number of db to info by Vivien Didelot · 8 years ago
  48. 009a2b9 net: dsa: mv88e6xxx: add number of ports to info by Vivien Didelot · 8 years ago
  49. 2235647 net: dsa: mv88e6xxx: add family to info by Vivien Didelot · 8 years ago
  50. f6271e6 net: dsa: mv88e6xxx: add switch info by Vivien Didelot · 8 years ago
  51. a439c06 net: dsa: mv88e6xxx: read switch ID in probe by Vivien Didelot · 8 years ago
  52. 54c6f4b net: dsa: mv88e6xxx: drop revision probing by Vivien Didelot · 8 years ago
  53. b3462047 net: dsa: mv88e6xxx: drop double ds assignment by Vivien Didelot · 8 years ago
  54. 0209d14 net: dsa: constify probed name by Vivien Didelot · 8 years ago
  55. efde611 Merge branch 'nfp-next' by David S. Miller · 8 years ago
  56. 3d780b9 nfp: add async reconfiguration mechanism by Jakub Kicinski · 8 years ago
  57. 180012d nfp: remove buggy RX buffer length validation by Jakub Kicinski · 8 years ago
  58. 2db221c nfp: remove unused suspicious mask defines by Jakub Kicinski · 8 years ago
  59. 6ffa622 nfp: correct names of constants in comments by Jakub Kicinski · 8 years ago
  60. c160692 nfp: remove unnecessary static by Jakub Kicinski · 8 years ago
  61. 5b16109 nfp: check the right pointer for errors by Jakub Kicinski · 8 years ago
  62. 7a7c170 Merge branch 'IFF_NO_QUEUE-followups' by David S. Miller · 8 years ago
  63. 4272cc5 openvswitch: Convert to using IFF_NO_QUEUE by Phil Sutter · 8 years ago
  64. 9e73991 staging: rtl8188eu: Convert to using IFF_NO_QUEUE by Phil Sutter · 8 years ago
  65. 89764d5 Merge branch 'fjes-next' by David S. Miller · 8 years ago
  66. 8f180fa fjes: Update fjes driver version : 1.1 by Taku Izumi · 8 years ago
  67. bd5a256 fjes: Introduce spinlock for rx_status by Taku Izumi · 8 years ago
  68. 16bbec3 fjes: Enhance changing MTU related work by Taku Izumi · 8 years ago
  69. 19a0a7f fjes: fix bitwise check bug in fjes_raise_intr_rxdata_task by Taku Izumi · 8 years ago
  70. 3c3bd4a fjes: fix incorrect statistics information in fjes_xmit_frame() by Taku Izumi · 8 years ago
  71. da5a238 fjes: optimize timeout value by Taku Izumi · 8 years ago
  72. f66bc94 stmmac: socfpga: remove extra call to socfpga_dwmac_setup by Dinh Nguyen · 8 years ago
  73. 48ace4e dsa: mv88e6xxx: Kill the REG_READ and REG_WRITE macros by Andrew Lunn · 8 years ago
  74. 756ca87 netdev_features: Add NETIF_F_TSO_MANGLEID to NETIF_F_ALL_TSO by Alexander Duyck · 8 years ago
  75. ac97992 Merge branch 'ipv6-gre-offloads' by David S. Miller · 8 years ago
  76. 3a80e1f ip6gre: Add support for GSO by Alexander Duyck · 8 years ago
  77. e0c2096 GRE: Add support for GRO/GSO of IPv6 GRE traffic by Alexander Duyck · 8 years ago
  78. ac4eb00 ip6gre: Add support for basic offloads offloads excluding GSO by Alexander Duyck · 8 years ago
  79. a9e242c ip6gretap: Fix MTU to allow for Ethernet header by Alexander Duyck · 8 years ago
  80. aed069d ip_tunnel_core: iptunnel_handle_offloads returns int and doesn't free skb by Alexander Duyck · 8 years ago
  81. ec9dcd3 Merge branch 'w5100-spi-and-w5200-support' by David S. Miller · 8 years ago
  82. 0c165ff net: w5100: support W5200 by Akinobu Mita · 8 years ago
  83. 630cf09 net: w5100: support SPI interface mode by Akinobu Mita · 8 years ago
  84. bf2c6b90 net: w5100: enable to support sleepable register access interface by Akinobu Mita · 8 years ago
  85. 850576c net: w5100: add ability to support other bus interface by Akinobu Mita · 8 years ago
  86. d6586d2 net: w5100: move mmiowb into register access callbacks by Akinobu Mita · 8 years ago
  87. 544a773 vxlan: reduce usage of synchronize_net in ndo_stop by Hannes Frederic Sowa · 8 years ago
  88. 0412bd9 vxlan: synchronously and race-free destruction of vxlan sockets by Hannes Frederic Sowa · 8 years ago
  89. f48256e phy: make some bits preserved while setup forced mode by wangweidong · 8 years ago
  90. 4e811b1 Merge branch 'sctp-diag' by David S. Miller · 8 years ago
  91. 53fa103 sctp: fix some rhashtable functions using in sctp proc/diag by Xin Long · 8 years ago
  92. b5e2f4e sctp: merge the seq_start/next/exits in remaddrs and assocs by Xin Long · 8 years ago
  93. 8f840e4 sctp: add the sctp_diag.c file by Xin Long · 8 years ago
  94. cb2050a sctp: export some functions for sctp_diag in inet_diag by Xin Long · 8 years ago
  95. 626d16f sctp: export some apis or variables for sctp_diag and reuse some for proc by Xin Long · 8 years ago
  96. 52c52a6 sctp: add sctp_info dump api for sctp_diag by Xin Long · 8 years ago
  97. 311b217 sctp: simplify sk_receive_queue locking by Marcelo Ricardo Leitner · 8 years ago
  98. 936d4b4 Merge branch 'mlx5_ifc-updates' by David S. Miller · 8 years ago
  99. 7d5e142 net/mlx5: Update mlx5_ifc hardware features by Saeed Mahameed · 8 years ago
  100. e1c9c62 net/mlx5: Fix mlx5 ifc cmd_hca_cap bad offsets by Tariq Toukan · 8 years ago