1. 5b4cb65 net: bpfilter: use cleanup callback to release umh_info by Taehee Yoo · 6 years ago
  2. 73ab1cb umh: add exit routine for UMH process by Taehee Yoo · 6 years ago
  3. 2ff33d6 isdn: i4l: isdn_tty: Fix some concurrency double-free bugs by Jia-Ju Bai · 6 years ago
  4. 7fbe078 vhost/vsock: fix vhost vsock cid hashing inconsistent by Zha Bin · 6 years ago
  5. 5fea7f1 Merge branch 'stmmac-fixes' by David S. Miller · 6 years ago
  6. fa0be0a net: stmmac: Prevent RX starvation in stmmac_napi_poll() by Jose Abreu · 6 years ago
  7. 3b50946 net: stmmac: Fix the logic of checking if RX Watchdog must be enabled by Jose Abreu · 6 years ago
  8. 0650d40 net: stmmac: Check if CBS is supported before configuring by Jose Abreu · 6 years ago
  9. fcc509e net: stmmac: dwxgmac2: Only clear interrupts that are active by Jose Abreu · 6 years ago
  10. 6dea7e1 net: stmmac: Fix PCI module removal leak by Jose Abreu · 6 years ago
  11. e8b108b Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 6 years ago
  12. fb4129b Merge branch 'bpf-fix-bitfield-printing' by Daniel Borkmann · 6 years ago
  13. 298e59d3 tools/bpf: fix bpftool map dump with bitfields by Yonghong Song · 6 years ago
  14. e43207f tools/bpf: test btf bitfield with >=256 struct member offset by Yonghong Song · 6 years ago
  15. 17e3ac8 bpf: fix bpffs bitfield pretty print by Yonghong Song · 6 years ago
  16. b19bce0 net: ethernet: mediatek: fix warning in phy_start_aneg by Heiner Kallweit · 6 years ago
  17. c5715b8 tcp: change txhash on SYN-data timeout by Yuchung Cheng · 6 years ago
  18. ea89098 net: dsa: mv88x6xxx: mv88e6390 errata by Andrew Lunn · 6 years ago
  19. 001e465 bonding: update nest level on unlink by Willem de Bruijn · 6 years ago
  20. beaf3d1 bpf: fix panic in stack_map_get_build_id() on i386 and arm32 by Song Liu · 6 years ago
  21. f98937c selftests: bpf: install files tcp_(server|client)*.py by Anders Roxell · 6 years ago
  22. 11b36ab samples: bpf: user proper argument index by Ioana Ciornei · 6 years ago
  23. e3ca63d selftests/bpf: add missing executables to .gitignore by Stanislav Fomichev · 6 years ago
  24. 7d033c9 ipv6: fix kernel-infoleak in ipv6_local_error() by Eric Dumazet · 6 years ago
  25. 85704cb net/core/neighbour: tell kmemleak about hash tables by Konstantin Khlebnikov · 6 years ago
  26. fd21c89 net: cxgb4: fix various indentation issues by Colin Ian King · 6 years ago
  27. 2acc0ab net: cxgb3: fix various indentation issues by Colin Ian King · 6 years ago
  28. 4a06fa6 ip: on queued skb use skb_header_pointer instead of pskb_may_pull by Willem de Bruijn · 6 years ago
  29. 0b7959b tun: publish tfile after it's fully initialized by Stanislav Fomichev · 6 years ago
  30. 31aa650 bpf: correctly set initial window on active Fast Open sender by Yuchung Cheng · 6 years ago
  31. d972f3d packet: Do not leak dev refcounts on error exit by Jason Gunthorpe · 6 years ago
  32. 4314b1f Merge branch 'mlxsw-fixes' by David S. Miller · 6 years ago
  33. 4fabf3b selftests: forwarding: Add a test for VLAN deletion by Ido Schimmel · 6 years ago
  34. 674bed5 mlxsw: spectrum_switchdev: Set PVID correctly during VLAN deletion by Ido Schimmel · 6 years ago
  35. 289fb44 selftests: forwarding: Fix test for different devices by Ido Schimmel · 6 years ago
  36. 2797379 net: bridge: Fix VLANs memory leak by Ido Schimmel · 6 years ago
  37. 16dc42e4 selftests: mlxsw: Add a test case for VLAN addition error flow by Ido Schimmel · 6 years ago
  38. 412283ee mlxsw: spectrum_nve: Replace error code with EINVAL by Ido Schimmel · 6 years ago
  39. 457e20d mlxsw: spectrum_switchdev: Avoid returning errors in commit phase by Ido Schimmel · 6 years ago
  40. 143a8e0 mlxsw: spectrum: Add VXLAN dependency for spectrum by Ido Schimmel · 6 years ago
  41. 8adbe21 mlxsw: spectrum: Disable lag port TX before removing it by Jiri Pirko · 6 years ago
  42. 04d075b mlxsw: spectrum_acl: Remove ASSERT_RTNL()s in module removal flow by Nir Dotan · 6 years ago
  43. ff0db43 mlxsw: spectrum_acl: Add cleanup after C-TCAM update error condition by Nir Dotan · 6 years ago
  44. 11287b6 r8169: load Realtek PHY driver module before r8169 by Heiner Kallweit · 6 years ago
  45. a007184 lan743x: Remove phy_read from link status change function by Bryan Whitehead · 6 years ago
  46. b7ea4894 ptp: uapi: change _IOW to IOWR in PTP_SYS_OFFSET_EXTENDED definition by Eugene Syromiatnikov · 6 years ago
  47. 895ac13 ptp: check that rsv field is zero in struct ptp_sys_offset_extended by Eugene Syromiatnikov · 6 years ago
  48. 977e489 Merge ra.kernel.org:/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 6 years ago
  49. 2dc0f02 Merge branch 'bpf-doc-updates' by Alexei Starovoitov · 6 years ago
  50. 80f21ff bpf, doc: add note for libbpf's stand-alone build by Daniel Borkmann · 6 years ago
  51. a769fa7 bpf, doc: update design qa to reflect kern_version requirement by Daniel Borkmann · 6 years ago
  52. a8911d6 selftests/bpf: fix incorrect users of create_and_get_cgroup by Stanislav Fomichev · 6 years ago
  53. 26d92e9 smc: move unhash as early as possible in smc_release() by Cong Wang · 6 years ago
  54. 7acf8b3 phy: ti: Fix compilation failures without REGMAP by Jason Gunthorpe · 6 years ago
  55. 4c84edc net: bridge: fix a bug on using a neighbour cache entry without checking its state by JianJhen Chen · 6 years ago
  56. f87d8ad tipc: fix memory leak in tipc_nl_compat_publ_dump by Gustavo A. R. Silva · 6 years ago
  57. a29c3c0 cdc_ether: trivial whitespace readability fix by Bjørn Mork · 6 years ago
  58. eeb2c4f rds: use DIV_ROUND_UP instead of ceil by Jacob Wen · 6 years ago
  59. 10262b0 r8169: don't try to read counters if chip is in a PCI power-save state by Heiner Kallweit · 6 years ago
  60. 0aaa813 can: gw: ensure DLC boundaries after CAN frame modification by Oliver Hartkopp · 6 years ago
  61. 01cd364 net/mlx4: replace pci_{,un}map_sg with dma_{,un}map_sg by Stephen Warren · 6 years ago
  62. f65e192 net/mlx4: Get rid of page operation after dma_alloc_coherent by Stephen Warren · 6 years ago
  63. 97274b6 Merge branch 'reject-ptr-scalar-mix' by Alexei Starovoitov · 6 years ago
  64. 1cbbcfb bpf: add various test cases for alu op on mixed dst register types by Daniel Borkmann · 6 years ago
  65. d3bd741 bpf: fix sanitation of alu op with pointer / scalar type from different paths by Daniel Borkmann · 6 years ago
  66. d4a7e9b ipv6: Take rcu_read_lock in __inet6_bind for mapped addresses by David Ahern · 6 years ago
  67. 466f89e Merge branch 'udpv6_sendmsg-addr_any-fix' by Alexei Starovoitov · 6 years ago
  68. 976b4f3 selftests/bpf: Test [::] -> [::1] rewrite in sys_sendmsg in test_sock_addr by Andrey Ignatov · 6 years ago
  69. e8e3698 bpf: Fix [::] -> [::1] rewrite in sys_sendmsg by Andrey Ignatov · 6 years ago
  70. ec90ad3 ipv6: Consider sk_bound_dev_if when binding a socket to a v4 mapped address by David Ahern · 6 years ago
  71. ae84e4a ixgbe: fix Kconfig when driver is not a module by Jeff Kirsher · 6 years ago
  72. 8d93367 ipv6: make icmp6_send() robust against null skb->dev by Eric Dumazet · 6 years ago
  73. 3271a48 selftests: net: fix/improve ip_defrag selftest by Peter Oskolkov · 6 years ago
  74. f87118d qmi_wwan: add MTU default to qmap network interface by Daniele Palmas · 6 years ago
  75. 75e7fb0 Merge branch 'hns-fixes' by David S. Miller · 6 years ago
  76. bb98950 net: hns: Fix use after free identified by SLUB debug by Yonglong Liu · 6 years ago
  77. c77804b net: hns: Fix WARNING when hns modules installed by Yonglong Liu · 6 years ago
  78. cff1e01 net: dsa: mt7530: Drop unused GPIO include by Linus Walleij · 6 years ago
  79. 0c06a09 Merge branch 'GUE-error-recursion' by David S. Miller · 6 years ago
  80. 44039e0 fou6: Prevent unbounded recursion in GUE error handler by Stefano Brivio · 6 years ago
  81. bc6e019 fou: Prevent unbounded recursion in GUE error handler also with UDP-Lite by Stefano Brivio · 6 years ago
  82. 41e4e2c openvswitch: Fix IPv6 later frags parsing by Yi-Hung Wei · 6 years ago
  83. ba3e184 net: macb: remove unnecessary code by Claudiu Beznea · 6 years ago
  84. a09b42b net: dsa: microchip: Drop unused GPIO includes by Linus Walleij · 6 years ago
  85. ebdefe4 Merge branch 'qed-fixes' by David S. Miller · 6 years ago
  86. 46721c3d qed: Fix qed_ll2_post_rx_buffer_notify_fw() by adding a write memory barrier by Denis Bolotin · 6 years ago
  87. 2d533a9 qed: Fix qed_chain_set_prod() for PBL chains with non power of 2 page count by Denis Bolotin · 6 years ago
  88. f8c468e net, skbuff: do not prefer skb allocation fails early by David Rientjes · 6 years ago
  89. 8d68100 soc/fsl/qe: fix err handling of ucc_of_parse_tdm by Wen Yang · 6 years ago
  90. 3635299 r8169: Add support for new Realtek Ethernet by Kai-Heng Feng · 6 years ago
  91. 7c1e8a3 netlink: fixup regression in RTM_GETADDR by Arthur Gautier · 6 years ago
  92. 1492623 octeontx2-af: Fix a resource leak in an error handling path in 'cgx_probe()' by Christophe JAILLET · 6 years ago
  93. 96d4f26 Remove 'type' argument from access_ok() function by Linus Torvalds · 6 years ago
  94. 135143b Merge tag 'locks-v4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux by Linus Torvalds · 6 years ago
  95. 810574c Merge tag 'sound-fix-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 6 years ago
  96. 43d86ee Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  97. c5ee066 ipv6: Consider sk_bound_dev_if when binding a socket to an address by David Ahern · 6 years ago
  98. 7315587 ipv6: Fix dump of specific table with strict checking by David Ahern · 6 years ago
  99. 645ff1e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 6 years ago
  100. d548e65 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 6 years ago