1. b164806 r8152: remove rtl_phy_reset function by hayeswang · 9 years ago
  2. fb57731 Merge branch 'mpls-in-ipv4-and-udp' by David S. Miller · 9 years ago
  3. 407f31b mpls: allow routes on ipip and sit devices by Simon Horman · 9 years ago
  4. 1b69e7e ipip: support MPLS over IPv4 by Simon Horman · 9 years ago
  5. 49dbe7a sit: support MPLS over IPv4 by Simon Horman · 9 years ago
  6. 8afe97e tunnels: support MPLS over IPv4 tunnels by Simon Horman · 9 years ago
  7. a65056e net: bridge: extend MLD/IGMP query stats by Nikolay Aleksandrov · 9 years ago
  8. f1533cc sctp: fix panic when sending auth chunks by Marcelo Ricardo Leitner · 9 years ago
  9. 09a7636 bnxt: fix a condition by Dan Carpenter · 9 years ago
  10. 606274c bpf: introduce bpf_get_current_task() helper by Alexei Starovoitov · 9 years ago
  11. d390238 net: dsa: initialize the routing table by Vivien Didelot · 9 years ago
  12. 86dfb4ac tun: Don't assume type tun in tun_device_event by Craig Gallek · 9 years ago
  13. cc3baec Merge tag 'rxrpc-rewrite-20160706' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by David S. Miller · 9 years ago
  14. 99a50bb netvsc: Use the new in-place consumption APIs in the rx path by K. Y. Srinivasan · 9 years ago
  15. bba7eb5 hfsc: reduce hfsc_sched to 14 cachelines by Florian Westphal · 9 years ago
  16. a90a6e5 Merge tag 'mac80211-next-for-davem-2016-07-06' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by David S. Miller · 9 years ago
  17. fcf752a net: mediatek: remove .owner field for driver by Wei Yongjun · 9 years ago
  18. 30d0844 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  19. bc86765 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  20. ae3e456 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 9 years ago
  21. 4cdbbbd Merge tag 'sound-4.7-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 9 years ago
  22. 4d0a279 Merge tag 'chrome-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/olof/chrome-platform by Linus Torvalds · 9 years ago
  23. 7d27a0b cfg80211: Add mesh peer AID setting API by Masashi Honma · 9 years ago
  24. 92b3a28 mac80211: parse wide bandwidth channel switch IE with workaround by Johannes Berg · 9 years ago
  25. 7d10f6b mac80211: report failure to start (partial) scan as scan abort by Johannes Berg · 9 years ago
  26. 7947d3e mac80211: Add support for beacon report radio measurement by Avraham Stern · 9 years ago
  27. 1d76250 nl80211: support beacon report scanning by Avraham Stern · 9 years ago
  28. f1724b0 mac80211_hwsim: use signed net namespace ID by Johannes Berg · 9 years ago
  29. f7736f5 mac80211_hwsim: Add radar bandwidths to the P2P Device combination by Ilan Peer · 9 years ago
  30. c6e6a0c nl80211: Add API to support VHT MU-MIMO air sniffer by Aviya Erenfeld · 9 years ago
  31. f89e07d mac80211: agg-rx: refuse ADDBA Request with timeout update by Johannes Berg · 9 years ago
  32. d440a1c rxrpc: Kill off the call hash table by David Howells · 9 years ago
  33. 8496af5 rxrpc: Use RCU to access a peer's service connection tree by David Howells · 9 years ago
  34. 995f140 rcu: Suppress sparse warnings for rcu_dereference_raw() by Paul E. McKenney · 9 years ago
  35. c1adf20 Introduce rb_replace_node_rcu() by David Howells · 9 years ago
  36. 1291e9d rxrpc: Move data_ready peer lookup into rxrpc_find_connection() by David Howells · 9 years ago
  37. e8d70ce rxrpc: Prune the contents of the rxrpc_conn_proto struct by David Howells · 9 years ago
  38. 001c112 rxrpc: Maintain an extra ref on a conn for the cache list by David Howells · 9 years ago
  39. d991b4a rxrpc: Move peer lookup from call-accept to new-incoming-conn by David Howells · 9 years ago
  40. 7877a4a rxrpc: Split service connection code out into its own file by David Howells · 9 years ago
  41. c6d2b8d rxrpc: Split client connection code out into its own file by David Howells · 9 years ago
  42. a1399f8 rxrpc: Call channels should have separate call number spaces by David Howells · 9 years ago
  43. 30b515f rxrpc: Access socket accept queue under right lock by David Howells · 9 years ago
  44. dee4636 rxrpc: Add RCU destruction for connections and calls by David Howells · 9 years ago
  45. e653cfe rxrpc: Release a call's connection ref on call disconnection by David Howells · 9 years ago
  46. d1e858c rxrpc: Fix handling of connection failure in client call creation by David Howells · 9 years ago
  47. 2c4579e rxrpc: Move usage count getting into rxrpc_queue_conn() by David Howells · 9 years ago
  48. eb9b9d2 rxrpc: Check that the client conns cache is empty before module removal by David Howells · 9 years ago
  49. bba304d rxrpc: Turn connection #defines into enums and put outside struct def by David Howells · 9 years ago
  50. 5acbee4 rxrpc: Provide queuing helper functions by David Howells · 9 years ago
  51. a263629 rxrpc: Avoid using stack memory in SG lists in rxkad by Herbert Xu · 9 years ago
  52. 689f4c6 rxrpc: Check the source of a packet to a client conn by David Howells · 9 years ago
  53. 88b99d0 rxrpc: Fix some sparse errors by David Howells · 9 years ago
  54. 903ce4a ipv6: Fix mem leak in rt6i_pcpu by Martin KaFai Lau · 9 years ago
  55. ab58298 net: fix decnet rtnexthop parsing by Vegard Nossum · 9 years ago
  56. 096cdc6 platform/chrome: cros_ec_dev - double fetch bug in ioctl by Dan Carpenter · 9 years ago
  57. f5d6516 cxgb4: update latest firmware version supported by Ganesh Goudar · 9 years ago
  58. eae033c net/mlx5: Avoid setting unused var when modifying vport node GUID by Or Gerlitz · 9 years ago
  59. a30b016 bonding: fix enslavement slave link notifications by Aviv Heller · 9 years ago
  60. 73e20b7 net: vrf: Add support for PREROUTING rules on vrf device by David Ahern · 9 years ago
  61. 8297f2d connector: make cn_proc explicitly non-modular by Paul Gortmaker · 9 years ago
  62. 2609af1 r8152: fix runtime function for RTL8152 by hayeswang · 9 years ago
  63. 96329a1 net: hns: fix return value check in hns_dsaf_get_cfg() by Wei Yongjun · 9 years ago
  64. 684a95c Merge branch 'mlxsw-ipv4-unicast-routing' by David S. Miller · 9 years ago
  65. 0b2361d mlxsw: Add the unresolved next-hops probes by Yotam Gigi · 9 years ago
  66. b215714 mlxsw: spectrum_router: Add the nexthop neigh activity update by Yotam Gigi · 9 years ago
  67. a7ff87a mlxsw: spectrum_router: Implement next-hop routing by Jiri Pirko · 9 years ago
  68. a59f0b3 mlxsw: reg: Add Router Algorithmic LPM ECMP Update Register by Jiri Pirko · 9 years ago
  69. 089f981 mlxsw: reg: Add Router Adjacency Table register by Yotam Gigi · 9 years ago
  70. b090ef0 mlxsw: Introduce simplistic KVD linear area manager by Jiri Pirko · 9 years ago
  71. c602242 mlxsw: spectrum: Define sizes of KVD areas by Jiri Pirko · 9 years ago
  72. 489107b mlxsw: Add KVD sizes configuration into profile by Jiri Pirko · 9 years ago
  73. a6bf9e9 mlxsw: spectrum_router: Offload neighbours based on NUD state change by Yotam Gigi · 9 years ago
  74. c723c735 mlxsw: spectrum_router: Periodically update the kernel's neigh table by Yotam Gigi · 9 years ago
  75. 2a4501a neigh: Send a notification when DELAY_PROBE_TIME changes by Ido Schimmel · 9 years ago
  76. 7cf2c20 mlxsw: reg: Add Router Algorithmic LPM Unicast Host Table Dump register by Yotam Gigi · 9 years ago
  77. 4457b3df mlxsw: reg: Add Router Algorithmic LPM Unicast Host Table register by Yotam Gigi · 9 years ago
  78. 6cf3c97 mlxsw: spectrum_router: Add private neigh table by Jiri Pirko · 9 years ago
  79. 18bfb924 net: introduce default neigh_construct/destroy ndo calls for L2 upper devices by Jiri Pirko · 9 years ago
  80. 503eebc net: add dev arg to ndo_neigh_construct/destroy by Jiri Pirko · 9 years ago
  81. c6ac37d netfilter: nf_log: fix error on write NONE to logger choice sysctl by Pavel Tikhomirov · 9 years ago
  82. 9cd2574 ALSA: hda/realtek: Add Lenovo L460 to docking unit fixup by Torsten Hilbrich · 9 years ago
  83. 9046a74 Merge branch 'r6040-next' by David S. Miller · 9 years ago
  84. 9da2804 net: r6040: Bump version and date by Florian Fainelli · 9 years ago
  85. 35566e9 net: r6040: Update my email by Florian Fainelli · 9 years ago
  86. 0305eff net: r6040: Utilize napi_complete_done() by Florian Fainelli · 9 years ago
  87. ffb5bce net: r6040: Utilize __napi_schedule_irqoff by Florian Fainelli · 9 years ago
  88. 9507ffc net: r6040: Check for skb->xmit_more by Florian Fainelli · 9 years ago
  89. 58e6b05 net: r6040: Reclaim transmitted buffers in NAPI by Florian Fainelli · 9 years ago
  90. a546e55 net: r6040: Utilize skb_put_padto() by Florian Fainelli · 9 years ago
  91. 7def171 net: r6040: Increase statistics upon transmit completion by Florian Fainelli · 9 years ago
  92. 3eb415d net: r6040: Utilize phy_print_status by Florian Fainelli · 9 years ago
  93. 6ebd1a6 dwc_eth_qos: remove unused including <linux/version.h> by Wei Yongjun · 9 years ago
  94. 487884e Merge branch 'mlx5-ntuple-steering' by David S. Miller · 9 years ago
  95. e989d5a net/mlx5e: Expose flow control counters to ethtool by Gal Pressman · 9 years ago
  96. fe6b9bd net/mlx5e: Expose RDMA VPort counters to ethtool by Gal Pressman · 9 years ago
  97. f913a72 net/mlx5e: Add support to get ethtool flow rules by Maor Gottlieb · 9 years ago
  98. 1174fce net/mlx5e: Support l3/l4 flow type specs in ethtool flow steering by Maor Gottlieb · 9 years ago
  99. 6dc6071 net/mlx5e: Add ethtool flow steering support by Maor Gottlieb · 9 years ago
  100. 0da2d66 net/mlx5: Properly remove all steering objects by Maor Gottlieb · 9 years ago