1. 751653c sctp: fully initialize v4 addr in some functions by Xin Long · 4 years, 5 months ago
  2. f8b1410 sctp: fix the issue that flags are ignored when using kernel_connect by Xin Long · 6 years ago
  3. 18e0093 sctp: Fix the link time qualifier of 'sctp_ctrlsock_exit()' by Christophe JAILLET · 4 years, 8 months ago
  4. 57601d3 sctp: initialize _pad of sockaddr_in before copying to user memory by Xin Long · 5 years ago
  5. 269958f sctp: allocate sctp_sockaddr_entry with kzalloc by Xin Long · 5 years ago
  6. 3812dda sctp: fix dst refcnt leak in sctp_v4_get_dst by Tommi Rantala · 6 years ago
  7. fd2d180 sctp: use inet_recvmsg to support sctp RFS well by Xin Long · 8 years ago
  8. 1f45f78 sctp: allow GSO frags to access the chunk too by Marcelo Ricardo Leitner · 8 years ago
  9. a5e27d1 sctp: fix error return code in sctp_init() by Wei Yongjun · 8 years ago
  10. 90017ac sctp: Add GSO support by Marcelo Ricardo Leitner · 8 years ago
  11. 133800d sctp: fix copying more bytes than expected in sctp_add_bind_addr by Marcelo Ricardo Leitner · 8 years ago
  12. d9749fb sctp: Fix port hash table size computation by Neil Horman · 8 years ago
  13. b5eff71 sctp: drop the old assoc hashtable of sctp by Xin Long · 8 years ago
  14. 4f00878 sctp: apply rhashtable api to send/recv path by Xin Long · 8 years ago
  15. 566178f net: sctp: dynamically enable or disable pf state by Zhu Yanjun · 8 years ago
  16. 6857a02 sctp: use GFP_KERNEL in sctp_init() by Eric Dumazet · 8 years ago
  17. 8e2d61e sctp: fix race on protocol/netns initialization by Marcelo Ricardo Leitner · 9 years ago
  18. 410f038 sctp: add routing output fallback by Marcelo Ricardo Leitner · 9 years ago
  19. d82f0f1 sctp: fix dst leak by Marcelo Ricardo Leitner · 9 years ago
  20. 0ca50d1 sctp: fix src address selection if using secondary addresses by Marcelo Ricardo Leitner · 9 years ago
  21. 0786828 sctp: reduce indent level on sctp_v4_get_dst by Marcelo Ricardo Leitner · 9 years ago
  22. 11aa9c2 net: Pass kern from net_proto_family.create to sk_alloc by Eric W. Biederman · 9 years ago
  23. b4772ef net: use common macro for assering skb->cb[] available size in protocol families by Eyal Birger · 9 years ago
  24. c798360 Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 10 years ago
  25. 49a6015 net/ipv4: bind ip_nonlocal_bind to current netns by Vincent Bernat · 10 years ago
  26. 908c7f1 percpu_counter: add @gfp to percpu_counter_init() by Tejun Heo · 10 years ago
  27. 299ee12 sctp: Fixup v4mapped behaviour to comply with Sock API by Jason Gunthorpe · 10 years ago
  28. b26ba20 net: Eliminate no_check from protosw by Tom Herbert · 10 years ago
  29. 5f013c9b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  30. 698365f net: clean up snmp stats code by WANG Cong · 10 years ago
  31. 8535087 sctp: reset flowi4_oif parameter on route lookup by Xufeng Zhang · 10 years ago
  32. b0270e9 ipv4: add a sock pointer to ip_queue_xmit() by Eric Dumazet · 10 years ago
  33. 5bc1d1b sctp: remove macros sctp_bh_[un]lock_sock by wangweidong · 10 years ago
  34. abfce3e sctp: remove the unnecessary assignment by wangweidong · 10 years ago
  35. 8ed1dc4 ipv4: introduce hardened ip_no_pmtu_disc mode by Hannes Frederic Sowa · 10 years ago
  36. 8d72651 sctp: fix checkpatch errors with open brace '{' and trailing statements by wangweidong · 10 years ago
  37. 4b2f13a sctp: Fix FSF address in file headers by Jeff Kirsher · 10 years ago
  38. 71acc0d Revert "net: sctp: convert sctp_checksum_disable module param into sctp sysctl" by David S. Miller · 11 years ago
  39. 477143e net: sctp: trivial: update bug report in header comment by Daniel Borkmann · 11 years ago
  40. cda5f98 net: sctp: convert sctp_checksum_disable module param into sctp sysctl by Daniel Borkmann · 11 years ago
  41. 91705c6 net: sctp: trivial: update mailing list address by Daniel Borkmann · 11 years ago
  42. bb33381 net: sctp: rework debugging framework to use pr_debug and friends by Daniel Borkmann · 11 years ago
  43. 2c0740e sctp: Convert __list_for_each use to list_for_each by Dave Jones · 11 years ago
  44. dda9192 net: sctp: remove SCTP_STATIC macro by Daniel Borkmann · 11 years ago
  45. 939cfa7 net: sctp: get rid of t_new macro for kzalloc by Daniel Borkmann · 11 years ago
  46. 3b77d66 net: sctp: remove cast for kmalloc/kzalloc return value by Zhang Yanfei · 11 years ago
  47. bd2a13e sctp: make sctp_addr_wq_timeout_handler static by stephen hemminger · 11 years ago
  48. 0d0863b sctp: Change defaults on cookie hmac selection by Neil Horman · 11 years ago
  49. f5f417c sctp: Fix compiler warning when CONFIG_DEBUG_SECTION_MISMATCH=y by Christoph Paasch · 11 years ago
  50. 3c68198 sctp: Make hmac algorithm selection for cookie generation dynamic by Neil Horman · 12 years ago
  51. e1fc3b1 sctp: Make sysctl tunables per net by Eric W. Biederman · 12 years ago
  52. e7ff4a7 sctp: Push struct net down into sctp_in_scope by Eric W. Biederman · 12 years ago
  53. ebb7e95 sctp: Add infrastructure for per net sysctls by Eric W. Biederman · 12 years ago
  54. b01a240 sctp: Make the mib per network namespace by Eric W. Biederman · 12 years ago
  55. bb2db45 sctp: Enable sctp in all network namespaces by Eric W. Biederman · 12 years ago
  56. 13d782f sctp: Make the proc files per network namespace. by Eric W. Biederman · 12 years ago
  57. 632c928 sctp: Move the percpu sockets counter out of sctp_proc_init by Eric W. Biederman · 12 years ago
  58. 2ce9550 sctp: Make the ctl_sock per network namespace by Eric W. Biederman · 12 years ago
  59. 4db67e8 sctp: Make the address lists per network namespace by Eric W. Biederman · 12 years ago
  60. 92101b3 ipv4: Prepare for change of rt->rt_iif encoding. by David S. Miller · 12 years ago
  61. 39d84a5 sctp: fix warning when compiling without IPv6 by Daniel Halperin · 12 years ago
  62. abb434c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  63. 2692ba6 sctp: fix incorrect overflow check on autoclose by Xi Wang · 12 years ago
  64. dfd56b8 net: use IS_ENABLED(CONFIG_IPV6) by Eric Dumazet · 12 years ago
  65. 87fb4b7 net: more accurate skb truesize by Eric Dumazet · 13 years ago
  66. 6a7ebdf Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  67. f03d78d net: refine {udp|tcp|sctp}_mem limits by Eric Dumazet · 13 years ago
  68. 5d0c90c sctp: Guard IPV6 specific code properly. by David S. Miller · 13 years ago
  69. 8a07eb0 sctp: Add ASCONF operation on the single-homed host by Michio Honda · 13 years ago
  70. 9f7d653 sctp: Add Auto-ASCONF support (core). by Michio Honda · 13 years ago
  71. 06f4e92 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 13 years ago
  72. 902ebd3 sctp: Remove rt->rt_src usage in sctp_v4_get_saddr() by David S. Miller · 13 years ago
  73. 7ef73bc sctp: Fix debug message args. by David S. Miller · 13 years ago
  74. f1c0a27 sctp: Don't use rt->rt_{src,dst} in sctp_v4_xmit() by David S. Miller · 13 years ago
  75. d9d8da8 inet: Pass flowi to ->queue_xmit(). by David S. Miller · 13 years ago
  76. 1231f0b net,rcu: convert call_rcu(sctp_local_addr_free) to kfree_rcu() by Lai Jiangshan · 13 years ago
  77. 18a353f4 sctp: Use flowi4's {saddr,daddr} in sctp_v4_dst_saddr() and sctp_v4_get_dst() by David S. Miller · 13 years ago
  78. da0420b sctp: clean up route lookup calls by Vlad Yasevich · 13 years ago
  79. af13847 sctp: remove useless arguments from get_saddr() call by Vlad Yasevich · 13 years ago
  80. 9914ae3 sctp: cache the ipv6 source after route lookup by Vlad Yasevich · 13 years ago
  81. a84b50c sctp: Pass __GFP_NOWARN to hash table allocation attempts. by David S. Miller · 13 years ago
  82. 9cce96d net: Put fl4_* macros to struct flowi4 and use them again. by David S. Miller · 13 years ago
  83. 9d6ec93 ipv4: Use flowi4 in public route lookup interfaces. by David S. Miller · 13 years ago
  84. 6281dcc net: Make flowi ports AF dependent. by David S. Miller · 13 years ago
  85. 1d28f42 net: Put flowi_* prefix on AF independent members of struct flowi by David S. Miller · 13 years ago
  86. b23dd4f ipv4: Make output route lookup return rtable directly. by David S. Miller · 13 years ago
  87. 8d987e5 net: avoid limits overflow by Eric Dumazet · 14 years ago
  88. a02cec2 net: return operator cleanup by Eric Dumazet · 14 years ago
  89. 145ce50 net/sctp: Use pr_fmt and pr_<level> by Joe Perches · 14 years ago
  90. 3cfc2c4 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  91. 1823e4c8 snmp: add align parameter to snmp_mib_init() by Eric Dumazet · 14 years ago
  92. 421f91d fix typos concerning "initiali[zs]e" by Uwe Kleine-König · 14 years ago
  93. d8d1f30 net-next: remove useless union keyword by Changli Gao · 14 years ago
  94. 6429d3d sctp: missing set src and dest port while lookup output route by Wei Yongjun · 14 years ago
  95. 4e15ed4 net: replace ipfragok with skb->local_df by Shan Wei · 14 years ago
  96. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  97. dc4c2c3 net: remove INIT_RCU_HEAD() usage by Alexey Dobriyan · 14 years ago
  98. 7d720c3 percpu: add __percpu sparse annotations to net by Tejun Heo · 14 years ago
  99. 90f2f53 sctp: Update SWS avaoidance receiver side algorithm by Vlad Yasevich · 14 years ago
  100. 13f18aa net: drop capability from protocol definitions by Eric Paris · 15 years ago