1. acf784b net: atm: Fix potential Spectre v1 by Gustavo A. R. Silva · 6 years ago
  2. d644406 net: Use octal not symbolic permissions by Joe Perches · 6 years ago
  3. 9b2c45d net: make getname() functions return length rather than use int* parameter by Denys Vlasenko · 7 years ago
  4. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  5. b2fe5fa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  6. 96890d6 net: delete /proc THIS_MODULE references by Alexey Dobriyan · 7 years ago
  7. d750dbd atm: mpoa: remove 32-bit timekeeping by Tina Ruchandani · 7 years ago
  8. ade994f net: annotate ->poll() instances by Al Viro · 7 years ago
  9. 841b86f treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE casts by Kees Cook · 7 years ago
  10. 1e9aa74 net/atm/mpc: Avoid open-coded assignment of timer callback function by Kees Cook · 7 years ago
  11. 5bbcc0f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  12. 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
  13. 2a17178 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  14. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  15. 5c658e1 net: atm/mpc: Stop using open-coded timer .data field by Kees Cook · 7 years ago
  16. ba42179 net: atm: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  17. 1d27e3e timer: Remove expires and data arguments from DEFINE_TIMER by Kees Cook · 7 years ago
  18. 800bb47 net: atm: make atmdev_ops const by Bhumika Goyal · 7 years ago
  19. e00bdbe net, atm: convert eg_cache_entry.use from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
  20. 9371491 net, atm: convert in_cache_entry.use from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
  21. 7889366 net, atm: convert lec_arp_table.usage from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
  22. 458bc30 net, atm: convert atm_dev.refcnt from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
  23. 41c6d65 net: convert sock.sk_refcnt from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
  24. 14afee4 net: convert sock.sk_wmem_alloc from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
  25. 9f23743 net: convert neighbour.refcnt from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
  26. 4df864c networking: make skb_put & friends return void pointers by Johannes Berg · 7 years ago
  27. b080db5 networking: convert many more places to skb_put_zero() by Johannes Berg · 7 years ago
  28. 7b8f7a4 neighbour: fix nlmsg_pid in notifications by Roopa Prabhu · 7 years ago
  29. 101c431 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  30. c55fa3c atm: remove an unnecessary loop by Francois Romieu · 7 years ago
  31. cdfbabf net: Work around lockdep limitation in sockets that use sockets by David Howells · 8 years ago
  32. 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  33. 3f07c01 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  34. 5b5e092 lib/vsprintf.c: remove %Z support by Alexey Dobriyan · 8 years ago
  35. 9dd0f89 net: atm: Fix warnings in net/atm/lec.c when !CONFIG_PROC_FS by Augusto Mecking Caringi · 8 years ago
  36. 52f40e9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  37. 99a5e17 ATM: use designated initializers by Kees Cook · 8 years ago
  38. 9a19a6d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  39. cbbd26b [iov_iter] new primitives - copy_from_iter_full() and friends by Al Viro · 8 years ago
  40. 8b1efc0 net: remove MTU limits on a few ether_setup callers by Jarod Wilson · 8 years ago
  41. 8b6b413 net: use core MTU range checking in WAN drivers by Jarod Wilson · 8 years ago
  42. a52ad51 net: deprecate eth_change_mtu, remove usage by Jarod Wilson · 8 years ago
  43. 9a81c34 lec: use IS_ENABLED() instead of checking for built-in or module by Javier Martinez Canillas · 8 years ago
  44. 0d135e4 net: atm: remove redundant null pointer check on dev->name by Colin Ian King · 8 years ago
  45. 503eebc net: add dev arg to ndo_neigh_construct/destroy by Jiri Pirko · 8 years ago
  46. c685293 net/atm: sk_err_soft must be positive by Stefan Hajnoczi · 8 years ago
  47. 860e953 treewide: replace dev->trans_start update with helper by Florian Westphal · 8 years ago
  48. 1ce0bf5 net: Generalise wq_has_sleeper helper by Herbert Xu · 9 years ago
  49. 4dd191b net: atm: constify in_cache_ops and eg_cache_ops structures by Julia Lawall · 9 years ago
  50. 34f5b00 atm: deal with setting entry before mkip was called by Sasha Levin · 9 years ago
  51. 85b1d8b br2684: Remove unnecessary formatting macros b1 and bs by Joe Perches · 9 years ago
  52. 11aa9c2 net: Pass kern from net_proto_family.create to sk_alloc by Eric W. Biederman · 9 years ago
  53. 6c373ca Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  54. d0bbe0d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 9 years ago
  55. f42cf8d treewide: Fix typo in printk messages by Masanari Iida · 10 years ago
  56. 19ffa56 atm: Use eth_<foo>_addr instead of memset by Joe Perches · 10 years ago
  57. bcc90e3 net/atm/signaling.c: remove WAIT_FOR_DEMON code by Fabian Frederick · 10 years ago
  58. 1b78414 net: Remove iocb argument from sendmsg and recvmsg by Ying Xue · 10 years ago
  59. c0371da put iov_iter into msghdr by Al Viro · 10 years ago
  60. 7424ce6 [atm] switch vcc_sendmsg() to copy_from_iter() by Al Viro · 10 years ago
  61. 51f3d02 net: Add and use skb_copy_datagram_msg() helper. by David S. Miller · 10 years ago
  62. 0287587 net: better IFF_XMIT_DST_RELEASE support by Eric Dumazet · 10 years ago
  63. ef423a4 atm: Convert pr_warning to pr_warn by Joe Perches · 10 years ago
  64. fa2dbdc net: Pass a "more" indication down into netdev_start_xmit() code paths. by David S. Miller · 10 years ago
  65. 4798248 net: Add ops->ndo_xmit_flush() by David S. Miller · 10 years ago
  66. 6df378d lec: Use rtnl lock/unlock when updating MTU by chas williams - CONTRACTOR · 10 years ago
  67. 8356f9d lec: Fix bug introduced by b67bfe0d42cac56c512dd5da4b1b347a23f4b70a by chas williams - CONTRACTOR · 10 years ago
  68. de713b5 atm/svc: Fix blocking in wait loop by chas williams - CONTRACTOR · 10 years ago
  69. c835a67 net: set name_assign_type in alloc_netdev() by Tom Gundersen · 10 years ago
  70. f9da455 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  71. 391296c atm: remove commented out check by Paul Bolle · 10 years ago
  72. 4e857c5 arch: Mass conversion of smp_mb__*() by Peter Zijlstra · 10 years ago
  73. 676d236 net: Fix use after free by removing length arg from sk_data_ready callbacks. by David S. Miller · 10 years ago
  74. 8427559 atm: replace del_timer by del_timer_sync by Julia Lawall · 10 years ago
  75. 9be68c1 net: Fix some fallout from the etner_addr_copy() changes. by David S. Miller · 11 years ago
  76. 116e853 atm: Use ether_addr_copy by Joe Perches · 11 years ago
  77. f3d3342 net: rework recvmsg handler msg_name and msg_namelen logic by Hannes Frederic Sowa · 11 years ago
  78. 75538c2 net: always pass struct netdev_notifier_info to netdevice notifiers by Cong Wang · 11 years ago
  79. 351638e net: pass info struct via netdevice notifier by Jiri Pirko · 11 years ago
  80. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  81. d9dda78 procfs: new helper - PDE_DATA(inode) by Al Viro · 11 years ago
  82. d978a63 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  83. 9b3e617 atm: update msg_namelen in vcc_recvmsg() by Mathias Krause · 11 years ago
  84. e5c5d22 net: add ETH_P_802_3_MIN by Simon Horman · 11 years ago
  85. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 12 years ago
  86. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  87. 496ad9a new helper: file_inode(file) by Al Viro · 12 years ago
  88. ece31ff net: proc: change proc_net_remove to remove_proc_entry by Gao feng · 12 years ago
  89. 3c41777 atm: use scnprintf() instead of sprintf() by chas williams - CONTRACTOR · 12 years ago
  90. 5b4d720 pppoatm: optimise PPP channel wakeups after sock_owned_by_user() by David Woodhouse · 12 years ago
  91. 9eba252 br2684: allow assign only on a connected socket by Krzysztof Mazur · 12 years ago
  92. d71ffeb br2684: fix module_put() race by David Woodhouse · 12 years ago
  93. 0e56d99 pppoatm: fix missing wakeup in pppoatm_send() by David Woodhouse · 12 years ago
  94. b895885 br2684: don't send frames on not-ready vcc by David Woodhouse · 12 years ago
  95. c971f08 atm: add release_cb() callback to vcc by David Woodhouse · 12 years ago
  96. 397ff16 pppoatm: do not inline pppoatm_may_send() by Krzysztof Mazur · 12 years ago
  97. 071d939 pppoatm: drop frames to not-ready vcc by Krzysztof Mazur · 12 years ago
  98. 3ac1080 pppoatm: take ATM socket lock in pppoatm_send() by Krzysztof Mazur · 12 years ago
  99. e41faed pppoatm: fix module_put() race by Krzysztof Mazur · 12 years ago
  100. 3b1a914 pppoatm: allow assign only on a connected socket by Krzysztof Mazur · 12 years ago