1. 3c7be38 tools: bpftool: add error message on pin failure by Jakub Kicinski · 6 years ago
  2. b3e78ad tools: bpftool: fix error message (prog -> object) by Jakub Kicinski · 6 years ago
  3. f1fc724 selftests/bpf: tests for jmp to 1st insn by Alexei Starovoitov · 6 years ago
  4. 7c2e988 bpf: fix x64 JIT code generation for jmp to 1st insn by Alexei Starovoitov · 6 years ago
  5. 3415ec6 libbpf: set BTF FD for prog only when there is supported .BTF.ext data by Andrii Nakryiko · 6 years ago
  6. 56fbc24 libbpf : make libbpf_num_possible_cpus function thread safe by Takshak Chahande · 6 years ago
  7. 5d01ab7 libbpf: fix erroneous multi-closing of BTF FD by Andrii Nakryiko · 6 years ago
  8. 0a062ba Merge tag 'mlx5-fixes-2019-07-25' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux by David S. Miller · 6 years ago
  9. a7cf3d2 net: qualcomm: rmnet: Fix incorrect UL checksum offload logic by Subash Abhinov Kasiviswanathan · 6 years ago
  10. 01f5bff ip6_tunnel: fix possible use-after-free on xmit by Haishuang Yan · 6 years ago
  11. c5d1396 ocelot: Cancel delayed work before wq destruction by Claudiu Manoil · 6 years ago
  12. 81af04b qed: RDMA - Fix the hw_ver returned in device attributes by Michal Kalderon · 6 years ago
  13. 9a07406 net: usb: qmi_wwan: Add the BroadMobi BM818 card by Bob Ham · 6 years ago
  14. 28ba934 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 6 years ago
  15. 47d858d ipip: validate header length in ipip_tunnel_xmit by Haishuang Yan · 6 years ago
  16. 53db1cc selftests/net: add missing gitignores (ipv6_flowlabel) by Jakub Kicinski · 6 years ago
  17. d1f0b5d bnx2x: Disable multi-cos feature. by Sudarsana Reddy Kalluru · 6 years ago
  18. 280c089 Documentation: TLS: fix stat counters description by Tariq Toukan · 6 years ago
  19. 4ea52e2 nfp: tls: rename tls packet counters by Tariq Toukan · 6 years ago
  20. 304ecc9 net/mlx5e: kTLS, Call WARN_ONCE on netdev mismatch by Tariq Toukan · 6 years ago
  21. 90bb769 net/mlx5e: Prevent encap flow counter update async to user query by Ariel Levkovich · 6 years ago
  22. 4b95840 net/mlx5e: Fix matching of speed to PRM link modes by Aya Levin · 6 years ago
  23. 694826e net/mlx5e: Fix wrong max num channels indication by Tariq Toukan · 6 years ago
  24. 7a32f29 net/mlx5: Fix modify_cq_in alignment by Edward Srouji · 6 years ago
  25. 987f6c6 net/mlx5: Add missing RDMA_RX capabilities by Maor Gottlieb · 6 years ago
  26. 08aa5e7 net/mlx5: Use reversed order when unregister devices by Mark Zhang · 6 years ago
  27. 83fbae6 fsl/fman: Remove comment referring to non-existent function by Chris Packham · 6 years ago
  28. 3008e06 st_nci_hci_connectivity_event_received: null check the allocation by Navid Emamdoost · 6 years ago
  29. 9891d06 st21nfca_connectivity_event_received: null check the allocation by Navid Emamdoost · 6 years ago
  30. 4b66336 tun: mark small packets as owned by the tap sock by Alexis Bauvin · 6 years ago
  31. 16b2084 Merge branch 'dim-fixes' by David S. Miller · 6 years ago
  32. f8be17b lib/dim: Fix -Wunused-const-variable warnings by Leon Romanovsky · 6 years ago
  33. f06d0ca linux/dim: Fix overflow in dim calculation by Yamin Friedman · 6 years ago
  34. c8ec463 ife: error out when nla attributes are empty by Cong Wang · 6 years ago
  35. cb8ffde libbpf: silence GCC8 warning about string truncation by Andrii Nakryiko · 6 years ago
  36. 4638faa netrom: hold sock when setting skb->destructor by Cong Wang · 6 years ago
  37. 2606379 ovs: datapath: hide clang frame-overflow warnings by Arnd Bergmann · 6 years ago
  38. 47b79bb net/tls: add myself as a co-maintainer by Jakub Kicinski · 6 years ago
  39. f972037 net: phy: mscc: initialize stats array by Andreas Schwab · 6 years ago
  40. c7fa7f5 net: phylink: don't start and stop SGMII PHYs in SFP modules twice by Arseny Solokha · 6 years ago
  41. 09ea267 Merge tag 'linux-can-fixes-for-5.3-20190724' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can by David S. Miller · 6 years ago
  42. 3bc817d ip6_gre: reload ipv6h in prepare_ip6gre_xmit_ipv6 by Haishuang Yan · 6 years ago
  43. c7148c0 net/ipv4: cleanup error condition testing by Pavel Machek · 6 years ago
  44. b7a1429 can: gw: Fix error path of cgw_module_init by YueHaibing · 6 years ago
  45. fee6a89 can: peak_usb: fix potential double kfree_skb() by Stephane Grosjean · 6 years ago
  46. 5f186c2 can: flexcan: fix stop mode acknowledgment by Joakim Zhang · 6 years ago
  47. e9f2a85 can: flexcan: fix an use-after-free in flexcan_setup_stop_mode() by Wen Yang · 6 years ago
  48. 375f755 can: mcp251x: add error check when wq alloc failed by Weitao Hou · 6 years ago
  49. d4b890a can: rcar_canfd: fix possible IRQ storm on high load by Nikita Yushchenko · 6 years ago
  50. c638456 can: dev: call netif_carrier_off() in register_candev() by Rasmus Villemoes · 6 years ago
  51. decb705 libbpf: fix using uninitialized ioctl results by Ilya Maximets · 6 years ago
  52. 7c8b87f Merge branch 'fix-gso_segs' by Alexei Starovoitov · 6 years ago
  53. be69483 selftests/bpf: add another gso_segs access by Eric Dumazet · 6 years ago
  54. 06a22d8 bpf: fix access to skb_shared_info->gso_segs by Eric Dumazet · 6 years ago
  55. d86afb8 net: thunderx: Use fwnode_get_mac_address() by Andy Shevchenko · 6 years ago
  56. d9b8aad bpf: fix narrower loads on s390 by Ilya Leoshkevich · 6 years ago
  57. a261e37 sky2: Disable MSI on ASUS P6T by Takashi Iwai · 6 years ago
  58. 7ba771e net: dsa: sja1105: sja1105_main: Add of_node_put() by Nishka Dasgupta · 6 years ago
  59. 78e4204 net: dsa: mv88e6xxx: chip: Add of_node_put() before return by Nishka Dasgupta · 6 years ago
  60. 8eadf9b Merge branch 'selftests-forwarding-GRE-multipath-fixes' by David S. Miller · 6 years ago
  61. 1be79d8 selftests: forwarding: gre_multipath: Fix flower filters by Ido Schimmel · 6 years ago
  62. efa7b79 selftests: forwarding: gre_multipath: Enable IPv4 forwarding by Ido Schimmel · 6 years ago
  63. b3e487c Revert "net: hns: fix LED configuration for marvell phy" by David S. Miller · 6 years ago
  64. df7699c7 net: stmmac: Do not cut down 1G modes by Jose Abreu · 6 years ago
  65. 01ad7fa Merge branch 'stmmac-fixes' by David S. Miller · 6 years ago
  66. ec5e5ce net: stmmac: Use kcalloc() instead of kmalloc_array() by Jose Abreu · 6 years ago
  67. cbcf099 net: stmmac: RX Descriptors need to be clean before setting buffers by Jose Abreu · 6 years ago
  68. f4e5f77 net: hns: fix LED configuration for marvell phy by Yonglong Liu · 6 years ago
  69. bba1831 net: mvpp2: Don't check for 3 consecutive Idle frames for 10G links by Maxime Chevallier · 6 years ago
  70. 12185df bonding: Force slave speed check after link state recovery for 802.3ad by Thomas Falcon · 6 years ago
  71. 7b5cf70 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  72. 44b912c Merge tag 'for-linus-20190722' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 6 years ago
  73. 21c730d Merge tag 'for-5.3-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 6 years ago
  74. b8d3349 sched/rt, Kconfig: Unbreak def/oldconfig with CONFIG_PREEMPT=y by Thomas Gleixner · 6 years ago
  75. c92f038 Merge tag 'media/v5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 6 years ago
  76. 8376824 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  77. c8eee41 selftests/bpf: fix sendmsg6_prog on s390 by Ilya Leoshkevich · 6 years ago
  78. 4be6e05 libbpf: Avoid designated initializers for unnamed union members by Arnaldo Carvalho de Melo · 6 years ago
  79. cdb2f92 libbpf: Fix endianness macro usage for some compilers by Arnaldo Carvalho de Melo · 6 years ago
  80. 57ebc62 Merge branch 'bpf-sockmap-tls-fixes' by Daniel Borkmann · 6 years ago
  81. d4d3418 selftests/tls: add shutdown tests by Jakub Kicinski · 6 years ago
  82. 8051bb7 selftests/tls: close the socket with open record by Jakub Kicinski · 6 years ago
  83. 65d41fb selftests/tls: add a bidirectional test by Jakub Kicinski · 6 years ago
  84. 78b5dc3 selftests/tls: test error codes around TLS ULP installation by Jakub Kicinski · 6 years ago
  85. cf32526 selftests/tls: add a test for ULP but no keys by Jakub Kicinski · 6 years ago
  86. 95fa145 bpf: sockmap/tls, close can race with map free by John Fastabend · 6 years ago
  87. 0e85873 bpf: sockmap, only create entry if ulp is not already enabled by John Fastabend · 6 years ago
  88. 2bb90e5 bpf: sockmap, synchronize_rcu before free'ing map by John Fastabend · 6 years ago
  89. 45a4521 bpf: sockmap, sock_map_delete needs to use xchg by John Fastabend · 6 years ago
  90. 32857cf net/tls: fix transition through disconnect with close by John Fastabend · 6 years ago
  91. 313ab00 net/tls: remove sock unlock/lock around strp_done() by John Fastabend · 6 years ago
  92. f87e62d net/tls: remove close callback sock unlock/lock around TX work flush by John Fastabend · 6 years ago
  93. ac78fc1 net/tls: don't call tls_sk_proto_close for hw record offload by Jakub Kicinski · 6 years ago
  94. 318892a net/tls: don't arm strparser immediately in tls_set_sw_offload() by Jakub Kicinski · 6 years ago
  95. b191d64 pidfd: fix a poll race when setting exit_state by Suren Baghdasaryan · 6 years ago
  96. b617158 tcp: be more careful in tcp_fragment() by Eric Dumazet · 6 years ago
  97. be4363b hv_netvsc: Fix extra rcu_read_unlock in netvsc_recv_callback() by Haiyang Zhang · 6 years ago
  98. 5f9e832 Linus 5.3-rc1 by Linus Torvalds · 6 years ago
  99. 107e47c vrf: make sure skb->data contains ip header to make routing by Peter Kosyh · 6 years ago
  100. 903e9d1 connector: remove redundant input callback from cn_dev by Vasily Averin · 6 years ago