1. a7f7f62 treewide: replace '---help---' in Kconfig files with 'help' by Masahiro Yamada · 4 years, 7 months ago
  2. cb8e59c Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 7 months ago
  3. 81e8c10 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 4 years, 7 months ago
  4. 1806c13 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 7 months ago
  5. c0425a4 net: add a new bind_add method by Christoph Hellwig · 4 years, 7 months ago
  6. 05bfd36 sctp: refactor sctp_setsockopt_bindx by Christoph Hellwig · 4 years, 7 months ago
  7. 45ebf73 sctp: check assoc before SCTP_ADDR_{MADE_PRIM, ADDED} event by Jonas Falkevik · 4 years, 7 months ago
  8. 50ce4c0 sctp: fix typo sctp_ulpevent_nofity_peer_addr_change by Jonas Falkevik · 4 years, 7 months ago
  9. 9a233d3 net: sctp: Fix spelling in Kconfig help by Chris Packham · 4 years, 7 months ago
  10. 13209a8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 7 months ago
  11. d3e8e4c sctp: Start shutdown on association restart if in SHUTDOWN-SENT state and socket is closed by Jere Leppänen · 4 years, 7 months ago
  12. 20a785a sctp: Don't add the shutdown timer if its already been added by Neil Horman · 4 years, 8 months ago
  13. 3986912 ipv6: move SIOCADDRT and SIOCDELRT handling into ->compat_ioctl by Christoph Hellwig · 4 years, 8 months ago
  14. 75b93c6 sctp: use crypto_shash_tfm_digest() by Eric Biggers · 4 years, 8 months ago
  15. 0b54142 Merge branch 'work.sysctl' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Daniel Borkmann · 4 years, 8 months ago
  16. 3292739 sysctl: pass kernel pointers to ->proc_handler by Christoph Hellwig · 4 years, 8 months ago
  17. 12dfd78 sctp: Fix SHUTDOWN CTSN Ack in the peer restart case by Jere Leppänen · 4 years, 8 months ago
  18. 145cb2f sctp: Fix bundling of SHUTDOWN with COOKIE-ACK by Jere Leppänen · 4 years, 8 months ago
  19. 5a470b1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 9 months ago
  20. 582eea2 sctp: fix possibly using a bad saddr with a given dst by Marcelo Ricardo Leitner · 4 years, 9 months ago
  21. 5c3e82f sctp: fix refcount bug in sctp_wfree by Qiujun Huang · 4 years, 9 months ago
  22. 1d34357 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 10 months ago
  23. 83f73c5b inet_diag: return classid for all socket types by Dmitry Yakunin · 4 years, 10 months ago
  24. 9f0ca0c1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 10 months ago
  25. 0df6d32 inet_diag: Move the INET_DIAG_REQ_BYTECODE nlattr to cb->data by Martin KaFai Lau · 4 years, 10 months ago
  26. 5682d39 inet_diag: Refactor inet_sk_diag_fill(), dump(), and dump_one() by Martin KaFai Lau · 4 years, 10 months ago
  27. b77b4f6 sctp: Add missing annotation for sctp_transport_walk_stop() by Jules Irenge · 4 years, 10 months ago
  28. 6c72b77 sctp: Add missing annotation for sctp_transport_walk_start() by Jules Irenge · 4 years, 10 months ago
  29. 887cf3d sctp: Add missing annotation for sctp_err_finish() by Jules Irenge · 4 years, 10 months ago
  30. 245709e sctp: move the format error check out of __sctp_sf_do_9_1_abort by Xin Long · 4 years, 11 months ago
  31. a2d6d7a Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  32. be7a772 sctp: free cmd->obj.chunk for the unprocessed SCTP_CMD_REPLY by Xin Long · 5 years ago
  33. 31d518f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  34. f398efc sctp: add enabled check for path tracepoint loop. by Kevin Kou · 5 years ago
  35. 356b23c sctp: do trace_sctp_probe after SACK validation and check by Kevin Kou · 5 years ago
  36. f643ee2 sctp: move trace_sctp_probe_path into sctp_outq_sack by Kevin Kou · 5 years ago
  37. bd085ef net: add bool confirm_neigh parameter for dst_ops.update_pmtu by Hangbin Liu · 5 years ago
  38. 61d5d40 sctp: fix err handling of stream initialization by Marcelo Ricardo Leitner · 5 years ago
  39. ac80010 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  40. 951c6db sctp: fix memleak on err handling of stream initialization by Marcelo Ricardo Leitner · 5 years ago
  41. 4e7696d sctp: get netns from asoc and ep base by Xin Long · 5 years ago
  42. b6f3320 sctp: fully initialize v4 addr in some functions by Xin Long · 5 years ago
  43. c4e85f7 net: ipv6: add net argument to ip6_dst_lookup_flow by Sabrina Dubroca · 5 years ago
  44. 82f31eb net: port < inet_prot_sock(net) --> inet_port_requires_bind_service(net, port) by Maciej Żenczykowski · 5 years ago
  45. fb82238 net-sctp: replace some sock_net(sk) with just 'net' by Maciej Żenczykowski · 5 years ago
  46. adf6f8c Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  47. 3124346 sctp: cache netns in sctp_ep_common by Xin Long · 5 years ago
  48. b6631c6 sctp: Fix memory leak in sctp_sf_do_5_2_4_dupcook by Navid Emamdoost · 5 years ago
  49. d467ac0 sctp: add SCTP_PEER_ADDR_THLDS_V2 sockopt by Xin Long · 5 years ago
  50. 34515e9 sctp: add support for Primary Path Switchover by Xin Long · 5 years ago
  51. 8d2a693 sctp: add SCTP_EXPOSE_POTENTIALLY_FAILED_STATE sockopt by Xin Long · 5 years ago
  52. 768e151 sctp: add SCTP_ADDR_POTENTIALLY_FAILED notification by Xin Long · 5 years ago
  53. aef587b sctp: add pf_expose per netns and sock and asoc by Xin Long · 5 years ago
  54. 099ecf5 net: annotate lockless accesses to sk->sk_max_ack_backlog by Eric Dumazet · 5 years ago
  55. 288efe8 net: annotate lockless accesses to sk->sk_ack_backlog by Eric Dumazet · 5 years ago
  56. 7976a11 net: use helpers to change sk_ack_backlog by Eric Dumazet · 5 years ago
  57. d31e955 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  58. a904a06 inet: stop leaking jiffies on the wire by Eric Dumazet · 5 years ago
  59. 3f926af net: use skb_queue_empty_lockless() in busy poll contexts by Eric Dumazet · 5 years ago
  60. 3ef7cf5 net: use skb_queue_empty_lockless() in poll() handlers by Eric Dumazet · 5 years ago
  61. 2f18439 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  62. 531e93d Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 5 years ago
  63. 63dfb79 sctp: change sctp_prot .no_autobind with true by Xin Long · 5 years ago
  64. 48f9bcf net: sctp: Rename fallthrough label to unhandled by Joe Perches · 5 years ago
  65. 70c2655 net: silence KCSAN warnings about sk->sk_backlog.len reads by Eric Dumazet · 5 years ago
  66. 8265792 net: silence KCSAN warnings around sk_add_backlog() calls by Eric Dumazet · 5 years ago
  67. b6e6b5f sctp: add SCTP_SEND_FAILED_EVENT event by Xin Long · 5 years ago
  68. 5cd0b91 sctp: add SCTP_ADDR_MADE_PRIM event by Xin Long · 5 years ago
  69. c446f50 sctp: add SCTP_ADDR_REMOVED event by Xin Long · 5 years ago
  70. 4b77403 sctp: add SCTP_ADDR_ADDED event by Xin Long · 5 years ago
  71. 819be81 sctp: add chunks to sk_backlog when the newsk sk_socket is not set by Xin Long · 5 years ago
  72. 895b5c9 netfilter: drop bridge nf reset from nf_reset by Florian Westphal · 5 years ago
  73. 4f6570d ipv6: add priority parameter to ip6_xmit() by Eric Dumazet · 5 years ago
  74. aa2eaa8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  75. 29b99f5 sctp: destroy bucket if failed to bind addr by Mao Wenan · 5 years ago
  76. e0e4b8d sctp: remove redundant assignment when call sctp_get_port_local by Mao Wenan · 5 years ago
  77. 8e2ef6a sctp: change return type of sctp_get_port_local by Mao Wenan · 5 years ago
  78. b456d72 sctp: Fix the link time qualifier of 'sctp_ctrlsock_exit()' by Christophe JAILLET · 5 years ago
  79. f794dc2 sctp: fix the missing put_user when dumping transport thresholds by Xin Long · 5 years ago
  80. 10eb56c sctp: use transport pf_retrans in sctp_do_8_2_transport_strike by Xin Long · 5 years ago
  81. d5886b9 sctp: allow users to set ep ecn flag by sockopt by Xin Long · 5 years ago
  82. 2f5268a sctp: allow users to set netns ecn flag with sysctl by Xin Long · 5 years ago
  83. 1b0b811 sctp: make ecn flag per netns and endpoint by Xin Long · 5 years ago
  84. 2f75763 sctp: remove net sctp.x_enable working as a global switch by Xin Long · 5 years ago
  85. 56dd525 sctp: add SCTP_AUTH_SUPPORTED sockopt by Xin Long · 5 years ago
  86. 03f9612 sctp: add sctp_auth_init and sctp_auth_free by Xin Long · 5 years ago
  87. 219f9ea sctp: use ep and asoc auth_enable properly by Xin Long · 5 years ago
  88. df2c71f sctp: add SCTP_ASCONF_SUPPORTED sockopt by Xin Long · 5 years ago
  89. a2eeacc sctp: check asoc peer.asconf_capable before processing asconf by Xin Long · 5 years ago
  90. bb2ded2 sctp: not set peer.asconf_capable in sctp_association_init by Xin Long · 5 years ago
  91. 4e27428 sctp: add asconf_enable in struct sctp_endpoint by Xin Long · 5 years ago
  92. 446bf64 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  93. 6d5afe2 sctp: fix memleak in sctp_send_reset_streams by zhengbin · 5 years ago
  94. a1794de sctp: fix the transport error_count check by Xin Long · 5 years ago
  95. 13dfb3f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  96. a64e59c sctp: factor out sctp_connect_add_peer by Xin Long · 5 years ago
  97. f26f995 sctp: factor out sctp_connect_new_asoc by Xin Long · 5 years ago
  98. dd8378b3 sctp: clean up __sctp_connect by Xin Long · 5 years ago
  99. f40f117 sctp: check addr_size with sa_family_t size in __sctp_setsockopt_connectx by Xin Long · 5 years ago
  100. 4c31bc6 sctp: only copy the available addr data in sctp_transport_init by Xin Long · 5 years ago