1. 5b5e873 mac80211: minstrel: remove unnecessary debugfs cleanup code by Felix Fietkau · 6 years ago
  2. f458e83 mac80211: minstrel: Enable STBC and LDPC for VHT Rates by Chaitanya T K · 6 years ago
  3. 42dca5e mac80211: avoid reflecting frames back to the client by Johannes Berg · 6 years ago
  4. 3d7af87 nl80211: use netlink policy validation function for elements by Johannes Berg · 6 years ago
  5. ab0d76f nl80211: use policy range validation where applicable by Johannes Berg · 6 years ago
  6. b802a5d lib80211: don't use skcipher by Johannes Berg · 6 years ago
  7. 188de5d Merge remote-tracking branch 'net-next/master' into mac80211-next by Johannes Berg · 6 years ago
  8. ac4a02c net: sched: pie: fix coding style issues by Leslie Monis · 6 years ago
  9. 72438f8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  10. fb4ee67 net/ncsi: Add NCSI OEM command support by Vijay Khemka · 6 years ago
  11. a688caa ipv6: take rcu lock in rawv6_send_hdrinc() by Wei Wang · 6 years ago
  12. 068b88c socket: Tighten no-error check in bind() by Jakub Sitnicki · 6 years ago
  13. 8b4c3cd net: sched: Add policy validation for tc attributes by David Ahern · 6 years ago
  14. bd961c9 rtnetlink: fix rtnl_fdb_dump() for ndmsg header by Mauricio Faria de Oliveira · 6 years ago
  15. fda21d4 ipv6: do not leave garbage in rt->fib6_metrics by Eric Dumazet · 6 years ago
  16. f2e9de2 udp: gro behind static key by Willem de Bruijn · 6 years ago
  17. 33aa8da net: bpfilter: Fix type cast and pointer warnings by Shanthosh RK · 6 years ago
  18. 95278dd net_sched: convert idrinfo->lock from spinlock to a mutex by Cong Wang · 6 years ago
  19. 6f52f80 net/neigh: Extend dump filter to proxy neighbor dumps by David Ahern · 6 years ago
  20. 9d2f67e net/packet: fix packet drop as of virtio gso by Jianfeng Tan · 6 years ago
  21. 1620a33 net: Move free of dst_metrics to helper by David Ahern · 6 years ago
  22. e1255ed net: common metrics init helper for dst_entry by David Ahern · 6 years ago
  23. cc5f0eb net: Move free of fib_metrics to helper by David Ahern · 6 years ago
  24. 767a221 net: common metrics init helper for FIB entries by David Ahern · 6 years ago
  25. 17c357e openvswitch: load NAT helper by Flavio Leitner · 6 years ago
  26. 5a781cc tc: Add support for configuring the taprio scheduler by Vinicius Costa Gomes · 6 years ago
  27. 1651178 devlink: Add generic parameter msix_vec_per_pf_min by Vasundhara Volam · 6 years ago
  28. f61cba4 devlink: Add generic parameter msix_vec_per_pf_max by Vasundhara Volam · 6 years ago
  29. e3b5106 devlink: Add generic parameter ignore_ari by Vasundhara Volam · 6 years ago
  30. 9e15ff7 Merge tag 'mac80211-for-davem-2018-10-04' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by David S. Miller · 6 years ago
  31. 9e50727 Merge tag 'mlx5-updates-2018-10-03' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux by David S. Miller · 6 years ago
  32. f0e834e Merge tag 'rxrpc-next-20181004' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by David S. Miller · 6 years ago
  33. bbb4c43 dns: Allow the dns resolver to retrieve a server set by David Howells · 6 years ago
  34. e908bcf rxrpc: Allow the reply time to be obtained on a client call by David Howells · 6 years ago
  35. 2070a3e rxrpc: Allow the reply time to be obtained on a client call by David Howells · 6 years ago
  36. 5a790b7 rxrpc: Drop the local endpoint arg from rxrpc_extract_addr_from_skb() by David Howells · 6 years ago
  37. 46894a1 rxrpc: Use IPv4 addresses throught the IPv6 by David Howells · 6 years ago
  38. b3cfb6f rxrpc: Emit the data Tx trace line before transmitting by David Howells · 6 years ago
  39. d2944b1 rxrpc: Use rxrpc_free_skb() rather than rxrpc_lose_skb() by David Howells · 6 years ago
  40. 6f41617 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  41. db7ff19 devlink: Add extack for eswitch operations by Eli Britstein · 7 years ago
  42. 2cc543f sctp: fix fall-through annotation by Gustavo A. R. Silva · 6 years ago
  43. 4e6d472 tls: Add support for inplace records encryption by Vakul Garg · 6 years ago
  44. 00538ba Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by David S. Miller · 6 years ago
  45. 64199fc ipv4: fix use-after-free in ip_cmsg_recv_dstaddr() by Eric Dumazet · 6 years ago
  46. e4a38c0 ipv6: add vrf table handling code for ipv6 mcast by Patrick Ruddy · 6 years ago
  47. 854da99 ipv4: Allow sending multicast packets on specific i/f using VRF socket by Robert Shearman · 6 years ago
  48. 6919622a bridge: mcast: Default back to multicast enabled state by Ido Schimmel · 6 years ago
  49. 8873c06 tcp: do not release socket ownership in tcp_close() by Eric Dumazet · 6 years ago
  50. 744486d net: inet6_rtm_getroute() - use new style struct initializer instead of memset by Maciej Żenczykowski · 6 years ago
  51. 84db840 net: rtm_to_fib6_config() - use new style struct initializer instead of memset by Maciej Żenczykowski · 6 years ago
  52. 8823a3a net: rtmsg_to_fib6_config() - use new style struct initializer instead of memset by Maciej Żenczykowski · 6 years ago
  53. dc92095 net: ip6_update_pmtu() - use new style struct initializer instead of memset by Maciej Żenczykowski · 6 years ago
  54. d456336 net: remove 1 always zero parameter from ip6_redirect_no_header() by Maciej Żenczykowski · 6 years ago
  55. 0b26fb1 net: ip6_redirect_no_header() - use new style struct initializer instead of memset by Maciej Żenczykowski · 6 years ago
  56. 1f7f10a net: ip6_redirect() - use new style struct initializer instead of memset by Maciej Żenczykowski · 6 years ago
  57. e8e3fbe net: inet_rtm_getroute() - use new style struct initializer instead of memset by Maciej Żenczykowski · 6 years ago
  58. e351bb6 net: ip_rt_get_source() - use new style struct initializer instead of memset by Maciej Żenczykowski · 6 years ago
  59. 0e1d6ec rtnl: limit IFLA_NUM_TX_QUEUES and IFLA_NUM_RX_QUEUES to 4096 by Eric Dumazet · 6 years ago
  60. 2ab2ddd inet: make sure to grab rcu_read_lock before using ireq->ireq_opt by Eric Dumazet · 6 years ago
  61. cc16567 net: drop unused skb_append_datato_frags() by Paolo Abeni · 6 years ago
  62. 5207ca5 cfg80211: sort tracing properly by Johannes Berg · 6 years ago
  63. ec8f170bc cfg80211: unify sending NL80211_CMD_NEW_INTERFACE by Johannes Berg · 6 years ago
  64. 85dd3da cfg80211: combine wdev/netdev unregister code by Johannes Berg · 6 years ago
  65. 49f9cf0 nl80211: add error messages to nl80211_parse_chandef() by Johannes Berg · 6 years ago
  66. b60ad34 cfg80211: move cookie_counter out of wiphy by Johannes Berg · 6 years ago
  67. 71e5e886 cfg80211: regulatory: make initialization more robust by Johannes Berg · 6 years ago
  68. c70616b mac80211: Remove unused initialization by Masashi Honma · 6 years ago
  69. 5297c65 nl80211: remove nl80211_prepare_wdev_dump() skb argument by Johannes Berg · 6 years ago
  70. 81e54d0 cfg80211: support FTM responder configuration/statistics by Pradeep Kumar Chitrapu · 7 years ago
  71. 7057f24 cfg80211: tracing: reuse wiphy_wdev_evt for rdev_get_txq_stats by Johannes Berg · 7 years ago
  72. efdfce7 nl80211: Fix a GET_KEY reply attribute by Andrew Zaborowski · 6 years ago
  73. 48f3b9e mac80211: fix error handling in ieee80211_register_hw() by Wei Yongjun · 6 years ago
  74. e4d4216 cfg80211: combine duplicate wdev init code by Johannes Berg · 7 years ago
  75. a5ae326 mac80211: fix issue with possible txq NULL pointer by Erik Stromdahl · 7 years ago
  76. 6762696 cfg80211: remove redundant check of !scan_plan by Colin Ian King · 7 years ago
  77. d25d062 cfg80211: remove unnecessary null pointer check in cfg80211_netdev_notifier_call by zhong jiang · 7 years ago
  78. 6fe9487 bond: take rcu lock in netpoll_send_skb_on_dev by Dave Jones · 6 years ago
  79. 893626d6 rtnetlink: Fail dump if target netnsid is invalid by David Ahern · 6 years ago
  80. 7f6d655 Revert "openvswitch: Fix template leak in error cases." by Flavio Leitner · 6 years ago
  81. fb420d5 tcp/fq: move back to CLOCK_MONOTONIC by Eric Dumazet · 6 years ago
  82. 460b360 net_sched: fix a crash in tc_new_tfilter() by Cong Wang · 6 years ago
  83. 92d7c74 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth by David S. Miller · 6 years ago
  84. 789762c tcp: adjust rcv zerocopy hints based on frag sizes by Soheil Hassas Yeganeh · 6 years ago
  85. 8f2b029 tcp: set recv_skip_hint when tcp_inq is less than PAGE_SIZE by Soheil Hassas Yeganeh · 6 years ago
  86. d949cfe tipc: ignore STATE_MSG on wrong link session by LUU Duc Canh · 6 years ago
  87. aeadd93 net: sched: act_ipt: check for underflow in __tcf_ipt_init() by Dan Carpenter · 6 years ago
  88. 2240c12 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 6 years ago
  89. ee0b6f4 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by David S. Miller · 6 years ago
  90. 041a14d tcp: start receiver buffer autotuning sooner by Yuchung Cheng · 6 years ago
  91. 1ad98e9 tcp/dccp: fix lockdep issue when SYN is backlogged by Eric Dumazet · 6 years ago
  92. c8424dd Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 6 years ago
  93. 1db5852 cfg80211: fix use-after-free in reg_process_hint() by Yu Zhao · 6 years ago
  94. 211710c mac80211: fix setting IEEE80211_KEY_FLAG_RX_MGMT for AP mode keys by Felix Fietkau · 6 years ago
  95. 848e616 cfg80211: fix wext-compat memory leak by Stefan Seyfried · 6 years ago
  96. c140eb1 tipc: fix failover problem by LUU Duc Canh · 6 years ago
  97. 804fe10 openvswitch: Use correct reply values in datapath and vport ops by Yifeng Sun · 6 years ago
  98. 80ece6a tls: Remove redundant vars from tls record structure by Vakul Garg · 6 years ago
  99. f810dce Merge tag 'rxrpc-fixes-20180928' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by David S. Miller · 6 years ago
  100. 6787927 tipc: buffer overflow handling in listener socket by Tung Nguyen · 6 years ago