1. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 5 months ago
  2. a7b75c5 net: pass a sockptr_t into ->setsockopt by Christoph Hellwig · 4 years, 6 months ago
  3. a06d30a net/atm: remove the atmdev_ops {get, set}sockopt methods by Christoph Hellwig · 4 years, 6 months ago
  4. 93a2014 atm: fix a UAF in lec_arp_clear_vccs() by Cong Wang · 4 years, 8 months ago
  5. 3ef7cf5 net: use skb_queue_empty_lockless() in poll() handlers by Eric Dumazet · 5 years ago
  6. 09c434b treewide: Add SPDX license identifier for more missed files by Thomas Gleixner · 6 years ago
  7. 89ab066 Revert "net: simplify sock_poll_wait" by Karsten Graul · 6 years ago
  8. dd979b4 net: simplify sock_poll_wait by Christoph Hellwig · 6 years ago
  9. a11e1d4 Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL by Linus Torvalds · 7 years ago
  10. 9bbe60a atm: Preserve value of skb->truesize when accounting to vcc by David Woodhouse · 7 years ago
  11. 9f728af net/atm: convert to ->poll_mask by Christoph Hellwig · 7 years ago
  12. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  13. b2fe5fa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  14. d750dbd atm: mpoa: remove 32-bit timekeeping by Tina Ruchandani · 7 years ago
  15. ade994f net: annotate ->poll() instances by Al Viro · 8 years ago
  16. 14afee4 net: convert sock.sk_wmem_alloc from atomic_t to refcount_t by Reshetova, Elena · 8 years ago
  17. c55fa3c atm: remove an unnecessary loop by Francois Romieu · 8 years ago
  18. 3f07c01 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  19. cbbd26b [iov_iter] new primitives - copy_from_iter_full() and friends by Al Viro · 8 years ago
  20. 1ce0bf5 net: Generalise wq_has_sleeper helper by Herbert Xu · 9 years ago
  21. 11aa9c2 net: Pass kern from net_proto_family.create to sk_alloc by Eric W. Biederman · 10 years ago
  22. 1b78414 net: Remove iocb argument from sendmsg and recvmsg by Ying Xue · 10 years ago
  23. c0371da put iov_iter into msghdr by Al Viro · 10 years ago
  24. 7424ce6 [atm] switch vcc_sendmsg() to copy_from_iter() by Al Viro · 10 years ago
  25. 51f3d02 net: Add and use skb_copy_datagram_msg() helper. by David S. Miller · 10 years ago
  26. ef423a4 atm: Convert pr_warning to pr_warn by Joe Perches · 10 years ago
  27. f3d3342 net: rework recvmsg handler msg_name and msg_namelen logic by Hannes Frederic Sowa · 11 years ago
  28. 9b3e617 atm: update msg_namelen in vcc_recvmsg() by Mathias Krause · 12 years ago
  29. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 12 years ago
  30. c971f08 atm: add release_cb() callback to vcc by David Woodhouse · 12 years ago
  31. ec809bd atm: add owner of push() callback to atmvcc by Krzysztof Mazur · 12 years ago
  32. e862f1a atm: fix info leak in getsockopt(SO_ATMPVC) by Mathias Krause · 12 years ago
  33. 40ba849 atm: Allow MSG_PEEK for atm sockets by Jorge Boncompte [DTI2] · 13 years ago
  34. 4e55f57 atm: Introduce vcc_process_recv_queue by Jorge Boncompte [DTI2] · 13 years ago
  35. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  36. c031235 atm/solos-pci: Don't flap VCs when carrier state changes by Philip A. Prindeville · 14 years ago
  37. 510a05e net/atm: Adjust confusing if indentation by Julia Lawall · 14 years ago
  38. 7313bb8 atm: propagate signal changes via notifier by Karl Hiramoto · 15 years ago
  39. 4381548 net: sock_def_readable() and friends RCU conversion by Eric Dumazet · 15 years ago
  40. aa39514 net: sk_sleep() helper by Eric Dumazet · 15 years ago
  41. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  42. a8147d7 net/atm/common.c: checkpatch cleanups by Joe Perches · 15 years ago
  43. 9982446 net/atm: Convert printk to pr_<level> by Joe Perches · 15 years ago
  44. 3b88578 net: Generalize socket rx gap / receive queue overflow cmsg by Neil Horman · 15 years ago
  45. b705884 net: Make setsockopt() optlen be unsigned. by David S. Miller · 15 years ago
  46. a57de0b net: adding memory barrier to the poll and receive callbacks by Jiri Olsa · 16 years ago
  47. 81e2a3d atm: sk_wmem_alloc initial value is one by Eric Dumazet · 16 years ago
  48. 61c33e0 atm: use const where reasonable by Mitchell Blank Jr · 17 years ago
  49. 8d8ad9d [NET]: Name magic constants in sock_wake_async() by Pavel Emelyanov · 17 years ago
  50. 6257ff2 [NET]: Forget the zero_it argument of sk_alloc() by Pavel Emelyanov · 17 years ago
  51. 1b8d7ae [NET]: Make socket creation namespace safe. by Eric W. Biederman · 17 years ago
  52. 5224006 [ATM]: Replace DPRINTK() with pr_debug(). by Stephen Hemminger · 17 years ago
  53. f7d5745 [NET] ATM: Fix whitespace errors. by YOSHIFUJI Hideaki · 18 years ago
  54. 84ff602 [ATM]: Fix for crash in adummy_init() by Daniel Walker · 18 years ago
  55. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 19 years ago
  56. 656d98b [ATM]: basic sysfs support for ATM devices by Roman Kagan · 19 years ago
  57. 57b47a5 [NET]: sem2mutex part 2 by Ingo Molnar · 19 years ago
  58. 64bf69d [ATM]: deregistration removes device from atm_devs list immediately by Stanislaw Gruszka · 19 years ago
  59. aaaaaad [ATM]: avoid race conditions related to atm_devs list by Stanislaw Gruszka · 19 years ago
  60. 50accc9 [ATM]: attempt to autoload atm drivers by Mitchell Blank Jr · 19 years ago
  61. c9933d0 [ATM]: always return the first interface for ATM_ITF_ANY by Mitchell Blank Jr · 19 years ago
  62. 81c3d54 [INET]: speedup inet (tcp/dccp) lookups by Eric Dumazet · 19 years ago
  63. 9301e32 [ATM]: track and close listen sockets when sigd exits by Chas Williams · 19 years ago
  64. e49332b [PATCH] misc verify_area cleanups by Jesper Juhl · 20 years ago
  65. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago