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