1. 927cb78 bpf: remove incorrect 'verifier bug' warning by Paul Chaignon · 6 years ago
  2. 1da6c4d bpf: fix use after free in bpf_evict_inode by Daniel Borkmann · 6 years ago
  3. 27602e2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 6 years ago
  4. a7d6ac3 Merge branch 'libbpf-fixup' by Alexei Starovoitov · 6 years ago
  5. 63197f7 bpf, libbpf: clarify bump in libbpf version info by Daniel Borkmann · 6 years ago
  6. 1d38226 bpf, libbpf: fix version info and add it to shared object by Daniel Borkmann · 6 years ago
  7. 526949e rxrpc: avoid clang -Wuninitialized warning by Arnd Bergmann · 6 years ago
  8. 737889e tipc: tipc clang warning by Jon Maloy · 6 years ago
  9. 064c5d6 net: sched: fix cleanup NULL pointer exception in act_mirr by John Hurley · 6 years ago
  10. 23c7834 r8169: fix cable re-plugging issue by Heiner Kallweit · 6 years ago
  11. 75eac7b net: ethernet: ti: fix possible object reference leak by Wen Yang · 6 years ago
  12. be693df net: ibm: fix possible object reference leak by Wen Yang · 6 years ago
  13. fa3a419 net: xilinx: fix possible object reference leak by Wen Yang · 6 years ago
  14. a7fb107 net: phy: Re-parent menus for MDIO bus drivers correctly by Florian Fainelli · 6 years ago
  15. c8248c6 r8169: don't read interrupt mask register in interrupt handler by Heiner Kallweit · 6 years ago
  16. 83d1631 bpf: verifier: propagate liveness on all frames by Jakub Kicinski · 6 years ago
  17. 5f543a5 net: hns3: fix for not calculating tx bd num correctly by Yunsheng Lin · 6 years ago
  18. 408f13e rhashtable: Still do rehash when we get EEXIST by Herbert Xu · 6 years ago
  19. 6b70fc9 net-sysfs: Fix memory leak in netdev_register_kobject by Wang Hai · 6 years ago
  20. 1ea186e Merge branch 'net-sched-validate-the-control-action-with-all-the-other-parameters' by David S. Miller · 6 years ago
  21. ee3bbfe net/sched: let actions use RCU to access 'goto_chain' by Davide Caratti · 6 years ago
  22. fe384e2 net/sched: don't dereference a->goto_chain to read the chain index by Davide Caratti · 6 years ago
  23. 7e0c889 net/sched: act_vlan: validate the control action inside init() by Davide Caratti · 6 years ago
  24. e5fdaba net/sched: act_tunnel_key: validate the control action inside init() by Davide Caratti · 6 years ago
  25. 7c3d825 net/sched: act_skbmod: validate the control action inside init() by Davide Caratti · 6 years ago
  26. ec7727b net/sched: act_skbedit: validate the control action inside init() by Davide Caratti · 6 years ago
  27. 4b006b0 net/sched: act_simple: validate the control action inside init() by Davide Caratti · 6 years ago
  28. e8c87c6 net/sched: act_sample: validate the control action inside init() by Davide Caratti · 6 years ago
  29. d6124d6 net/sched: act_police: validate the control action inside init() by Davide Caratti · 6 years ago
  30. 6ac86ca net/sched: act_pedit: validate the control action inside init() by Davide Caratti · 6 years ago
  31. 1e45d04 net/sched: act_nat: validate the control action inside init() by Davide Caratti · 6 years ago
  32. c53075e net/sched: act_connmark: validate the control action inside init() by Davide Caratti · 6 years ago
  33. ff9721d net/sched: act_mirred: validate the control action inside init() by Davide Caratti · 6 years ago
  34. 11a94d7 net/sched: act_ife: validate the control action inside init() by Davide Caratti · 6 years ago
  35. 0da2dbd net/sched: act_gact: validate the control action inside init() by Davide Caratti · 6 years ago
  36. f5c29d8 net/sched: act_csum: validate the control action inside init() by Davide Caratti · 6 years ago
  37. 4e18100 net/sched: act_bpf: validate the control action inside init() by Davide Caratti · 6 years ago
  38. 85d0966 net/sched: prepare TC actions to properly validate the control action by Davide Caratti · 6 years ago
  39. cd5afa9 net: macb: Add null check for PCLK and HCLK by Harini Katakam · 6 years ago
  40. 06acc17 net: phy: Add DP83825I to the DP83822 driver by Dan Murphy · 6 years ago
  41. e0831ef Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 6 years ago
  42. ceabee6 genetlink: Fix a memory leak on error path by YueHaibing · 6 years ago
  43. 33872d7 tipc: fix cancellation of topology subscriptions by Erik Hugne · 6 years ago
  44. 0803278 bpf: do not restore dst_reg when cur_state is freed by Xu Yu · 6 years ago
  45. cba368c bpf: Only print ref_obj_id for refcounted reg by Martin KaFai Lau · 6 years ago
  46. 6444750 dpaa2-eth: Fix possible access beyond end of array by Ioana Ciocoi Radulescu · 6 years ago
  47. cb8075d Merge branch 'ks8851-fixes' by David S. Miller · 6 years ago
  48. aae079a net: ks8851: Deduplicate register macros by Lukas Wunner · 6 years ago
  49. cbda74a net: ks8851: Fix register macro misnomers by Lukas Wunner · 6 years ago
  50. 9624baf net: ks8851: Set initial carrier state to down by Lukas Wunner · 6 years ago
  51. d268f31 net: ks8851: Delay requesting IRQ until opened by Lukas Wunner · 6 years ago
  52. 761cfa9 net: ks8851: Reassert reset pin if chip ID check fails by Lukas Wunner · 6 years ago
  53. 536d368 net: ks8851: Dequeue RX packets explicitly by Lukas Wunner · 6 years ago
  54. ef82bcf sctp: use memdup_user instead of vmemdup_user by Xin Long · 6 years ago
  55. 1c87e79 ipv6: make ip6_create_rt_rcu return ip6_null_entry instead of NULL by Xin Long · 6 years ago
  56. 398f013 net/packet: Set __GFP_NOWARN upon allocation in alloc_pg_vec by Christoph Paasch · 6 years ago
  57. b25a31b netfilter: nf_tables: add missing ->release_ops() in error path of newrule() by Taehee Yoo · 6 years ago
  58. f84532c mpls: Fix 6PE forwarding by Vinay K Nallamothu · 6 years ago
  59. fb6fafb 3c515: fix integer overflow warning by Arnd Bergmann · 6 years ago
  60. e0aa677 dccp: do not use ipv6 header for ipv4 flow by Eric Dumazet · 6 years ago
  61. 89e4130 tcp: do not use ipv6 header for ipv4 flow by Eric Dumazet · 6 years ago
  62. d7737d4 nfc: Fix to check for kmemdup failure by Aditya Pakki · 6 years ago
  63. a3e23f7 net-sysfs: call dev_hold if kobject_init_and_add success by YueHaibing · 6 years ago
  64. 223a960 net: stmmac: fix memory corruption with large MTUs by Aaro Koskinen · 6 years ago
  65. 7442c48 mlxsw: core: mlxsw: core: avoid -Wint-in-bool-context warning by Arnd Bergmann · 6 years ago
  66. 22781f0 Merge tag 'wireless-drivers-for-davem-2019-03-19' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers by David S. Miller · 6 years ago
  67. e8629d2 Merge branch 'ieee802154-for-davem-2019-03-19' of git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpan by David S. Miller · 6 years ago
  68. 7dfc45e mt76x02: do not enable RTS/CTS by default by Stanislaw Gruszka · 6 years ago
  69. 13f61df mt76: fix schedule while atomic in mt76x02_reset_state by Lorenzo Bianconi · 6 years ago
  70. f2a00a8 mt76: mt7603: use the correct hweight8() function by Felix Fietkau · 6 years ago
  71. 40b9416 mt76x02u: check chip version on probe by Stanislaw Gruszka · 6 years ago
  72. c031647 mt7601u: check chip version on probe by Stanislaw Gruszka · 6 years ago
  73. 8600830 Merge remote-tracking branch 'net/master' by Stefan Schmidt · 6 years ago
  74. 7c9abe1 netfilter: nf_flowtable: remove duplicated transition in diagram by Pablo Neira Ayuso · 6 years ago
  75. ffa9125 Documentation: networking: Update netdev-FAQ regarding patches by Florian Fainelli · 6 years ago
  76. d0645cf Merge branch 's390-qeth-fixes' by David S. Miller · 6 years ago
  77. 104b485 s390/qeth: be drop monitor friendly by Julian Wiedmann · 6 years ago
  78. 7221b72 s390/qeth: fix race when initializing the IP address table by Julian Wiedmann · 6 years ago
  79. 12b409d s390/qeth: don't erase configuration while probing by Julian Wiedmann · 6 years ago
  80. fae846e mISDN: hfcpci: Test both vendor & device ID for Digium HFC4S by Bjorn Helgaas · 6 years ago
  81. 7c61468 Merge branch 'sctp-fix-ignoring-asoc_id-for-tcp-style-sockets-on-some-setsockopts' by David S. Miller · 6 years ago
  82. b59c19d sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_STREAM_SCHEDULER sockopt by Xin Long · 6 years ago
  83. 9951861 sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_EVENT sockopt by Xin Long · 6 years ago
  84. 9430ff9 sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_ENABLE_STREAM_RESET sockopt by Xin Long · 6 years ago
  85. cbb45c6 sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_DEFAULT_PRINFO sockopt by Xin Long · 6 years ago
  86. 200f3a3b sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_AUTH_DEACTIVATE_KEY sockopt by Xin Long · 6 years ago
  87. 220675e sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_AUTH_DELETE_KEY sockopt by Xin Long · 6 years ago
  88. 06b39e8 sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_AUTH_ACTIVE_KEY sockopt by Xin Long · 6 years ago
  89. 0685d6b sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_AUTH_KEY sockopt by Xin Long · 6 years ago
  90. 746bc21 sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_MAX_BURST sockopt by Xin Long · 6 years ago
  91. cface2c sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_CONTEXT sockopt by Xin Long · 6 years ago
  92. a842e65 sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_DEFAULT_SNDINFO sockopt by Xin Long · 6 years ago
  93. 8e2614f sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_DELAYED_SACK sockopt by Xin Long · 6 years ago
  94. 1354e72 sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_DEFAULT_SEND_PARAM sockopt by Marcelo Ricardo Leitner · 6 years ago
  95. 636d25d sctp: not copy sctp_sock pd_lobby in sctp_copy_descendant by Xin Long · 6 years ago
  96. 273160f sctp: get sctphdr by offset in sctp_compute_cksum by Xin Long · 6 years ago
  97. 18bed89 af_packet: fix the tx skb protocol in raw sockets with ETH_P_ALL by Yoshiki Komachi · 6 years ago
  98. a4dc6a4 packets: Always register packet sk in the same order by Maxime Chevallier · 6 years ago
  99. cc4807b vxlan: Don't call gro_cells_destroy() before device is unregistered by Zhiqiang Liu · 6 years ago
  100. a7faaa0 net: aquantia: fix rx checksum offload for UDP/TCP over IPv6 by Dmitry Bogdanov · 6 years ago