1. e14ca97 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 53 by Thomas Gleixner · 6 years ago
  2. fd9871f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 24 by Thomas Gleixner · 6 years ago
  3. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  4. 8cb0817 netlink: make validation more configurable for future strictness by Johannes Berg · 6 years ago
  5. f78c603 net: fix two coding style issues by Michal Kubecek · 6 years ago
  6. ae0be8d netlink: make nla_nest_start() add NLA_F_NESTED flag by Michal Kubecek · 6 years ago
  7. 3c618c1 net: Rename net/nexthop.h net/rtnh.h by David Ahern · 6 years ago
  8. 5869b8f net: use rcu_dereference_protected to fetch sk_dst_cache in sk_destruct by Xin Long · 6 years ago
  9. eaf2a47 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  10. 50c29366 decnet: fix DN_IFREQ_SIZE by Johannes Berg · 6 years ago
  11. bb3e16a net, decnet: use struct_size() in kzalloc() by Gustavo A. R. Silva · 6 years ago
  12. ca79b0c mm: convert totalram_pages and totalhigh_pages variables to atomic by Arun KS · 6 years ago
  13. e0c38a4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
  14. dd06d25 net/decnet: Replace rcu_barrier_bh() with rcu_barrier() by Paul E. McKenney · 6 years ago
  15. 99310e7 net/decnet: add missing indentation by Colin Ian King · 6 years ago
  16. 5b9b0a80 decnet: Remove unnecessary check for dev->name by Nathan Chancellor · 6 years ago
  17. 0bab1cd decnet: fix using plain integer as NULL warning by YueHaibing · 6 years ago
  18. 19c198d decnet: whitespace fixes by Stephen Hemminger · 6 years ago
  19. 3cc87d0 net: decnet: dn_nsp_in: mark expected switch fall-through by Gustavo A. R. Silva · 6 years ago
  20. a11e1d4 Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL by Linus Torvalds · 7 years ago
  21. 1c8c5a9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  22. 408afb8 Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  23. db5051e net: convert datagram_poll users tp ->poll_mask by Christoph Hellwig · 7 years ago
  24. c350637 proc: introduce proc_create_net{,_data} by Christoph Hellwig · 7 years ago
  25. 44414d8 proc: introduce proc_create_seq_private by Christoph Hellwig · 7 years ago
  26. fddda2b proc: introduce proc_create_seq{,_data} by Christoph Hellwig · 7 years ago
  27. b16fb41 net: fib_rules: add extack support by Roopa Prabhu · 7 years ago
  28. d644406 net: Use octal not symbolic permissions by Joe Perches · 7 years ago
  29. f5c0c6f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  30. dfec091 dn_getsockoptdecnet: move nf_{get/set}sockopt outside sock lock by Paolo Abeni · 7 years ago
  31. 9b2c45d net: make getname() functions return length rather than use int* parameter by Denys Vlasenko · 7 years ago
  32. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  33. b2fe5fa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  34. 96890d6 net: delete /proc THIS_MODULE references by Alexey Dobriyan · 7 years ago
  35. c1c502b net: use rtnl_register_module where needed by Florian Westphal · 7 years ago
  36. fe736e7 decnet: Move dn_next into decnet route structure. by David Miller · 7 years ago
  37. ade994f net: annotate ->poll() instances by Al Viro · 7 years ago
  38. e99e88a treewide: setup_timer() -> timer_setup() by Kees Cook · 7 years ago
  39. 24ed960 treewide: Switch DEFINE_TIMER callbacks to struct timer_list * by Kees Cook · 7 years ago
  40. 5bbcc0f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  41. 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
  42. 2d91914 net: decnet: dn_table: mark expected switch fall-through by Gustavo A. R. Silva · 7 years ago
  43. 2a17178 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  44. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  45. 3a7943b net: decnet: dn_nsp_out: use swap macro in dn_mk_ack_header by Gustavo A. R. Silva · 7 years ago
  46. 68ad08c net: decnet: dn_nsp_in: use swap macro in dn_nsp_rx_packet by Gustavo A. R. Silva · 7 years ago
  47. 86e58cc decnet: af_decnet: mark expected switch fall-throughs by Gustavo A. R. Silva · 7 years ago
  48. eb4ddaf net/decnet: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  49. 0da4af0 ipv6: only update __use and lastusetime once per jiffy at most by Wei Wang · 7 years ago
  50. 1d27e3e timer: Remove expires and data arguments from DEFINE_TIMER by Kees Cook · 7 years ago
  51. b63f604 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 7 years ago
  52. eaa72dc neigh: increase queue_len_bytes to match wmem_default by Eric Dumazet · 7 years ago
  53. b97bac6 rtnetlink: make rtnl_register accept a flags parameter by Florian Westphal · 7 years ago
  54. 591bb27 netfilter: nf_hook_ops structs can be const by Florian Westphal · 7 years ago
  55. e0542dd net, decnet: convert dn_fib_info.fib_clntref from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
  56. 9f23743 net: convert neighbour.refcnt from atomic_t to refcount_t by Reshetova, Elena · 8 years ago
  57. 3d09198 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  58. b2a9c0e net: remove DST_NOGC flag by Wei Wang · 8 years ago
  59. 560fd93 decnet: take dst->__refcnt when struct dn_route is created by Wei Wang · 8 years ago
  60. 247488c decnet: always not take dst->__refcnt when inserting dst into hash table by Wei Wang · 8 years ago
  61. 76371d2 decnet: always not take dst->__refcnt when inserting dst into hash table by Wei Wang · 8 years ago
  62. 634fef6 networking: add and use skb_put_u8() by Johannes Berg · 8 years ago
  63. d58ff35 networking: make skb_push & __skb_push return void pointers by Johannes Berg · 8 years ago
  64. 4df864c networking: make skb_put & friends return void pointers by Johannes Berg · 8 years ago
  65. 59ae1d1 networking: introduce and use skb_put_data() by Johannes Berg · 8 years ago
  66. 0ddead9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  67. 0604475 tcp: add TCPMemoryPressuresChrono counter by Eric Dumazet · 8 years ago
  68. dd0da17 decnet: dn_rtmsg: Improve input length sanitization in dnrmg_receive_user_skb by Mateusz Jurczyk · 8 years ago
  69. c164772 Revert "decnet: dn_rtmsg: Improve input length sanitization in dnrmg_receive_user_skb" by David S. Miller · 8 years ago
  70. 85eac2b decnet: dn_rtmsg: Improve input length sanitization in dnrmg_receive_user_skb by Mateusz Jurczyk · 8 years ago
  71. 50fb55d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  72. f92ceb0 DECnet: Use container_of() for embedded struct by Kees Cook · 8 years ago
  73. 0632466 format-security: move static strings to const by Kees Cook · 8 years ago
  74. a01aa92 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 8 years ago
  75. 1a0ed0a netfilter: decnet: only register hooks in init namespace by Florian Westphal · 8 years ago
  76. c21ef3e net: rtnetlink: plumb extended ack to doit function by David Ahern · 8 years ago
  77. fceb643 netlink: pass extended ACK struct to parsing functions by Johannes Berg · 8 years ago
  78. 2d4bc93 netlink: extended ACK reporting by Johannes Berg · 8 years ago
  79. 101c431 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  80. cdfbabf net: Work around lockdep limitation in sockets that use sockets by David Howells · 8 years ago
  81. 9c28286 decnet: Use TCP nagle macro instead of literal number in decnet by Gao Feng · 8 years ago
  82. 3f07c01 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  83. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  84. 9d1c0ca net: use designated initializers by Kees Cook · 8 years ago
  85. d9dc8b0 net: fix sleeping for sk_wait_event() by WANG Cong · 8 years ago
  86. ab58298 net: fix decnet rtnexthop parsing by Vegard Nossum · 8 years ago
  87. a36a0d4 decnet: Do not build routes to devices without decnet private data. by David S. Miller · 9 years ago
  88. 79462ad0 net: add validation for the socket syscall protocol argument by Hannes Frederic Sowa · 9 years ago
  89. 9cd3e07 net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATA by Eric Dumazet · 9 years ago
  90. f0a0a97 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Pablo Neira Ayuso · 9 years ago
  91. 008027c netfilter: turn NF_HOOK into an inline function by Arnd Bergmann · 9 years ago
  92. ede2059 dst: Pass net into dst->output by Eric W. Biederman · 9 years ago
  93. 13206b6 net: Pass net into dst_output and remove dst_output_okfn by Eric W. Biederman · 9 years ago
  94. 06198b3 netfilter: Pass priv instead of nf_hook_ops to netfilter hooks by Eric W. Biederman · 9 years ago
  95. 0c4b51f netfilter: Pass net into okfn by Eric W. Biederman · 9 years ago
  96. 29a26a5 netfilter: Pass struct net into the netfilter hooks by Eric W. Biederman · 9 years ago
  97. 5a70649 net: Merge dst_output and dst_output_sk by Eric W. Biederman · 9 years ago
  98. f53de1e net: ipv6: use common fib_default_rule_pref by Phil Sutter · 9 years ago
  99. 11aa9c2 net: Pass kern from net_proto_family.create to sk_alloc by Eric W. Biederman · 10 years ago
  100. 7026b1d netfilter: Pass socket pointer down through okfn(). by David Miller · 10 years ago