1. 202863f sctp: Change sctp to implement csum_levels by Tom Herbert · 10 years ago
  2. 7304fe4 net: fix the counter ICMP_MIB_INERRORS/ICMP6_MIB_INERRORS by Duan Jiong · 10 years ago
  3. 5bc1d1b sctp: remove macros sctp_bh_[un]lock_sock by wangweidong · 10 years ago
  4. 387602d sctp: remove macros sctp_write_[un]_lock by wangweidong · 10 years ago
  5. 79b9113 sctp: remove macros sctp_local_bh_{disable|enable} by wangweidong · 10 years ago
  6. 8d72651 sctp: fix checkpatch errors with open brace '{' and trailing statements by wangweidong · 11 years ago
  7. f7010e6 sctp: fix checkpatch errors with indent by wangweidong · 11 years ago
  8. cb3f837 sctp: fix checkpatch errors with space required or prohibited by wangweidong · 11 years ago
  9. f482f2f sctp: remove the never used 'return' and redundant 'break' by wangweidong · 11 years ago
  10. 790e38b ipv6: move ip6_sk_accept_pmtu from generic pmtu update path to ipv6 one by Hannes Frederic Sowa · 11 years ago
  11. fc45b45 Revert "sctp: fix missing include file" by David S. Miller · 11 years ago
  12. ac0917f sctp: fix missing include file by sfeldma@cumulusnetworks.com · 11 years ago
  13. 93b36cf ipv6: support IPV6_PMTU_INTERFACE on sockets by Hannes Frederic Sowa · 11 years ago
  14. e477266 sctp: remove redundant null check on asoc by wangweidong · 11 years ago
  15. 4b2f13a sctp: Fix FSF address in file headers by Jeff Kirsher · 11 years ago
  16. 3f96a53 net: sctp: rfc4443: do not report ICMP redirects to user space by Daniel Borkmann · 11 years ago
  17. 71acc0d Revert "net: sctp: convert sctp_checksum_disable module param into sctp sysctl" by David S. Miller · 11 years ago
  18. 477143e net: sctp: trivial: update bug report in header comment by Daniel Borkmann · 11 years ago
  19. cda5f98 net: sctp: convert sctp_checksum_disable module param into sctp sysctl by Daniel Borkmann · 11 years ago
  20. 024ec3d net/sctp: Refactor SCTP skb checksum computation by Joe Stringer · 11 years ago
  21. 91705c6 net: sctp: trivial: update mailing list address by Daniel Borkmann · 11 years ago
  22. bb33381 net: sctp: rework debugging framework to use pr_debug and friends by Daniel Borkmann · 11 years ago
  23. dda9192 net: sctp: remove SCTP_STATIC macro by Daniel Borkmann · 11 years ago
  24. aef6de5 sctp: Correct byte order of access to skb->{network, transport}_header by Simon Horman · 11 years ago
  25. 158874c sctp: Correct access to skb->{network, transport}_header by Simon Horman · 11 years ago
  26. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 11 years ago
  27. 25cc4ae net: remove redundant check for timer pending state before del_timer by Ying Xue · 11 years ago
  28. 5756599 sctp: fix a typo in prototype of __sctp_rcv_lookup() by Nicolas Dichtel · 12 years ago
  29. e1fc3b1 sctp: Make sysctl tunables per net by Eric W. Biederman · 12 years ago
  30. 55e26eb sctp: Push struct net down to sctp_chunk_event_lookup by Eric W. Biederman · 12 years ago
  31. b01a240 sctp: Make the mib per network namespace by Eric W. Biederman · 12 years ago
  32. 2ce9550 sctp: Make the ctl_sock per network namespace by Eric W. Biederman · 12 years ago
  33. 4110cc2 sctp: Make the association hashtable handle multiple network namespaces by Eric W. Biederman · 12 years ago
  34. 4cdadcb sctp: Make the endpoint hashtable handle multiple network namespaces by Eric W. Biederman · 12 years ago
  35. abaa72d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  36. 6700c27 net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}() by David S. Miller · 12 years ago
  37. 2eebc1e sctp: Fix list corruption resulting from freeing an association on a list by Neil Horman · 12 years ago
  38. 02f3d4c sctp: Adjust PMTU updates to accomodate route invalidation. by David S. Miller · 12 years ago
  39. 1ed5c48 net: Remove checks for dst_ops->redirect being NULL. by David S. Miller · 12 years ago
  40. ec18d9a ipv6: Add redirect support to all protocol icmp error handlers. by David S. Miller · 12 years ago
  41. 55be7a9 ipv4: Add redirect support to all protocol icmp error handlers. by David S. Miller · 12 years ago
  42. f545a38 net: add a limit parameter to sk_add_backlog() by Eric Dumazet · 12 years ago
  43. dfd56b8 net: use IS_ENABLED(CONFIG_IPV6) by Eric Dumazet · 13 years ago
  44. ea11073 net: Remove casts of void * by Joe Perches · 13 years ago
  45. b71d1d4 inet: constify ip headers and in6_addr by Eric Dumazet · 13 years ago
  46. 85c5ed4 sctp: handle ootb packet in chunk order as defined by Shan Wei · 13 years ago
  47. 6a43573 sctp: use common head of addr parameter to access member in addr-unrelated code by Shan Wei · 13 years ago
  48. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  49. efea2c6 sctp: several declared/set but unused fixes by Hagen Paul Pfeifer · 13 years ago
  50. 50b5d6a sctp: Fix a race between ICMP protocol unreachable and connect() by Vlad Yasevich · 14 years ago
  51. 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
  52. a3a858f net: backlog functions rename by Zhu Yi · 14 years ago
  53. 50b1a78 sctp: use limited socket backlog by Zhu Yi · 14 years ago
  54. 1b003be sctp: Use frag list abstraction interfaces. by David S. Miller · 15 years ago
  55. 4458f04 sctp: Clean up sctp checksumming code by Vlad Yasevich · 15 years ago
  56. 06e8680 sctp: Allow to disable SCTP checksums via module parameter by Lucas Nussbaum · 15 years ago
  57. ae53b5b sctp: Fix another socket race during accept/peeloff by Vlad Yasevich · 15 years ago
  58. 91bd6b1 sctp: Drop ICMP packet too big message with MTU larger than current PMTU by Wei Yongjun · 16 years ago
  59. 336d326 sctp: remove unnecessary byteshifting, calculate directly in big-endian by Harvey Harrison · 16 years ago
  60. de0744a mib: add net to NET_INC_STATS_BH by Pavel Emelyanov · 16 years ago
  61. dcfc23c mib: add struct net to ICMP_INC_STATS_BH by Pavel Emelyanov · 16 years ago
  62. 7115e63 sctp: Validate Initiate Tag when handling ICMP message by Wei Yongjun · 16 years ago
  63. eab2e0b2 SCTP: Remove useless assignment from __sctp_rcv_lookup_endpoint by Gui Jianfeng · 16 years ago
  64. 577f99c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  65. bc92dd1 [SCTP]: fix misannotated __sctp_rcv_asconf_lookup() by Al Viro · 16 years ago
  66. 0dc4787 net: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  67. 60c778b [SCTP]: Stop claiming that this is a "reference implementation" by Vlad Yasevich · 16 years ago
  68. df21857 [SCTP]: Update association lookup to look at ASCONF chunks as well by Vlad Yasevich · 17 years ago
  69. 9ad0977 [SCTP]: Use crc32c library for checksum calculations. by Vlad Yasevich · 17 years ago
  70. d970dbf SCTP: Convert custom hash lists to use hlist. by Vlad Yasevich · 17 years ago
  71. bbd0d59 [SCTP]: Implement the receive and verification of AUTH chunk by Vlad Yasevich · 17 years ago
  72. 3c77f96 SCTP: Discard OOTB packetes with bundled INIT early. by Vlad Yasevich · 17 years ago
  73. 0467521 sctp: make locally used function static by sebastian@breakpoint.cc · 17 years ago
  74. 8a47949 [SCTP] Flag a pmtu change request by Vlad Yasevich · 17 years ago
  75. c910b47 [SCTP] Update pmtu handling to be similar to tcp by Vlad Yasevich · 17 years ago
  76. 6047637 [NET]: Treat CHECKSUM_PARTIAL as CHECKSUM_UNNECESSARY by Herbert Xu · 17 years ago
  77. 27a884d [SK_BUFF]: Convert skb->tail to sk_buff_data_t by Arnaldo Carvalho de Melo · 17 years ago
  78. 2e07fa9 [SK_BUFF]: Use offsets for skb->{mac,network,transport}_header on 64bit architectures by Arnaldo Carvalho de Melo · 17 years ago
  79. b0e380b [SK_BUFF]: unions of just one member don't get anything done, kill them by Arnaldo Carvalho de Melo · 17 years ago
  80. a27ef74 [SCTP]: Eliminate some pointer attributions to the skb layer headers by Arnaldo Carvalho de Melo · 17 years ago
  81. 88c7664 [SK_BUFF]: Introduce icmp_hdr(), remove skb->h.icmph by Arnaldo Carvalho de Melo · 17 years ago
  82. 2c0fd38 [SCTP]: Introduce sctp_hdr() by Arnaldo Carvalho de Melo · 17 years ago
  83. ea2ae17 [SK_BUFF]: Introduce skb_transport_offset() by Arnaldo Carvalho de Melo · 17 years ago
  84. eddc9ec [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph by Arnaldo Carvalho de Melo · 17 years ago
  85. 31c7711 [SK_BUFF]: Some more simple skb_reset_network_header conversions by Arnaldo Carvalho de Melo · 17 years ago
  86. d808ad9 [NET] SCTP: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  87. 6c7be55 [SCTP]: sctp_has_association() switched to net-endian. by Al Viro · 18 years ago
  88. dd86d13 [SCTP]: Switch ->from_addr_param() to net-endian. by Al Viro · 18 years ago
  89. d55c41b [SCTP]: Switch ->from_skb() to net-endian. by Al Viro · 18 years ago
  90. f235fca [SCTP]: sctp_init_addrs() switched to net-endian. by Al Viro · 18 years ago
  91. e2fcced [SCTP]: Switch sctp_assoc_is_match to net-endian. by Al Viro · 18 years ago
  92. 1c7d1fc [SCTP]: Switch sctp_endpoint_is_match() to net-endian. by Al Viro · 18 years ago
  93. de76e69 [SCTP]: Remove temporary associations from backlog and hash. by Vlad Yasevich · 18 years ago
  94. 28cd775 [SCTP]: Always linearise packet on input by Herbert Xu · 18 years ago
  95. f236218b [SCTP]: Do not timestamp every SCTP packet. by Vlad Yasevich · 18 years ago
  96. b56bab4 [SCTP]: Use correct mask when disabling PMTUD. by Vlad Yasevich · 18 years ago
  97. fda9ef5 [NET]: Fix sk->sk_filter field access by Dmitry Mishin · 18 years ago
  98. ac0b046 [SCTP]: Extend /proc/net/sctp/snmp to provide more statistics. by Sridhar Samudrala · 18 years ago
  99. 503b55f [SCTP]: Don't do CRC32C checksum over loopback. by Sridhar Samudrala · 18 years ago
  100. 5636bef [SCTP]: Reject sctp packets with broadcast addresses. by Vlad Yasevich · 18 years ago