1. 46f0537 Merge branch 'stable-4.12' of git://git.infradead.org/users/pcmoore/audit by Linus Torvalds · 7 years ago
  2. 8d65b08 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  3. 5a0387a Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  4. ec8a09f tipc: refactor function tipc_sk_recv_stream() by Jon Paul Maloy · 7 years ago
  5. e9f8b10 tipc: refactor function tipc_sk_recvmsg() by Jon Paul Maloy · 7 years ago
  6. ee0d8d8 ipx: call ipxitf_put() in ioctl error path by Dan Carpenter · 7 years ago
  7. 9da3242 net: sched: add helpers to handle extended actions by Jiri Pirko · 7 years ago
  8. a9f11f9 tcp: fix wraparound issue in tcp_lp by Eric Dumazet · 7 years ago
  9. da7b66f Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  10. 5b13475 Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  11. 586f852 bpf: Align packet data properly in program testing framework. by David Miller · 7 years ago
  12. 78e5227 bpf: Do not dereference user pointer in bpf_test_finish(). by David Miller · 7 years ago
  13. 2173c51 audit: normalize NETFILTER_PKT by Richard Guy Briggs · 7 years ago
  14. 0cb88b6 netfilter: use consistent ipv4 network offset in xt_AUDIT by Richard Guy Briggs · 7 years ago
  15. b5d6098 xdp: fix parameter kdoc for extack by Jakub Kicinski · 7 years ago
  16. 3527d3e Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  17. 5db6db0 Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  18. 5b8481f ipv6: Need to export ipv6_push_frag_opts for tunneling now. by David S. Miller · 7 years ago
  19. 152afb9 xfrm: Indicate xfrm_state offload errors by Ilan Tayari · 7 years ago
  20. 67d349e net/esp4: Fix invalid esph pointer crash by Ilan Tayari · 7 years ago
  21. 89a23c8 ip6_tunnel: Fix missing tunnel encapsulation limit option by Craig Gallek · 7 years ago
  22. a6a5993 iov_iter: don't revert iov buffer if csum error by Ding Tianhong · 7 years ago
  23. f9ed236 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by David S. Miller · 7 years ago
  24. 6947529 Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  25. 1a7fca6 flower: check unused bits in MPLS fields by Benjamin LaHaise · 7 years ago
  26. a01aa92 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 7 years ago
  27. ddf9f97 xdp: propagate extended ack to XDP setup by Jakub Kicinski · 7 years ago
  28. 8eeef23 netfilter: nf_ct_ext: invoke destroy even when ext is not attached by Liping Zhang · 7 years ago
  29. d1908ca Merge tag 'ipvs3-for-v4.12' of http://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next by Pablo Neira Ayuso · 7 years ago
  30. 0e72f55 netfilter: snmp: avoid stack size warning by Florian Westphal · 7 years ago
  31. 039b40e netfilter: nf_queue: only call synchronize_net twice if nf_queue is active by Florian Westphal · 7 years ago
  32. c83fa19 netfilter: nf_log: don't call synchronize_rcu in nf_log_unset by Florian Westphal · 7 years ago
  33. 933bd83 netfilter: batch synchronize_net calls during hook unregister by Florian Westphal · 7 years ago
  34. 58073b3 net: bridge: Fix improper taking over HW learned FDB by Arkadi Sharshevsky · 7 years ago
  35. ba3f571 ipv4: get rid of ip_ra_lock by WANG Cong · 7 years ago
  36. 39f3709 lwtunnel: fix error path in lwtunnel_fill_encap() by Dan Carpenter · 7 years ago
  37. b5082df net: Initialise init_net.count to 1 by David Howells · 7 years ago
  38. 4750c7b Merge tag 'linux-can-next-for-4.12-20170427' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next by David S. Miller · 7 years ago
  39. d68be71 tcp: fix access to sk->sk_state in tcp_poll() by Davide Caratti · 7 years ago
  40. d1f496f bpf: restore skb->sk before pskb_trim() call by Eric Dumazet · 7 years ago
  41. 71653eb Bluetooth: Add selftest for ECDH key generation by Marcel Holtmann · 7 years ago
  42. f958315 Bluetooth: zero kpp input for key generation by Marcel Holtmann · 7 years ago
  43. ab89f0b Bluetooth: Fix user channel for 32bit userspace on 64bit kernel by Szymon Janc · 7 years ago
  44. 763d9a3 Bluetooth: allocate data for kpp on heap by Salvatore Benedetto · 7 years ago
  45. 0e91178 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  46. c21b48c net: adjust skb->truesize in ___pskb_trim() by Eric Dumazet · 7 years ago
  47. 7162fb2 tcp: do not underestimate skb->truesize in tcp_trim_head() by Eric Dumazet · 7 years ago
  48. 9b83e03 ipv4: Don't pass IP fragments to upper layer GRO handlers. by Steffen Klassert · 7 years ago
  49. cd5487fb Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 7 years ago
  50. 5577e67 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by David S. Miller · 7 years ago
  51. cec3819 Merge tag 'mac80211-next-for-davem-2017-04-28' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by David S. Miller · 7 years ago
  52. c1be775 tipc: close the connection if protocol messages contain errors by Parthasarathy Bhuvaragan · 7 years ago
  53. 4e0df49 tipc: improve error validations for sockets in CONNECTING state by Parthasarathy Bhuvaragan · 7 years ago
  54. 42b531d tipc: Fix missing connection request handling by Parthasarathy Bhuvaragan · 7 years ago
  55. b34939b cfg80211: add request id to cfg80211_sched_scan_*() api by Arend Van Spriel · 7 years ago
  56. e38a017 mac80211: Add support for BSS max idle period element by Avraham Stern · 7 years ago
  57. 29ce6ec cfg80211: unify cfg80211_roamed() and cfg80211_roamed_bss() by Avraham Stern · 7 years ago
  58. 21a8e9d mac80211: Fix possible sband related NULL pointer de-reference by Mohammed Shafi Shajakhan · 7 years ago
  59. fb90e8d ipvs: change comparison on sync_refresh_period by Aaron Conole · 7 years ago
  60. 65ba101 ipvs: remove unused function ip_vs_set_state_timeout by Aaron Conole · 7 years ago
  61. 5fe49a9 mac80211: add ieee80211_tx_status_ext by Felix Fietkau · 7 years ago
  62. eefebd3 mac80211: move ieee80211_tx_status_noskb below ieee80211_tx_status by Felix Fietkau · 7 years ago
  63. 18fb84d mac80211: make rate control tx status API more extensible by Felix Fietkau · 7 years ago
  64. dcba665 mac80211: use bitfield macros for encoded rate by Johannes Berg · 7 years ago
  65. 8613c94 mac80211: rename ieee80211_rx_status::vht_nss to just nss by Johannes Berg · 7 years ago
  66. da6a435 mac80211: separate encoding/bandwidth from flags by Johannes Berg · 7 years ago
  67. 7fdd69c mac80211: clean up rate encoding bits in RX status by Johannes Berg · 7 years ago
  68. adeb45c fib_rules: fix error return code by Wei Yongjun · 7 years ago
  69. 99f906e bridge: add per-port broadcast flood flag by Mike Manning · 7 years ago
  70. 06b4fc5 net: fib: Decrease one unnecessary rt cache flush in fib_disable_ip by Gao Feng · 7 years ago
  71. 1514dc8 l2tp: remove useless device duplication test in l2tp_eth_create() by Guillaume Nault · 7 years ago
  72. 0575c86 net: remove unnecessary carrier status check by Zhang Shengju · 7 years ago
  73. f56fc7b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  74. 4b726e8 tcp: tcp_rack_reo_timeout() must update tp->tcp_mstamp by Eric Dumazet · 7 years ago
  75. cfcf99f xfrm: fix GRO for !CONFIG_NETFILTER by Sabrina Dubroca · 7 years ago
  76. c2701b3 can: fix CAN BCM build with CONFIG_PROC_FS disabled by Oliver Hartkopp · 7 years ago
  77. b1513c3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  78. e5f2e06 mac80211: make multicast variable a bool in ieee80211_accept_frame() by Luca Coelho · 7 years ago
  79. 4a19906 mac80211: disentangle iflist_mtx and chanctx_mtx by Johannes Berg · 7 years ago
  80. cf14708 mac80211: don't parse encrypted management frames in ieee80211_frame_acked by Emmanuel Grumbach · 7 years ago
  81. 3a3ecf1 cfg80211: add request id parameter to .sched_scan_stop() signature by Arend Van Spriel · 7 years ago
  82. 3007e35 nl80211: add support for BSSIDs in scheduled scan matchsets by Arend Van Spriel · 7 years ago
  83. ca986ad nl80211: allow multiple active scheduled scan requests by Arend Van Spriel · 7 years ago
  84. ab81007 cfg80211: simplify netlink socket owner interface deletion by Johannes Berg · 7 years ago
  85. 105f552 ipv6: check raw payload size correctly in ioctl by Jamie Bainbridge · 7 years ago
  86. c120144 tcp: memset ca_priv data to 0 properly by Wei Wang · 7 years ago
  87. 199ab00 ipv6: check skb->protocol before lookup for nexthop by WANG Cong · 7 years ago
  88. 9899886 net: core: Prevent from dereferencing null pointer when releasing SKB by Myungho Jung · 7 years ago
  89. 645f4c6 tcp: switch rcv_rtt_est and rcvq_space to high resolution timestamps by Eric Dumazet · 7 years ago
  90. a6db50b tcp: remove ack_time from struct tcp_sacktag_state by Eric Dumazet · 7 years ago
  91. 7e0ca8a tcp: use tp->tcp_mstamp in tcp_clean_rtx_queue() by Eric Dumazet · 7 years ago
  92. d2329f1 tcp: do not pass timestamp to tcp_rack_advance() by Eric Dumazet · 7 years ago
  93. 88d5c65 tcp: do not pass timestamp to tcp_rate_gen() by Eric Dumazet · 7 years ago
  94. 1317a9d tcp: do not pass timestamp to tcp_fastretrans_alert() by Eric Dumazet · 7 years ago
  95. efab8f8 tcp: do not pass timestamp to tcp_rack_identify_loss() by Eric Dumazet · 7 years ago
  96. 128eda8 tcp: do not pass timestamp to tcp_rack_mark_lost() by Eric Dumazet · 7 years ago
  97. 7c1c730 tcp: do not pass timestamp to tcp_rack_detect_loss() by Eric Dumazet · 7 years ago
  98. 69e996c tcp: add tp->tcp_mstamp field by Eric Dumazet · 7 years ago
  99. eea86b6 Merge branches 'uaccess.alpha', 'uaccess.arc', 'uaccess.arm', 'uaccess.arm64', 'uaccess.avr32', 'uaccess.bfin', 'uaccess.c6x', 'uaccess.cris', 'uaccess.frv', 'uaccess.h8300', 'uaccess.hexagon', 'uaccess.ia64', 'uaccess.m32r', 'uaccess.m68k', 'uaccess.metag', 'uaccess.microblaze', 'uaccess.mips', 'uaccess.mn10300', 'uaccess.nios2', 'uaccess.openrisc', 'uaccess.parisc', 'uaccess.powerpc', 'uaccess.s390', 'uaccess.score', 'uaccess.sh', 'uaccess.sparc', 'uaccess.tile', 'uaccess.um', 'uaccess.unicore32', 'uaccess.x86' and 'uaccess.xtensa' into work.uaccess by Al Viro · 7 years ago
  100. 35db069 xfrm: do the garbage collection after flushing policy by Xin Long · 7 years ago