1. cd70182 Merge branch 'fix-fwd-enum-resolution' by Alexei Starovoitov · 6 years ago
  2. 8fd7a61 selftests/bpf: add fwd enum resolution test for btf_dedup by Andrii Nakryiko · 6 years ago
  3. 9768095 btf: resolve enum fwds in btf_dedup by Andrii Nakryiko · 6 years ago
  4. f48a920 Merge branch 'fix-fullsock-access-after-bpf_sk_release' by Alexei Starovoitov · 6 years ago
  5. 7681e7b bpf: Add an example for bpf_get_listener_sock by Martin KaFai Lau · 6 years ago
  6. b55aa7b bpf: Test ref release issue in bpf_tcp_sock and bpf_sk_fullsock by Martin KaFai Lau · 6 years ago
  7. ef776a2 bpf: Sync bpf.h to tools/ by Martin KaFai Lau · 6 years ago
  8. dbafd7d bpf: Add bpf_get_listener_sock(struct bpf_sock *sk) helper by Martin KaFai Lau · 6 years ago
  9. 1b98658 bpf: Fix bpf_tcp_sock and bpf_sk_fullsock issue related to bpf_sk_release by Martin KaFai Lau · 6 years ago
  10. 6bf21b5 libbpf: fix to reject unknown flags in xsk_socket__create() by Magnus Karlsson · 6 years ago
  11. d6f1837 selftests/bpf: fix segfault of test_progs when prog loading failed by Yonghong Song · 6 years ago
  12. f38a1f0 libbpf: handle BTF parsing and loading properly by Andrii Nakryiko · 6 years ago
  13. 2a5ff07 gro_cells: make sure device is up in gro_cells_receive() by Eric Dumazet · 6 years ago
  14. 59cbf56 vxlan: test dev->flags & IFF_UP before calling gro_cells_receive() by Eric Dumazet · 6 years ago
  15. 95d6ebd net/x25: fix use-after-free in x25_device_event() by Eric Dumazet · 6 years ago
  16. d721fe9 isdn: mISDNinfineon: fix potential NULL pointer dereference by Kangjie Lu · 6 years ago
  17. 69b51bb net: hns3: fix to stop multiple HNS reset due to the AER changes by Shiju Jose · 6 years ago
  18. 083b78a9 ip: fix ip_mc_may_pull() return value by Eric Dumazet · 6 years ago
  19. 1039c6e net: keep refcount warning in reqsk_free() by Guillaume Nault · 6 years ago
  20. 1f5d861 net: stmmac: Avoid one more sometimes uninitialized Clang warning by Nathan Chancellor · 6 years ago
  21. 7cbbee0 net: dsa: mv88e6xxx: Set correct interface mode for CPU/DSA ports by Andrew Lunn · 6 years ago
  22. 69ffaeb rxrpc: Fix client call queueing, waiting for channel by David Howells · 6 years ago
  23. c3ad3ec Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 6 years ago
  24. 9d3e136 tcp: handle inet_csk_reqsk_queue_add() failures by Guillaume Nault · 6 years ago
  25. 0907352 net: ethernet: sun: Zero initialize class in default case in niu_add_ethtool_tcam_entry by Nathan Chancellor · 6 years ago
  26. 580411d 8139too : Add support for U.S. Robotics USR997901A 10/100 Cardbus NIC by Matthew Whitehead · 6 years ago
  27. 5355ed6 fou, fou6: avoid uninit-value in gue_err() and gue6_err() by Eric Dumazet · 6 years ago
  28. b62989f net: sched: fix potential use-after-free in __tcf_chain_put() by Vlad Buslov · 6 years ago
  29. 81bf7bb vhost: silence an unused-variable warning by Arnd Bergmann · 6 years ago
  30. 4c404ce vsock/virtio: fix kernel panic from virtio_transport_reset_no_sock by Adalbert Lazăr · 6 years ago
  31. 6d2b0f0 connector: fix unsafe usage of ->real_parent by Li RongQing · 6 years ago
  32. f98ec78 vxlan: do not need BH again in vxlan_cleanup() by Litao Jiao · 6 years ago
  33. d394d33 net: hns3: add dma_rmb() for rx description by Jian Shen · 6 years ago
  34. 161e613 net: add missing documentation in linux/skbuff.h by Pedro Tammela · 6 years ago
  35. 71b91a5 bpf: fix warning about using plain integer as NULL by Bo YU · 6 years ago
  36. c57b557 xsk: fix to reject invalid options in Tx descriptor by Björn Töpel · 6 years ago
  37. f54ba39 xsk: fix to reject invalid flags in xsk_bind by Björn Töpel · 6 years ago
  38. 243b4cd bpf, libbpf: fixing leak when kernel does not support btf by Nikita V. Shirokov · 6 years ago
  39. ffb3016 Merge branch 'stmmac-add-some-fixes-for-stm32' by David S. Miller · 6 years ago
  40. 5473f1b ARM: dts: stm32: Add Ethernet support on stm32h7 SOC and activate it for eval and disco boards by Christophe Roullier · 6 years ago
  41. 8356679 dt-bindings: net: stmmac: remove syscfg clock property by Christophe Roullier · 6 years ago
  42. 81311c0 net: ethernet: stmmac: add management of clk_csr property by Christophe Roullier · 6 years ago
  43. 830133d dt-bindings: net: stmmac: add phys config properties by Christophe Roullier · 6 years ago
  44. 2294733 net: ethernet: stmmac: update to support all PHY config for stm32mp157c. by Christophe Roullier · 6 years ago
  45. 634565f net: ethernet: stmmac: manage Ethernet WoL for stm32mp157c. by Christophe Roullier · 6 years ago
  46. f1a1670 Merge branch 'sctp-process-the-error-returned-from-sctp_sock_migrate' by David S. Miller · 6 years ago
  47. c6f33e0 sctp: call sctp_auth_init_hmacs() in sctp_sock_migrate() by Xin Long · 6 years ago
  48. 60208f7 sctp: move up sctp_auth_init_hmacs() in sctp_endpoint_init() by Xin Long · 6 years ago
  49. 89664c62 sctp: sctp_sock_migrate() returns error if sctp_bind_addr_dup() fails by Xin Long · 6 years ago
  50. ad6c998 vxlan: Fix GRO cells race condition between receive and link delete by Stefano Brivio · 6 years ago
  51. 930c9f9 rxrpc: Fix client call connect/disconnect race by David Howells · 6 years ago
  52. 2e990df sctp: remove sched init from sctp_stream_init by Xin Long · 6 years ago
  53. ee60ad2 route: set the deleted fnhe fnhe_daddr to 0 in ip_del_fnhe to fix a race by Xin Long · 6 years ago
  54. 1e02796 net/hsr: fix possible crash in add_timer() by Eric Dumazet · 6 years ago
  55. eaab2d2 nfp: fix simple vNIC mailbox length by Dirk van der Merwe · 6 years ago
  56. 0805a4b net: atm: Add another IS_ENABLED(CONFIG_COMPAT) in atm_dev_ioctl by Nathan Chancellor · 6 years ago
  57. df10317 net: stmmac: Avoid sometimes uninitialized Clang warnings by Nathan Chancellor · 6 years ago
  58. f9d19a7 net: atm: Use IS_ENABLED in atm_dev_ioctl by Nathan Chancellor · 6 years ago
  59. 3499e87 ethtool: reduce stack usage with clang by Arnd Bergmann · 6 years ago
  60. b89869d qede: Fix internal loopback failure with jumbo mtu configuration by Sudarsana Reddy Kalluru · 6 years ago
  61. 43d2816 enic: fix build warning without CONFIG_CPUMASK_OFFSTACK by Arnd Bergmann · 6 years ago
  62. a2ae6da peak_usb: fix clang build warning by Arnd Bergmann · 6 years ago
  63. ae9819e ravb: Decrease TxFIFO depth of Q3 and Q2 to one by Masaru Nagai · 6 years ago
  64. 8a72b81 isdn: isdnloop: fix pointer dereference bug by Arnd Bergmann · 6 years ago
  65. f096ca6 davinci_emac: always build in CONFIG_OF code by Arnd Bergmann · 6 years ago
  66. 2018239 bpf: fix replace_map_fd_with_map_ptr's ldimm64 second imm field by Daniel Borkmann · 6 years ago
  67. e8e3437 bpf: Stop the psock parser before canceling its work by Jakub Sitnicki · 6 years ago
  68. 69b0917 selftests: bpf: test_progs: initialize duration in singal_pending test by Stanislav Fomichev · 6 years ago
  69. 8e26888 libbpf: force fixdep compilation at the start of the build by Stanislav Fomichev · 6 years ago
  70. e78e00b selftests: bpf: fix compilation with out-of-tree $(OUTPUT) by Stanislav Fomichev · 6 years ago
  71. 17a90a7 selftests/bpf: test that GSO works in lwt_ip_encap by Peter Oskolkov · 6 years ago
  72. ea0371f net: fix GSO in bpf_lwt_push_ip_encap by Peter Oskolkov · 6 years ago
  73. 915905f xsk: fix potential crash in xsk_diag_put_umem() by Eric Dumazet · 6 years ago
  74. 5b4f21b bpf: hbm: fix spelling mistake "deault" -> "default" by Colin Ian King · 6 years ago
  75. 4c3024d bpf: only test gso type on gso packets by Willem de Bruijn · 6 years ago
  76. 78c3aff bpf: fix sysctl.c warning by Arnd Bergmann · 6 years ago
  77. 6466e71 tcp: do not report TCP_CM_INQ of 0 for closed connections by Soheil Hassas Yeganeh · 6 years ago
  78. 6caabe7 net: hsr: fix memory leak in hsr_dev_finalize() by Mao Wenan · 6 years ago
  79. ecb3dea net: sched: flower: insert new filter to idr after setting its mask by Vlad Buslov · 6 years ago
  80. a10674b tcp: detecting the misuse of .sendpage for Slab objects by Vasily Averin · 6 years ago
  81. 7b83762 appletalk: Add atalk.h header files to MAINTAINERS file by Arnd Bergmann · 6 years ago
  82. 27da0d2 appletalk: Fix compile regression by Arnd Bergmann · 6 years ago
  83. f4b3ec4 iptunnel: NULL pointer deref for ip_md_tunnel_xmit by Alan Maguire · 6 years ago
  84. 22c7476 ipv4/route: fail early when inet dev is missing by Paolo Abeni · 6 years ago
  85. f4772de net: hns3: Fix a logical vs bitwise typo by Dan Carpenter · 6 years ago
  86. 4177c5d net/sched: act_tunnel_key: Fix double free dst_cache by wenxu · 6 years ago
  87. 0e63208 tipc: fix RDM/DGRAM connect() regression by Erik Hugne · 6 years ago
  88. d9862cf Merge tag 'mips_5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux by Linus Torvalds · 6 years ago
  89. 8feed3e Merge branch 'parisc-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 6 years ago
  90. 3591b19 Merge tag 's390-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 6 years ago
  91. 45f5532 Merge tag 'm68k-for-v5.1-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k by Linus Torvalds · 6 years ago
  92. eac6165 x86: Deprecate a.out support by Borislav Petkov · 6 years ago
  93. 08300f4 a.out: remove core dumping support by Linus Torvalds · 6 years ago
  94. 63bdf42 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 6 years ago
  95. 6456300 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
  96. fcc082f Revert "s390/cpum_cf: Add kernel message exaplanations" by Martin Schwidefsky · 6 years ago
  97. cd2a3bf Merge tag 'leds-for-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds by Linus Torvalds · 6 years ago
  98. 7629bac Merge tag 'hwmon-for-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging by Linus Torvalds · 6 years ago
  99. dcc75dd Merge tag 'spi-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi by Linus Torvalds · 6 years ago
  100. 32c0ac3 Merge tag 'regulator-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator by Linus Torvalds · 6 years ago