1. aa2eaa8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  2. b456d72 sctp: Fix the link time qualifier of 'sctp_ctrlsock_exit()' by Christophe JAILLET · 5 years ago
  3. 1b0b811 sctp: make ecn flag per netns and endpoint by Xin Long · 5 years ago
  4. cd5a411 net: use new in_dev_ifa iterators by Florian Westphal · 6 years ago
  5. 47505b8 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 104 by Thomas Gleixner · 6 years ago
  6. c7cbdbf net: rework SIOCGSTAMP ioctl handling by Arnd Bergmann · 6 years ago
  7. 09279e6 sctp: initialize _pad of sockaddr_in before copying to user memory by Xin Long · 6 years ago
  8. ecf938f sctp: set flow sport from saddr only when it's 0 by Xin Long · 6 years ago
  9. 400b8b9 sctp: allocate sctp_sockaddr_entry with kzalloc by Xin Long · 6 years ago
  10. ca79b0c mm: convert totalram_pages and totalhigh_pages variables to atomic by Arun KS · 6 years ago
  11. 3d6357d mm: reference totalram_pages and managed_pages once per function by Arun KS · 6 years ago
  12. 57c8a66 mm: remove include/linux/bootmem.h by Mike Rapoport · 6 years ago
  13. 8a9c58d sctp: add support for dscp and flowlabel per transport by Xin Long · 7 years ago
  14. a11e1d4 Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL by Linus Torvalds · 7 years ago
  15. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
  16. 408afb8 Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  17. 568ea88 net/sctp: convert to ->poll_mask by Christoph Hellwig · 7 years ago
  18. 644fbde sctp: fix the issue that flags are ignored when using kernel_connect by Xin Long · 7 years ago
  19. 9eda2d2 Merge tag 'selinux-pr-20180403' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 7 years ago
  20. 7ae665f sctp: fix unused lable warning by Arnd Bergmann · 7 years ago
  21. 2f635ce net: Drop pernet_operations::async by Kirill Tkhai · 7 years ago
  22. d47d08c sctp: use proc_remove_subtree() by Al Viro · 7 years ago
  23. bfdfa38 net: Convert sctp_ctrlsock_ops by Kirill Tkhai · 7 years ago
  24. 2e01ae0 net: Convert sctp_defaults_ops by Kirill Tkhai · 7 years ago
  25. b7e10c2 sctp: Add ip option support by Richard Haines · 7 years ago
  26. 4a31a6b sctp: fix dst refcnt leak in sctp_v4_get_dst by Tommi Rantala · 7 years ago
  27. 1ba896f sctp: remove extern from stream sched by Xin Long · 7 years ago
  28. 9c3b575 net: sctp: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  29. 1c66201 sctp: remove the typedef sctp_scope_t by Xin Long · 7 years ago
  30. a38905e sctp: remove the typedef sctp_ipv4addr_param_t by Xin Long · 7 years ago
  31. cdfbabf net: Work around lockdep limitation in sockets that use sockets by David Howells · 8 years ago
  32. 2e3ce5b sctp: set sin_port for addr param when checking duplicate address by Xin Long · 8 years ago
  33. c28445c sctp: add reconf_enable in asoc ep and netns by Xin Long · 8 years ago
  34. 0630c56 sctp: simplify addr copy by Marcelo Ricardo Leitner · 8 years ago
  35. b860780 sctp: not copying duplicate addrs to the assoc's bind address list by Xin Long · 8 years ago
  36. 165f2cf sctp: reduce indent level in sctp_copy_local_addr_list by Xin Long · 8 years ago
  37. fd2d180 sctp: use inet_recvmsg to support sctp RFS well by Xin Long · 8 years ago
  38. 1f45f78 sctp: allow GSO frags to access the chunk too by Marcelo Ricardo Leitner · 8 years ago
  39. a5e27d1 sctp: fix error return code in sctp_init() by Wei Yongjun · 9 years ago
  40. 90017ac sctp: Add GSO support by Marcelo Ricardo Leitner · 9 years ago
  41. 133800d sctp: fix copying more bytes than expected in sctp_add_bind_addr by Marcelo Ricardo Leitner · 9 years ago
  42. d9749fb sctp: Fix port hash table size computation by Neil Horman · 9 years ago
  43. b5eff71 sctp: drop the old assoc hashtable of sctp by Xin Long · 9 years ago
  44. 4f00878 sctp: apply rhashtable api to send/recv path by Xin Long · 9 years ago
  45. 566178f net: sctp: dynamically enable or disable pf state by Zhu Yanjun · 9 years ago
  46. 6857a02 sctp: use GFP_KERNEL in sctp_init() by Eric Dumazet · 9 years ago
  47. 8e2d61e sctp: fix race on protocol/netns initialization by Marcelo Ricardo Leitner · 9 years ago
  48. 410f038 sctp: add routing output fallback by Marcelo Ricardo Leitner · 9 years ago
  49. d82f0f1f sctp: fix dst leak by Marcelo Ricardo Leitner · 9 years ago
  50. 0ca50d1 sctp: fix src address selection if using secondary addresses by Marcelo Ricardo Leitner · 9 years ago
  51. 0786828 sctp: reduce indent level on sctp_v4_get_dst by Marcelo Ricardo Leitner · 9 years ago
  52. 11aa9c2 net: Pass kern from net_proto_family.create to sk_alloc by Eric W. Biederman · 10 years ago
  53. b4772ef net: use common macro for assering skb->cb[] available size in protocol families by Eyal Birger · 10 years ago
  54. c798360 Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 10 years ago
  55. 49a6015 net/ipv4: bind ip_nonlocal_bind to current netns by Vincent Bernat · 10 years ago
  56. 908c7f1 percpu_counter: add @gfp to percpu_counter_init() by Tejun Heo · 10 years ago
  57. 299ee12 sctp: Fixup v4mapped behaviour to comply with Sock API by Jason Gunthorpe · 10 years ago
  58. b26ba20 net: Eliminate no_check from protosw by Tom Herbert · 11 years ago
  59. 5f013c9b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  60. 698365f net: clean up snmp stats code by WANG Cong · 11 years ago
  61. 8535087 sctp: reset flowi4_oif parameter on route lookup by Xufeng Zhang · 11 years ago
  62. b0270e9 ipv4: add a sock pointer to ip_queue_xmit() by Eric Dumazet · 11 years ago
  63. 5bc1d1b sctp: remove macros sctp_bh_[un]lock_sock by wangweidong · 11 years ago
  64. abfce3e sctp: remove the unnecessary assignment by wangweidong · 11 years ago
  65. 8ed1dc4 ipv4: introduce hardened ip_no_pmtu_disc mode by Hannes Frederic Sowa · 11 years ago
  66. 8d72651 sctp: fix checkpatch errors with open brace '{' and trailing statements by wangweidong · 11 years ago
  67. 4b2f13a sctp: Fix FSF address in file headers by Jeff Kirsher · 11 years ago
  68. 71acc0d Revert "net: sctp: convert sctp_checksum_disable module param into sctp sysctl" by David S. Miller · 11 years ago
  69. 477143e net: sctp: trivial: update bug report in header comment by Daniel Borkmann · 11 years ago
  70. cda5f98 net: sctp: convert sctp_checksum_disable module param into sctp sysctl by Daniel Borkmann · 11 years ago
  71. 91705c6 net: sctp: trivial: update mailing list address by Daniel Borkmann · 11 years ago
  72. bb33381 net: sctp: rework debugging framework to use pr_debug and friends by Daniel Borkmann · 12 years ago
  73. 2c0740e sctp: Convert __list_for_each use to list_for_each by Dave Jones · 12 years ago
  74. dda9192 net: sctp: remove SCTP_STATIC macro by Daniel Borkmann · 12 years ago
  75. 939cfa7 net: sctp: get rid of t_new macro for kzalloc by Daniel Borkmann · 12 years ago
  76. 3b77d66 net: sctp: remove cast for kmalloc/kzalloc return value by Zhang Yanfei · 12 years ago
  77. bd2a13e sctp: make sctp_addr_wq_timeout_handler static by stephen hemminger · 12 years ago
  78. 0d0863b sctp: Change defaults on cookie hmac selection by Neil Horman · 12 years ago
  79. f5f417c sctp: Fix compiler warning when CONFIG_DEBUG_SECTION_MISMATCH=y by Christoph Paasch · 12 years ago
  80. 3c68198 sctp: Make hmac algorithm selection for cookie generation dynamic by Neil Horman · 12 years ago
  81. e1fc3b1 sctp: Make sysctl tunables per net by Eric W. Biederman · 12 years ago
  82. e7ff4a7 sctp: Push struct net down into sctp_in_scope by Eric W. Biederman · 12 years ago
  83. ebb7e95 sctp: Add infrastructure for per net sysctls by Eric W. Biederman · 12 years ago
  84. b01a240 sctp: Make the mib per network namespace by Eric W. Biederman · 12 years ago
  85. bb2db45 sctp: Enable sctp in all network namespaces by Eric W. Biederman · 12 years ago
  86. 13d782f sctp: Make the proc files per network namespace. by Eric W. Biederman · 12 years ago
  87. 632c928 sctp: Move the percpu sockets counter out of sctp_proc_init by Eric W. Biederman · 12 years ago
  88. 2ce9550 sctp: Make the ctl_sock per network namespace by Eric W. Biederman · 12 years ago
  89. 4db67e8 sctp: Make the address lists per network namespace by Eric W. Biederman · 12 years ago
  90. 92101b3 ipv4: Prepare for change of rt->rt_iif encoding. by David S. Miller · 12 years ago
  91. 39d84a5 sctp: fix warning when compiling without IPv6 by Daniel Halperin · 13 years ago
  92. abb434c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  93. 2692ba6 sctp: fix incorrect overflow check on autoclose by Xi Wang · 13 years ago
  94. dfd56b8 net: use IS_ENABLED(CONFIG_IPV6) by Eric Dumazet · 13 years ago
  95. 87fb4b7 net: more accurate skb truesize by Eric Dumazet · 13 years ago
  96. 6a7ebdf Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  97. f03d78d net: refine {udp|tcp|sctp}_mem limits by Eric Dumazet · 14 years ago
  98. 5d0c90c sctp: Guard IPV6 specific code properly. by David S. Miller · 14 years ago
  99. 8a07eb0 sctp: Add ASCONF operation on the single-homed host by Michio Honda · 14 years ago
  100. 9f7d653 sctp: Add Auto-ASCONF support (core). by Michio Honda · 14 years ago