1. 359745d proc: remove PDE_DATA() completely by Muchun Song · 3 years ago
  2. d6b3daf net: atm: use address setting helpers by Jakub Kicinski · 3 years, 2 months ago
  3. 562ef98 ethernet: replace netdev->dev_addr assignment loops by Jakub Kicinski · 3 years, 2 months ago
  4. ea52a0b net: use dev_addr_set() by Jakub Kicinski · 3 years, 3 months ago
  5. 73e4290 atm: Use list_for_each_entry() to simplify code in resources.c by Wang Hai · 3 years, 7 months ago
  6. 4fb473f atm: [br2864] fix spelling mistakes by gushengxian · 3 years, 7 months ago
  7. 48afdae net: atm: use DEVICE_ATTR_RO macro by YueHaibing · 3 years, 7 months ago
  8. a587459 net: atm: pppoatm: use new API for wakeup tasklet by Emil Renner Berthing · 4 years ago
  9. a5b8863 net: atm: pppoatm: use tasklet_init to initialize wakeup tasklet by Emil Renner Berthing · 4 years ago
  10. f2bcc2f atm: nicstar: Replace in_interrupt() usage by Sebastian Andrzej Siewior · 4 years, 1 month ago
  11. 2f71e00 net: atm: fix update of position index in lec_seq_next by Colin Ian King · 4 years, 2 months ago
  12. 563f63e net: atm: delete duplicated words by Randy Dunlap · 4 years, 3 months ago
  13. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
  14. 453431a mm, treewide: rename kzfree() to kfree_sensitive() by Waiman Long · 4 years, 5 months ago
  15. 47ec530 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 5 months ago
  16. b13fecb treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD() by Kees Cook · 4 years, 6 months ago
  17. a7b75c5 net: pass a sockptr_t into ->setsockopt by Christoph Hellwig · 4 years, 5 months ago
  18. a06d30a net/atm: remove the atmdev_ops {get, set}sockopt methods by Christoph Hellwig · 4 years, 5 months ago
  19. dfd5ec1 net: atm: lec_arpc.h: delete duplicated word by Randy Dunlap · 4 years, 5 months ago
  20. 96144c5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 7 months ago
  21. bf97bac net: atm: Remove the error message according to the atomic context by Liao Pingfang · 4 years, 7 months ago
  22. a7f7f62 treewide: replace '---help---' in Kconfig files with 'help' by Masahiro Yamada · 4 years, 7 months ago
  23. 0edecc0 atm: switch do_atmif_sioc() to direct use of atm_dev_ioctl() by Al Viro · 4 years, 8 months ago
  24. 8cacb41 atm: lift copyin from atm_dev_ioctl() by Al Viro · 4 years, 8 months ago
  25. 3608504 atm: switch do_atm_iobuf() to direct use of atm_getnames() by Al Viro · 4 years, 8 months ago
  26. a392948 atm: move copyin from atm_getnames() into the caller by Al Viro · 4 years, 8 months ago
  27. 8c2348e atm: separate ATM_GETNAMES handling from the rest of atm_dev_ioctl() by Al Viro · 4 years, 8 months ago
  28. 3793faa Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 8 months ago
  29. 8d9f73c atm: fix a memory leak of vcc->user_back by Cong Wang · 4 years, 8 months ago
  30. 93a2014 atm: fix a UAF in lec_arp_clear_vccs() by Cong Wang · 4 years, 8 months ago
  31. ff2269f docs: networking: convert atm.txt to ReST by Mauro Carvalho Chehab · 4 years, 8 months ago
  32. 97a3253 proc: convert everything to "struct proc_ops" by Alexey Dobriyan · 5 years ago
  33. 4d8773b Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  34. 79ac522 net: atm: use %*ph to print small buffer by Andy Shevchenko · 5 years ago
  35. 8bf7092 vcc_seq_next should increase position index by Vasily Averin · 5 years ago
  36. 0290bd2 netdev: pass the stuck queue to the timeout handler by Michael S. Tsirkin · 5 years ago
  37. a9f852e Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 5 years ago
  38. 60f5c4a net: atm: Reduce the severity of logging in unlink_clip_vcc by Aditya Pakki · 5 years ago
  39. 7976a11 net: use helpers to change sk_ack_backlog by Eric Dumazet · 5 years ago
  40. 3ef7cf5 net: use skb_queue_empty_lockless() in poll() handlers by Eric Dumazet · 5 years ago
  41. a8a213c pppoatm: use %*ph to print small buffer by Andy Shevchenko · 5 years ago
  42. da3a3b6 net: mpoa: Use kzfree rather than its implementation. by zhong jiang · 5 years ago
  43. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  44. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  45. 09c434b treewide: Add SPDX license identifier for more missed files by Thomas Gleixner · 6 years ago
  46. fdd1a81 net: atm: clean up a range check by Dan Carpenter · 6 years ago
  47. c7cbdbf net: rework SIOCGSTAMP ioctl handling by Arnd Bergmann · 6 years ago
  48. 6b0a7f8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  49. 899537b net: atm: Fix potential Spectre v1 vulnerabilities by Gustavo A. R. Silva · 6 years ago
  50. 1550c17 ipv4: Prepare rtable for IPv6 gateway by David Ahern · 6 years ago
  51. 0805a4b net: atm: Add another IS_ENABLED(CONFIG_COMPAT) in atm_dev_ioctl by Nathan Chancellor · 6 years ago
  52. f9d19a7 net: atm: Use IS_ENABLED in atm_dev_ioctl by Nathan Chancellor · 6 years ago
  53. d0edde8 atm: clean up vcc_seq_next() by Dan Carpenter · 6 years ago
  54. 89ab066 Revert "net: simplify sock_poll_wait" by Karsten Graul · 6 years ago
  55. 9a76aba Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
  56. dd979b4 net: simplify sock_poll_wait by Christoph Hellwig · 6 years ago
  57. 543de88 atm: remove blank lines at EOF by Stephen Hemminger · 6 years ago
  58. 52b544b Merge tag 'v4.18-rc5' into locking/core, to pick up fixes by Ingo Molnar · 6 years ago
  59. a11e1d4 Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL by Linus Torvalds · 7 years ago
  60. f74445b atomics/treewide: Remove atomic_inc_not_zero_hint() by Mark Rutland · 7 years ago
  61. 9bbe60a atm: Preserve value of skb->truesize when accounting to vcc by David Woodhouse · 7 years ago
  62. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
  63. 408afb8 Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  64. 9f728af net/atm: convert to ->poll_mask by Christoph Hellwig · 7 years ago
  65. a2d03aa atm: switch to proc_create_seq_private by Christoph Hellwig · 7 years ago
  66. ce9fe43 atm: simplify procfs code by Christoph Hellwig · 7 years ago
  67. c350637 proc: introduce proc_create_net{,_data} by Christoph Hellwig · 7 years ago
  68. 44414d8 proc: introduce proc_create_seq_private by Christoph Hellwig · 7 years ago
  69. fddda2b proc: introduce proc_create_seq{,_data} by Christoph Hellwig · 7 years ago
  70. acf784b net: atm: Fix potential Spectre v1 by Gustavo A. R. Silva · 7 years ago
  71. d644406 net: Use octal not symbolic permissions by Joe Perches · 7 years ago
  72. 9b2c45d net: make getname() functions return length rather than use int* parameter by Denys Vlasenko · 7 years ago
  73. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  74. b2fe5fa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  75. 96890d6 net: delete /proc THIS_MODULE references by Alexey Dobriyan · 7 years ago
  76. d750dbd atm: mpoa: remove 32-bit timekeeping by Tina Ruchandani · 7 years ago
  77. ade994f net: annotate ->poll() instances by Al Viro · 7 years ago
  78. 841b86f treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE casts by Kees Cook · 7 years ago
  79. 1e9aa74 net/atm/mpc: Avoid open-coded assignment of timer callback function by Kees Cook · 7 years ago
  80. 5bbcc0f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  81. 2bcc673 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  82. 2a17178 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  83. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  84. 5c658e1 net: atm/mpc: Stop using open-coded timer .data field by Kees Cook · 7 years ago
  85. ba42179 net: atm: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  86. 1d27e3e timer: Remove expires and data arguments from DEFINE_TIMER by Kees Cook · 7 years ago
  87. 800bb47 net: atm: make atmdev_ops const by Bhumika Goyal · 7 years ago
  88. e00bdbe net, atm: convert eg_cache_entry.use from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
  89. 93714912 net, atm: convert in_cache_entry.use from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
  90. 7889366 net, atm: convert lec_arp_table.usage from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
  91. 458bc30 net, atm: convert atm_dev.refcnt from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
  92. 41c6d65 net: convert sock.sk_refcnt from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
  93. 14afee4 net: convert sock.sk_wmem_alloc from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
  94. 9f23743 net: convert neighbour.refcnt from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
  95. 4df864c networking: make skb_put & friends return void pointers by Johannes Berg · 8 years ago
  96. b080db5 networking: convert many more places to skb_put_zero() by Johannes Berg · 8 years ago
  97. 7b8f7a4 neighbour: fix nlmsg_pid in notifications by Roopa Prabhu · 8 years ago
  98. 101c431 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  99. c55fa3c atm: remove an unnecessary loop by Francois Romieu · 8 years ago
  100. cdfbabf net: Work around lockdep limitation in sockets that use sockets by David Howells · 8 years ago