1. 152afb9 xfrm: Indicate xfrm_state offload errors by Ilan Tayari · 8 years ago
  2. 67d349e net/esp4: Fix invalid esph pointer crash by Ilan Tayari · 8 years ago
  3. 89a23c8 ip6_tunnel: Fix missing tunnel encapsulation limit option by Craig Gallek · 8 years ago
  4. f9ed236 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by David S. Miller · 8 years ago
  5. 1a7fca6 flower: check unused bits in MPLS fields by Benjamin LaHaise · 8 years ago
  6. a01aa92 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 8 years ago
  7. ddf9f97 xdp: propagate extended ack to XDP setup by Jakub Kicinski · 8 years ago
  8. 8eeef23 netfilter: nf_ct_ext: invoke destroy even when ext is not attached by Liping Zhang · 8 years ago
  9. d1908ca Merge tag 'ipvs3-for-v4.12' of http://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next by Pablo Neira Ayuso · 8 years ago
  10. 0e72f55 netfilter: snmp: avoid stack size warning by Florian Westphal · 8 years ago
  11. 039b40e netfilter: nf_queue: only call synchronize_net twice if nf_queue is active by Florian Westphal · 8 years ago
  12. c83fa19 netfilter: nf_log: don't call synchronize_rcu in nf_log_unset by Florian Westphal · 8 years ago
  13. 933bd83 netfilter: batch synchronize_net calls during hook unregister by Florian Westphal · 8 years ago
  14. 58073b3 net: bridge: Fix improper taking over HW learned FDB by Arkadi Sharshevsky · 8 years ago
  15. ba3f571 ipv4: get rid of ip_ra_lock by WANG Cong · 8 years ago
  16. 39f3709 lwtunnel: fix error path in lwtunnel_fill_encap() by Dan Carpenter · 8 years ago
  17. b5082df net: Initialise init_net.count to 1 by David Howells · 8 years ago
  18. 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 · 8 years ago
  19. d68be71 tcp: fix access to sk->sk_state in tcp_poll() by Davide Caratti · 8 years ago
  20. d1f496f bpf: restore skb->sk before pskb_trim() call by Eric Dumazet · 8 years ago
  21. 71653eb Bluetooth: Add selftest for ECDH key generation by Marcel Holtmann · 8 years ago
  22. f958315 Bluetooth: zero kpp input for key generation by Marcel Holtmann · 8 years ago
  23. ab89f0b Bluetooth: Fix user channel for 32bit userspace on 64bit kernel by Szymon Janc · 8 years ago
  24. 763d9a3 Bluetooth: allocate data for kpp on heap by Salvatore Benedetto · 8 years ago
  25. cd5487fb Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 8 years ago
  26. 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 · 8 years ago
  27. b34939b cfg80211: add request id to cfg80211_sched_scan_*() api by Arend Van Spriel · 8 years ago
  28. e38a017 mac80211: Add support for BSS max idle period element by Avraham Stern · 8 years ago
  29. 29ce6ec cfg80211: unify cfg80211_roamed() and cfg80211_roamed_bss() by Avraham Stern · 8 years ago
  30. 21a8e9d mac80211: Fix possible sband related NULL pointer de-reference by Mohammed Shafi Shajakhan · 8 years ago
  31. fb90e8d ipvs: change comparison on sync_refresh_period by Aaron Conole · 8 years ago
  32. 65ba101 ipvs: remove unused function ip_vs_set_state_timeout by Aaron Conole · 8 years ago
  33. 5fe49a9 mac80211: add ieee80211_tx_status_ext by Felix Fietkau · 8 years ago
  34. eefebd3 mac80211: move ieee80211_tx_status_noskb below ieee80211_tx_status by Felix Fietkau · 8 years ago
  35. 18fb84d mac80211: make rate control tx status API more extensible by Felix Fietkau · 8 years ago
  36. dcba665 mac80211: use bitfield macros for encoded rate by Johannes Berg · 8 years ago
  37. 8613c94 mac80211: rename ieee80211_rx_status::vht_nss to just nss by Johannes Berg · 8 years ago
  38. da6a435 mac80211: separate encoding/bandwidth from flags by Johannes Berg · 8 years ago
  39. 7fdd69c mac80211: clean up rate encoding bits in RX status by Johannes Berg · 8 years ago
  40. adeb45c fib_rules: fix error return code by Wei Yongjun · 8 years ago
  41. 99f906e bridge: add per-port broadcast flood flag by Mike Manning · 8 years ago
  42. 06b4fc5 net: fib: Decrease one unnecessary rt cache flush in fib_disable_ip by Gao Feng · 8 years ago
  43. 1514dc8 l2tp: remove useless device duplication test in l2tp_eth_create() by Guillaume Nault · 8 years ago
  44. 0575c86 net: remove unnecessary carrier status check by Zhang Shengju · 8 years ago
  45. 4b726e8 tcp: tcp_rack_reo_timeout() must update tp->tcp_mstamp by Eric Dumazet · 8 years ago
  46. c2701b3 can: fix CAN BCM build with CONFIG_PROC_FS disabled by Oliver Hartkopp · 8 years ago
  47. b1513c3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  48. e5f2e06 mac80211: make multicast variable a bool in ieee80211_accept_frame() by Luca Coelho · 8 years ago
  49. 4a19906 mac80211: disentangle iflist_mtx and chanctx_mtx by Johannes Berg · 8 years ago
  50. cf14708 mac80211: don't parse encrypted management frames in ieee80211_frame_acked by Emmanuel Grumbach · 8 years ago
  51. 3a3ecf1 cfg80211: add request id parameter to .sched_scan_stop() signature by Arend Van Spriel · 8 years ago
  52. 3007e35 nl80211: add support for BSSIDs in scheduled scan matchsets by Arend Van Spriel · 8 years ago
  53. ca986ad nl80211: allow multiple active scheduled scan requests by Arend Van Spriel · 8 years ago
  54. ab81007 cfg80211: simplify netlink socket owner interface deletion by Johannes Berg · 8 years ago
  55. 105f552 ipv6: check raw payload size correctly in ioctl by Jamie Bainbridge · 8 years ago
  56. c120144 tcp: memset ca_priv data to 0 properly by Wei Wang · 8 years ago
  57. 199ab00 ipv6: check skb->protocol before lookup for nexthop by WANG Cong · 8 years ago
  58. 9899886 net: core: Prevent from dereferencing null pointer when releasing SKB by Myungho Jung · 8 years ago
  59. 645f4c6 tcp: switch rcv_rtt_est and rcvq_space to high resolution timestamps by Eric Dumazet · 8 years ago
  60. a6db50b tcp: remove ack_time from struct tcp_sacktag_state by Eric Dumazet · 8 years ago
  61. 7e0ca8a tcp: use tp->tcp_mstamp in tcp_clean_rtx_queue() by Eric Dumazet · 8 years ago
  62. d2329f1 tcp: do not pass timestamp to tcp_rack_advance() by Eric Dumazet · 8 years ago
  63. 88d5c65 tcp: do not pass timestamp to tcp_rate_gen() by Eric Dumazet · 8 years ago
  64. 1317a9d tcp: do not pass timestamp to tcp_fastretrans_alert() by Eric Dumazet · 8 years ago
  65. efab8f8 tcp: do not pass timestamp to tcp_rack_identify_loss() by Eric Dumazet · 8 years ago
  66. 128eda8 tcp: do not pass timestamp to tcp_rack_mark_lost() by Eric Dumazet · 8 years ago
  67. 7c1c730 tcp: do not pass timestamp to tcp_rack_detect_loss() by Eric Dumazet · 8 years ago
  68. 69e996c tcp: add tp->tcp_mstamp field by Eric Dumazet · 8 years ago
  69. 9a08ecf netfilter: don't attach a nat extension by default by Florian Westphal · 8 years ago
  70. 2fe7c32 netfilter: pptp: attach nat extension when needed by Florian Westphal · 8 years ago
  71. ff45901 netfilter: masquerade: attach nat extension if not present by Florian Westphal · 8 years ago
  72. 22d4536 netfilter: conntrack: handle initial extension alloc via krealloc by Florian Westphal · 8 years ago
  73. 23f671a netfilter: conntrack: mark extension structs as const by Florian Westphal · 8 years ago
  74. 54044b1 netfilter: conntrack: remove prealloc support by Florian Westphal · 8 years ago
  75. 495dcb5 netfilter: SYNPROXY: Return NF_STOLEN instead of NF_DROP during handshaking by Gao Feng · 8 years ago
  76. aee12a0 ebtables: remove nf_hook_register usage by Florian Westphal · 8 years ago
  77. 1a0ed0a netfilter: decnet: only register hooks in init namespace by Florian Westphal · 8 years ago
  78. efe4160 ipvs: convert to use pernet nf_hook api by Florian Westphal · 8 years ago
  79. 1fefe14 netfilter: synproxy: only register hooks when needed by Florian Westphal · 8 years ago
  80. 127f60b mac80211: rewrite monitor mode delivery logic by Johannes Berg · 8 years ago
  81. cd50ac0 cfg80211: Fix dfs state propagation for non-DFS center channel by Vasanthakumar Thiagarajan · 8 years ago
  82. fd2c83b net/packet: check length in getsockopt() called with PACKET_HDRLEN by Alexander Potapenko · 8 years ago
  83. 8048ced net: ipv6: regenerate host route if moved to gc list by David Ahern · 8 years ago
  84. b1b9d36 bridge: move bridge multicast cleanup to ndo_uninit by Xin Long · 8 years ago
  85. ec9c421 ipv6: fix source routing by Sabrina Dubroca · 8 years ago
  86. b5cdae3 net: Generic XDP by David S. Miller · 8 years ago
  87. 05ff837 tipc: fix socket flow control accounting error at tipc_recv_stream by Parthasarathy Bhuvaragan · 8 years ago
  88. 3364d61 tipc: fix socket flow control accounting error at tipc_send_stream by Parthasarathy Bhuvaragan · 8 years ago
  89. b7d6df5 ipv6: move stub initialization after ipv6 setup completion by Paolo Abeni · 8 years ago
  90. a485c2b l2tp: define "l2tpeth" device type by Guillaume Nault · 8 years ago
  91. c39855f l2tp: set name_assign_type for devices created by l2tp_eth.c by Guillaume Nault · 8 years ago
  92. e0ee84d net sched actions: Complete the JUMPX opcode by Jamal Hadi Salim · 8 years ago
  93. 1ef8331 can: network namespace support for CAN gateway by Oliver Hartkopp · 8 years ago
  94. 384317e can: network namespace support for CAN_BCM protocol by Oliver Hartkopp · 8 years ago
  95. cb5635a can: complete initial namespace support by Oliver Hartkopp · 8 years ago
  96. f2e72f4 can: remove obsolete definitions by Oliver Hartkopp · 8 years ago
  97. 48452c1 can: remove obsolete pernet_operations definitions by Oliver Hartkopp · 8 years ago
  98. a7bbd28 can: fix memory leak in initial namespace support by Oliver Hartkopp · 8 years ago
  99. 58771c1c Bluetooth: convert smp and selftest to crypto kpp API by Salvatore Benedetto · 8 years ago
  100. 78302fd tipc: check return value of nlmsg_new by Pan Bian · 8 years ago