1. 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
  2. a3a858f net: backlog functions rename by Zhu Yi · 14 years ago
  3. 50b1a78 sctp: use limited socket backlog by Zhu Yi · 14 years ago
  4. 1b003be sctp: Use frag list abstraction interfaces. by David S. Miller · 15 years ago
  5. 4458f04 sctp: Clean up sctp checksumming code by Vlad Yasevich · 15 years ago
  6. 06e8680 sctp: Allow to disable SCTP checksums via module parameter by Lucas Nussbaum · 15 years ago
  7. ae53b5b sctp: Fix another socket race during accept/peeloff by Vlad Yasevich · 15 years ago
  8. 91bd6b1 sctp: Drop ICMP packet too big message with MTU larger than current PMTU by Wei Yongjun · 16 years ago
  9. 336d326 sctp: remove unnecessary byteshifting, calculate directly in big-endian by Harvey Harrison · 16 years ago
  10. de0744a mib: add net to NET_INC_STATS_BH by Pavel Emelyanov · 16 years ago
  11. dcfc23c mib: add struct net to ICMP_INC_STATS_BH by Pavel Emelyanov · 16 years ago
  12. 7115e63 sctp: Validate Initiate Tag when handling ICMP message by Wei Yongjun · 16 years ago
  13. eab2e0b2 SCTP: Remove useless assignment from __sctp_rcv_lookup_endpoint by Gui Jianfeng · 16 years ago
  14. 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
  15. bc92dd1 [SCTP]: fix misannotated __sctp_rcv_asconf_lookup() by Al Viro · 16 years ago
  16. 0dc4787 net: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  17. 60c778b [SCTP]: Stop claiming that this is a "reference implementation" by Vlad Yasevich · 16 years ago
  18. df21857 [SCTP]: Update association lookup to look at ASCONF chunks as well by Vlad Yasevich · 16 years ago
  19. 9ad0977 [SCTP]: Use crc32c library for checksum calculations. by Vlad Yasevich · 16 years ago
  20. d970dbf SCTP: Convert custom hash lists to use hlist. by Vlad Yasevich · 17 years ago
  21. bbd0d59 [SCTP]: Implement the receive and verification of AUTH chunk by Vlad Yasevich · 17 years ago
  22. 3c77f96 SCTP: Discard OOTB packetes with bundled INIT early. by Vlad Yasevich · 17 years ago
  23. 0467521 sctp: make locally used function static by sebastian@breakpoint.cc · 17 years ago
  24. 8a47949 [SCTP] Flag a pmtu change request by Vlad Yasevich · 17 years ago
  25. c910b47 [SCTP] Update pmtu handling to be similar to tcp by Vlad Yasevich · 17 years ago
  26. 6047637 [NET]: Treat CHECKSUM_PARTIAL as CHECKSUM_UNNECESSARY by Herbert Xu · 17 years ago
  27. 27a884d [SK_BUFF]: Convert skb->tail to sk_buff_data_t by Arnaldo Carvalho de Melo · 17 years ago
  28. 2e07fa9 [SK_BUFF]: Use offsets for skb->{mac,network,transport}_header on 64bit architectures by Arnaldo Carvalho de Melo · 17 years ago
  29. b0e380b [SK_BUFF]: unions of just one member don't get anything done, kill them by Arnaldo Carvalho de Melo · 17 years ago
  30. a27ef74 [SCTP]: Eliminate some pointer attributions to the skb layer headers by Arnaldo Carvalho de Melo · 17 years ago
  31. 88c7664 [SK_BUFF]: Introduce icmp_hdr(), remove skb->h.icmph by Arnaldo Carvalho de Melo · 17 years ago
  32. 2c0fd38 [SCTP]: Introduce sctp_hdr() by Arnaldo Carvalho de Melo · 17 years ago
  33. ea2ae17 [SK_BUFF]: Introduce skb_transport_offset() by Arnaldo Carvalho de Melo · 17 years ago
  34. eddc9ec [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph by Arnaldo Carvalho de Melo · 17 years ago
  35. 31c7711 [SK_BUFF]: Some more simple skb_reset_network_header conversions by Arnaldo Carvalho de Melo · 17 years ago
  36. d808ad9 [NET] SCTP: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  37. 6c7be55 [SCTP]: sctp_has_association() switched to net-endian. by Al Viro · 18 years ago
  38. dd86d13 [SCTP]: Switch ->from_addr_param() to net-endian. by Al Viro · 18 years ago
  39. d55c41b [SCTP]: Switch ->from_skb() to net-endian. by Al Viro · 18 years ago
  40. f235fca [SCTP]: sctp_init_addrs() switched to net-endian. by Al Viro · 18 years ago
  41. e2fcced [SCTP]: Switch sctp_assoc_is_match to net-endian. by Al Viro · 18 years ago
  42. 1c7d1fc [SCTP]: Switch sctp_endpoint_is_match() to net-endian. by Al Viro · 18 years ago
  43. de76e69 [SCTP]: Remove temporary associations from backlog and hash. by Vlad Yasevich · 18 years ago
  44. 28cd775 [SCTP]: Always linearise packet on input by Herbert Xu · 18 years ago
  45. f236218b [SCTP]: Do not timestamp every SCTP packet. by Vlad Yasevich · 18 years ago
  46. b56bab4 [SCTP]: Use correct mask when disabling PMTUD. by Vlad Yasevich · 18 years ago
  47. fda9ef5 [NET]: Fix sk->sk_filter field access by Dmitry Mishin · 18 years ago
  48. ac0b046 [SCTP]: Extend /proc/net/sctp/snmp to provide more statistics. by Sridhar Samudrala · 18 years ago
  49. 503b55f [SCTP]: Don't do CRC32C checksum over loopback. by Sridhar Samudrala · 18 years ago
  50. 5636bef [SCTP]: Reject sctp packets with broadcast addresses. by Vlad Yasevich · 18 years ago
  51. 61c9fed [SCTP]: A better solution to fix the race between sctp_peeloff() and sctp_rcv(). by Vladislav Yasevich · 18 years ago
  52. 8de8c87 [SCTP]: Set sk_err so that poll wakes up after a non-blocking connect failure. by Sridhar Samudrala · 18 years ago
  53. 2babf9d [SCTP]: Fix up sctp_rcv return value by Herbert Xu · 18 years ago
  54. a7d1f1b [SCTP]: Fix sctp_rcv_ootb() to handle the last chunk of a packet correctly. by Tsutomu Fujii · 18 years ago
  55. c4d2444 [SCTP]: Fix couple of races between sctp_peeloff() and sctp_rcv(). by Sridhar Samudrala · 18 years ago
  56. 7a48f92 [SCTP]: Fix potential race condition between sctp_close() and sctp_rcv(). by Sridhar Samudrala · 18 years ago
  57. b59c270 [NETFILTER]: Keep conntrack reference until IPsec policy checks are done by Patrick McHardy · 18 years ago
  58. 52ccb8e [SCTP]: Update SCTP_PEER_ADDR_PARAMS socket option to the latest api draft. by Frank Filz · 18 years ago
  59. 049b3ff [SCTP]: Include ulpevents in socket receive buffer accounting. by Neil Horman · 19 years ago
  60. a61bbcf [NET]: Store skb->timestamp as offset to a base timestamp by Patrick McHardy · 19 years ago
  61. d1ad1ff [SCTP]: Fix potential null pointer dereference while handling an icmp error by Sridhar Samudrala · 19 years ago
  62. 79af02c [SCTP]: Use struct list_head for chunk lists, not sk_buff_head. by David S. Miller · 19 years ago
  63. 3f7a87d [SCTP] sctp_connectx() API support by Frank Filz · 19 years ago
  64. 0fd9a65 [SCTP] Support SO_BINDTODEVICE socket option on incoming packets. by Neil Horman · 19 years ago
  65. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago