1. b86b79f media: uvcvideo: Avoid cyclic entity chains due to malformed USB descriptors by Will Deacon · 4 years, 7 months ago rel/p/fp2/20.10.1-beta 20.10.1-beta.0
  2. 2a198a6 USB: core: Fix free-while-in-use bug in the USB S-Glibrary by Alan Stern · 4 years, 3 months ago
  3. 2fd7196 drivers: usb: core: Minimize irq disabling in usb_sg_cancel() by David Mosberger · 8 years ago
  4. bbcff72 drivers: usb: core: Don't disable irqs in usb_sg_wait() during URB submit. by David Mosberger · 8 years ago
  5. 616668a usbhid: prevent deadlock during timeout by Oliver Neukum · 12 years ago
  6. 72031e0 PARTIAL: USB: core: correct spelling mistakes in comments and warning by Rahul Bedarkar · 10 years ago
  7. b337cc2 usb: message: Fixed error: 'no space before bracket' by Tülin İzer · 11 years ago
  8. 40225ab wlan: Validate assoc response IE len before copy by Ashish Kumar Dhanotiya · 4 years, 4 months ago
  9. e844277 wlan: check BcnNumIes against size of header instead of 0 by sheenam monga · 4 years, 3 months ago
  10. 2446af8 wlan: Fix integer overflow in rrm_fill_beacon_ies() by Pragaspathi Thilagaraj · 4 years, 4 months ago
  11. 552e364 selinux: properly handle multiple messages in selinux_netlink_send() by Paul Moore · 4 years, 2 months ago
  12. b3dcfce selinux: rate-limit netlink message warnings in selinux_nlmsg_perm() by Vladis Dronov · 8 years ago
  13. e5f3531 selinux: Print 'sclass' as string when unrecognized netlink message occurs by Marek Milkovic · 9 years ago
  14. cf18815 selinux: convert WARN_ONCE() to printk() in selinux_nlmsg_perm() by Richard Guy Briggs · 10 years ago
  15. 75af1ca selinux: cleanup error reporting in selinux_nlmsg_perm() by Richard Guy Briggs · 10 years ago
  16. f0f7b8e selinux: replace obsolete NLMSG_* with type safe nlmsg_* by Hong zhi guo · 11 years ago
  17. ebcfb30 nl80211: validate beacon head by Johannes Berg · 4 years, 9 months ago
  18. 2f15469 cfg80211: Use const more consistently in for_each_element macros by Jouni Malinen · 5 years ago
  19. 80c1880 cfg80211: add and use strongly typed element iteration macros by Johannes Berg · 5 years ago
  20. 24a93a6 Input: add safety guards to input_set_keycode() by Dmitry Torokhov · 4 years, 6 months ago
  21. 62bea30 wlan: Add max index check for dscp_to_up_map array by Abhishek Ambure · 4 years, 6 months ago
  22. 15f1adb wlan: Validate assoc response IE len before copy by Ashish Kumar Dhanotiya · 4 years, 4 months ago
  23. d7c6fe6 PARTIAL: qseecom: don't unregister listener when data->released is true by Zhen Kong · 4 years, 9 months ago
  24. 5e77070 qcacld-2.0: disable link layer stats by Stefan Assmann · 5 years ago
  25. 90de405 cpuset: Add allow_attach hook for cpusets on android. by Riley Andrews · 9 years ago
  26. c319c66 fixup: "fixup: ANDROID: sdcardfs: Don't use OVERRIDE_CRED macro" by Bharath · 3 years, 9 months ago
  27. 241979e wlan: Hide support for incomplete link layer stats by Karsten Tausche · 3 years, 10 months ago
  28. da1d2cf FIXUP: make get_file() return its argument by Karsten Tausche · 3 years, 10 months ago
  29. 1650166 Merge branch 'dev/p/fp2/FP2P-414' into int/p/fp2 by Karsten Tausche · 3 years, 10 months ago
  30. c7fd15c inet: fix addr_len/msg->msg_namelen assignment in recv_error and rxpmtu functions by Hannes Frederic Sowa · 11 years ago
  31. 82129aa ping: prevent NULL pointer dereference on write to msg_name by Hannes Frederic Sowa · 11 years ago
  32. 6674f4b inet: prevent leakage of uninitialized memory to user in recv syscalls by Hannes Frederic Sowa · 11 years ago
  33. da3f396 net:ipv6:fixed space issues relating to operators. by Jeffrin Jose · 12 years ago
  34. b87110d ipv6: use newly introduced __ipv6_addr_needs_scope_id and ipv6_iface_scope_id by Hannes Frederic Sowa · 11 years ago
  35. 1196a6e ipv6: fix cleanup ordering for pingv6 registration by Sabrina Dubroca · 6 years ago
  36. f57fc36 net: ping: do not abuse udp_poll() by Eric Dumazet · 7 years ago
  37. fa0ce2b ipv6: fix endianness error in icmpv6_err by Hannes Frederic Sowa · 8 years ago
  38. 9088ad4 ipv6: rename datagram_send_ctl and datagram_recv_ctl by Tom Parkin · 11 years ago
  39. 4df1be1 ipv6: Export ipv6 functions for use by other protocols by Chris Elston · 12 years ago
  40. 847dd0e ipv6: Introduce ip6_flowinfo() to extract flowinfo (tclass + flowlabel). by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  41. 0992fe3 Revert "ping: prevent NULL pointer dereference on write to msg_name" by Karsten Tausche · 4 years ago
  42. aff3b4c ipv6: Introduce ip6_flow_hdr() to fill version, tclass and flowlabel. by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  43. ec43052 ipv6/ip6_gre: set transport header correctly by Isaku Yamahata · 11 years ago
  44. c1ecc5d gre6: fix rtnl dump messages by Nicolas Dichtel · 12 years ago
  45. f5ae558 ipv6: gre: remove ip6gre_header_parse() by Eric Dumazet · 12 years ago
  46. 1c05d89 gre: remove unnecessary rcu_read_lock/unlock by stephen hemminger · 12 years ago
  47. 1cb609b gre: fix handling of key 0 by stephen hemminger · 12 years ago
  48. d9c4a8a ipv4: fix checkpatch errors by Daniel Baluta · 12 years ago
  49. 617ec4c ipv4: Handle PMTU in all ICMP error handlers. by David S. Miller · 12 years ago
  50. a9a2b6c ipv4: Kill ip_rt_frag_needed(). by David S. Miller · 12 years ago
  51. e6a6b22 ipv6: gre: fix ip6gre_err() by Eric Dumazet · 12 years ago
  52. ec60a02 gre: Support GRE over IPv6 by xeb@mail.ru · 12 years ago
  53. 76cdd6d ipv6_tunnel: Allow receiving packets on the fallback tunnel if they pass sanity checks by Ville Nuorvala · 12 years ago
  54. 7e11a3f ipv6: Fix types of ip6_update_pmtu(). by David S. Miller · 12 years ago
  55. 7200d10 ipv6: Handle PMTU in ICMP error handlers. by David S. Miller · 12 years ago
  56. d2c7843 net: ipv4 and ipv6: Convert printk(KERN_DEBUG to pr_debug by Joe Perches · 12 years ago
  57. 255bee4 net: ipv6: Standardize prefixes for message logging by Joe Perches · 12 years ago
  58. ccc0203 net: Convert net_ratelimit uses to net_<level>_ratelimited by Joe Perches · 12 years ago
  59. 7e73a7b net: Add net_ratelimited_function and net_<level>_ratelimited macros by Joe Perches · 12 years ago
  60. 841d749 ipv6: Use container_of macro instead of magic number to get ipv6 header. by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  61. 1ecbacf ieee802154/dgram: Pass source address in dgram_recvmsg by Stephen Röttger · 11 years ago
  62. c6d9f18 Merge branch 'dev/p/fp2/memfd_create' into int/p/fp2 by Karsten Tausche · 3 years, 10 months ago
  63. d017800 ARM: wire up memfd_create syscall by Russell King · 10 years ago
  64. 455aaaa shm: add memfd_create() syscall by David Herrmann · 10 years ago
  65. 6591f09 shm: add sealing API by David Herrmann · 10 years ago
  66. 518f35e mm: allow drivers to prevent new writable mappings by David Herrmann · 10 years ago
  67. b63222d mm: mmap_region: kill correct_wcount/inode, use allow_write_access() by Oleg Nesterov · 11 years ago
  68. 9e9ff9b make get_file() return its argument by Al Viro · 12 years ago
  69. c33a8d0 Backport: new helper: file_inode(file) by Karsten Tausche · 4 years ago
  70. 9532254 Revert "splice: introduce FMODE_SPLICE_READ and FMODE_SPLICE_WRITE" by Karsten Tausche · 3 years, 11 months ago
  71. 7ea8c67 vfs: fix do_last() regression by Al Viro · 4 years, 4 months ago
  72. 1e07644 do_last(): fetch directory ->i_mode and ->i_uid before it's too late by Al Viro · 4 years, 5 months ago
  73. 78bdbac namei: allow restricted O_CREAT of FIFOs and regular files by Salvatore Mesoraca · 6 years ago
  74. 0a770da VFS: Introduce inode-getting helpers for layered/unioned fs environments by David Howells · 9 years ago
  75. 29107b1 do_last(): fix missing checks for LAST_BIND case by Al Viro · 11 years ago
  76. 2bcf694 userns: Store uid and gid types in vfs structures with kuid_t and kgid_t types by Eric W. Biederman · 12 years ago
  77. 3173cc3 userns: Replace the hard to write inode_userns with inode_capable. by Eric W. Biederman · 13 years ago
  78. 793f9b1 vfs: fix bad hashing of dentries by Linus Torvalds · 10 years ago
  79. c585bf0 dcache.c: get rid of pointless macros by Al Viro · 11 years ago
  80. eb09248 kernel: Move REPEAT_BYTE definition into linux/kernel.h by David S. Miller · 12 years ago
  81. e88646a vgacon: Fix a UAF in vgacon_invert_region by Zhang Xiaoxu · 4 years, 3 months ago
  82. bd6a4ba vt: selection, push sel_lock up by Jiri Slaby · 4 years, 4 months ago
  83. b61d5e4 vt: selection, push console lock down by Jiri Slaby · 4 years, 4 months ago
  84. 50648e3 vt: selection, close sel_buffer race by Jiri Slaby · 4 years, 4 months ago
  85. a029c87 msm: camera: Instead of read_lock use read_lock_irqsave. by VijayaKumar T M · 7 years ago
  86. 70c48ad msm: camera: Fix Use after free bug in msm_vb2.c. by VijayaKumar T M · 7 years ago
  87. d1dc84e msm: camera: Fix possible kernel panic in general buf manager by Yiduo Wang · 10 years ago
  88. d6884b2 Fixup: msm: crypto: Fix integer over flow check in qcedev driver by Karsten Tausche · 4 years ago
  89. b590f9a fixme : debugging - Dumping regs for tracepoint events is not supported by the kernel by prityaa · 4 years ago
  90. 66686cc perf: Fix race in perf_event_exec() by Peter Zijlstra · 9 years ago
  91. 65c580c perf: Fix ring_buffer_attach() RCU sync, again by Oleg Nesterov · 9 years ago
  92. f8f4028 perf: Fix perf_event_comm() vs. exec() assumption by Peter Zijlstra · 10 years ago
  93. fac50a2 ARM: 7374/1: add TRACEHOOK support by Wade Farnsworth · 12 years ago
  94. 63b93b1 ARM: perf: add support for perf registers API by Will Deacon · 11 years ago
  95. ecd019c perf: Add perf_output_skip function to skip bytes in sample by Jiri Olsa · 12 years ago
  96. 02e3fa6 perf: Factor __output_copy to be usable with specific copy function by Frederic Weisbecker · 12 years ago
  97. f7a376c perf: Add ability to sample machine state on interrupt by Stephane Eranian · 10 years ago
  98. c862038 perf: Add ability to attach user stack dump to sample by Jiri Olsa · 12 years ago
  99. 97bbcca msm8974 perf: Pass last sampling period to perf_sample_data_init() by prityaa · 4 years ago
  100. d9ae1aa perf: Pass last sampling period to perf_sample_data_init() by Robert Richter · 12 years ago