1. 4599f77 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by David S. Miller · 9 years ago
  2. d1fdd91 rtnl: add option for setting link xdp prog by Brenden Blanco · 9 years ago
  3. a7862b4 net: add ndo to setup/query xdp prog in adapter rx by Brenden Blanco · 9 years ago
  4. 6a773a1 bpf: add XDP prog type for early driver filter by Brenden Blanco · 9 years ago
  5. 7a82ecf net/ncsi: NCSI AEN packet handler by Gavin Shan · 9 years ago
  6. e6f44ed net/ncsi: Package and channel management by Gavin Shan · 9 years ago
  7. 138635c net/ncsi: NCSI response packet handler by Gavin Shan · 9 years ago
  8. 6389eaa net/ncsi: NCSI command packet handler by Gavin Shan · 9 years ago
  9. 2d283bd net/ncsi: Resource management by Gavin Shan · 9 years ago
  10. 34a79f6 net: dsa: support switchdev ageing time attr by Vivien Didelot · 9 years ago
  11. b8247f0 net: ip_finish_output_gso: If skb_gso_network_seglen exceeds MTU, allow segmentation for local udp tunneled skbs by Shmulik Ladkani · 9 years ago
  12. 359ebda net/ipv4: Introduce IPSKB_FRAG_SEGS bit to inet_skb_parm.flags by Shmulik Ladkani · 9 years ago
  13. 5177a83 Bluetooth: Add debugfs fields for hardware and firmware info by Marcel Holtmann · 9 years ago
  14. 23bc6ab Bluetooth: Fix l2cap_sock_setsockopt() with optname BT_RCVMTU by Amadeusz Sławiński · 9 years ago
  15. c5c4e45 sctp: fix GSO for IPv6 by Marcelo Ricardo Leitner · 9 years ago
  16. e5b13f3 sctp: recvmsg should be able to run even if sock is in closing state by Marcelo Ricardo Leitner · 9 years ago
  17. 43b9e12 net: ipmr/ip6mr: add support for keeping an entry age by Nikolay Aleksandrov · 9 years ago
  18. 37b090e net: bridge: remove _deliver functions and consolidate forward code by Nikolay Aleksandrov · 9 years ago
  19. b35c5f6 net: bridge: drop skb2/skb0 variables and use a local_rcv boolean by Nikolay Aleksandrov · 9 years ago
  20. e151aab net: bridge: rearrange flood vs unicast receive paths by Nikolay Aleksandrov · 9 years ago
  21. 46c0772 net: bridge: minor style adjustments in br_handle_frame_finish by Nikolay Aleksandrov · 9 years ago
  22. c380d37 tcp_timer.c: Add kernel-doc function descriptions by Richard Sailer · 9 years ago
  23. 555c8a8 bpf: avoid stack copy and use skb ctx for event output by Daniel Borkmann · 9 years ago
  24. 7acef60 rxrpc: checking for IS_ERR() instead of NULL by Dan Carpenter · 9 years ago
  25. 5916e2c RDS: TCP: Enable multipath RDS for TCP by Sowmini Varadhan · 9 years ago
  26. ac3615e RDS: TCP: Reduce code duplication in rds_tcp_reset_callbacks() by Sowmini Varadhan · 9 years ago
  27. a93d01f RDS: TCP: avoid bad page reference in rds_tcp_listen_data_ready by Sowmini Varadhan · 9 years ago
  28. 8438884 net/switchdev: Export the same parent ID service function by Or Gerlitz · 9 years ago
  29. 2d47fd1 sctp: only check for ECN if peer is using it by Marcelo Ricardo Leitner · 9 years ago
  30. d9cef42 sctp: do not clear chunk->ecn_ce_done flag by Marcelo Ricardo Leitner · 9 years ago
  31. e7487c8 sctp: avoid identifying address family many times for a chunk by Marcelo Ricardo Leitner · 9 years ago
  32. 1f45f78 sctp: allow GSO frags to access the chunk too by Marcelo Ricardo Leitner · 9 years ago
  33. f5d258e sctp: reorder sctp_ulpevent and shrink msg_flags by Marcelo Ricardo Leitner · 9 years ago
  34. 9e23832 sctp: allow others to use sctp_input_cb by Marcelo Ricardo Leitner · 9 years ago
  35. 0ba3deb Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by David S. Miller · 9 years ago
  36. 8751097 Bluetooth: Increment management interface revision by Johan Hedberg · 9 years ago
  37. 160b925 Bluetooth: Add Authentication Failed reason to Disconnected Mgmt event by Szymon Janc · 9 years ago
  38. e5224f0 devlink: add hardware messages tracing facility by Jiri Pirko · 9 years ago
  39. 85c22ba net: dsa: Fix non static symbol warning by Wei Yongjun · 9 years ago
  40. 8addc04 rxrpc: Fix error handling in af_rxrpc_init() by Wei Yongjun · 9 years ago
  41. d3fc035 ipv4: af_inet: make it explicitly non-modular by Paul Gortmaker · 9 years ago
  42. aa9667e tunnels: correct conditional build of MPLS and IPv6 by Simon Horman · 9 years ago
  43. 8dbdf1f sctp: implement prsctp PRIO policy by Xin Long · 9 years ago
  44. 01aadb3 sctp: implement prsctp RTX policy by Xin Long · 9 years ago
  45. a6c2f79 sctp: implement prsctp TTL policy by Xin Long · 9 years ago
  46. 826d253 sctp: add SCTP_PR_ASSOC_STATUS on sctp sockopt by Xin Long · 9 years ago
  47. f959fb4 sctp: add SCTP_DEFAULT_PRINFO into sctp sockopt by Xin Long · 9 years ago
  48. 28aa4c2 sctp: add SCTP_PR_SUPPORTED on sctp sockopt by Xin Long · 9 years ago
  49. 927265b ipv6: do not abuse GFP_ATOMIC in inet6_netconf_notify_devconf() by Eric Dumazet · 9 years ago
  50. fa17806 ipv4: do not abuse GFP_ATOMIC in inet_netconf_notify_devconf() by Eric Dumazet · 9 years ago
  51. 1db19db net: tracepoint napi:napi_poll add work and budget by Jesper Dangaard Brouer · 9 years ago
  52. 407f31b mpls: allow routes on ipip and sit devices by Simon Horman · 9 years ago
  53. 1b69e7e ipip: support MPLS over IPv4 by Simon Horman · 9 years ago
  54. 49dbe7a sit: support MPLS over IPv4 by Simon Horman · 9 years ago
  55. 8afe97e tunnels: support MPLS over IPv4 tunnels by Simon Horman · 9 years ago
  56. a65056e net: bridge: extend MLD/IGMP query stats by Nikolay Aleksandrov · 9 years ago
  57. ca8bee5 Bluetooth: Rename HCI_BREDR into HCI_PRIMARY by Marcel Holtmann · 9 years ago
  58. e14dbe7 Bluetooth: Remove controller device attributes by Marcel Holtmann · 9 years ago
  59. 2a0be13 Bluetooth: Remove connection link attributes by Marcel Holtmann · 9 years ago
  60. f1533cc sctp: fix panic when sending auth chunks by Marcelo Ricardo Leitner · 9 years ago
  61. d390238 net: dsa: initialize the routing table by Vivien Didelot · 9 years ago
  62. 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
  63. bba7eb5 hfsc: reduce hfsc_sched to 14 cachelines by Florian Westphal · 9 years ago
  64. 9e262f50 6lowpan: ndisc: set invalid unicast short addr to unspec by Alexander Aring · 9 years ago
  65. 0ea0b9a ieee802154: 6lowpan: fix intra pan id check by Alexander Aring · 9 years ago
  66. 83871f8 Bluetooth: Fix hci_sock_recvmsg return value by Denis Kenzior · 9 years ago
  67. b5f34f9 Bluetooth: Fix bt_sock_recvmsg return value by Denis Kenzior · 9 years ago
  68. 1c5bf998b ieee802154: allow netns create of lowpan interface by Alexander Aring · 9 years ago
  69. 66e5c26 ieee802154: add netns support by Alexander Aring · 9 years ago
  70. 966be9e 6lowpan: ndisc: add missing 802.15.4 only check by Alexander Aring · 9 years ago
  71. 929946a 6lowpan: ndisc: fix double read unlock by Alexander Aring · 9 years ago
  72. a4770e1 Bluetooth: Switch SMP to crypto_cipher_encrypt_one() by Andy Lutomirski · 9 years ago
  73. 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
  74. 30d0844 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  75. ae3e456 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 9 years ago
  76. 7d27a0b cfg80211: Add mesh peer AID setting API by Masashi Honma · 9 years ago
  77. 92b3a28 mac80211: parse wide bandwidth channel switch IE with workaround by Johannes Berg · 9 years ago
  78. 7d10f6b mac80211: report failure to start (partial) scan as scan abort by Johannes Berg · 9 years ago
  79. 7947d3e mac80211: Add support for beacon report radio measurement by Avraham Stern · 9 years ago
  80. 1d76250 nl80211: support beacon report scanning by Avraham Stern · 9 years ago
  81. c6e6a0c nl80211: Add API to support VHT MU-MIMO air sniffer by Aviya Erenfeld · 9 years ago
  82. f89e07d mac80211: agg-rx: refuse ADDBA Request with timeout update by Johannes Berg · 9 years ago
  83. d440a1c rxrpc: Kill off the call hash table by David Howells · 9 years ago
  84. 8496af5 rxrpc: Use RCU to access a peer's service connection tree by David Howells · 9 years ago
  85. 1291e9d1 rxrpc: Move data_ready peer lookup into rxrpc_find_connection() by David Howells · 9 years ago
  86. e8d70ce rxrpc: Prune the contents of the rxrpc_conn_proto struct by David Howells · 9 years ago
  87. 001c112 rxrpc: Maintain an extra ref on a conn for the cache list by David Howells · 9 years ago
  88. d991b4a rxrpc: Move peer lookup from call-accept to new-incoming-conn by David Howells · 9 years ago
  89. 7877a4a rxrpc: Split service connection code out into its own file by David Howells · 9 years ago
  90. c6d2b8d rxrpc: Split client connection code out into its own file by David Howells · 9 years ago
  91. a1399f8 rxrpc: Call channels should have separate call number spaces by David Howells · 9 years ago
  92. 30b515f rxrpc: Access socket accept queue under right lock by David Howells · 9 years ago
  93. dee4636 rxrpc: Add RCU destruction for connections and calls by David Howells · 9 years ago
  94. e653cfe rxrpc: Release a call's connection ref on call disconnection by David Howells · 9 years ago
  95. d1e858c rxrpc: Fix handling of connection failure in client call creation by David Howells · 9 years ago
  96. 2c4579e rxrpc: Move usage count getting into rxrpc_queue_conn() by David Howells · 9 years ago
  97. eb9b9d2 rxrpc: Check that the client conns cache is empty before module removal by David Howells · 9 years ago
  98. bba304d rxrpc: Turn connection #defines into enums and put outside struct def by David Howells · 9 years ago
  99. 5acbee4 rxrpc: Provide queuing helper functions by David Howells · 9 years ago
  100. a263629 rxrpc: Avoid using stack memory in SG lists in rxkad by Herbert Xu · 9 years ago