1. 933a41e [NETFILTER]: nf_conntrack: move conntrack protocol sysctls to individual modules by Patrick McHardy · 18 years ago
  2. d62f9ed [NETFILTER]: nf_conntrack: automatic sysctl registation for conntrack protocols by Patrick McHardy · 18 years ago
  3. f8eb24a [NETFILTER]: nf_conntrack: move extern declaration to header files by Patrick McHardy · 18 years ago
  4. d734685 [NETFILTER]: nf_conntrack_ftp: fix missing helper mask initilization by Patrick McHardy · 18 years ago
  5. be00c8e [NETFILTER]: nf_conntrack: reduce timer updates in __nf_ct_refresh_acct() by Martin Josefsson · 18 years ago
  6. 824621e [NETFILTER]: nf_conntrack: remove unused struct list_head from protocols by Martin Josefsson · 18 years ago
  7. 3ffd5ee [NETFILTER]: nf_conntrack: minor __nf_ct_refresh_acct() whitespace cleanup by Martin Josefsson · 18 years ago
  8. 951d36c [NETFILTER]: nf_conntrack: remove ASSERT_{READ,WRITE}_LOCK by Martin Josefsson · 18 years ago
  9. ae5718f [NETFILTER]: nf_conntrack: more sanity checks in protocol registration/unregistration by Martin Josefsson · 18 years ago
  10. 605dcad [NETFILTER]: nf_conntrack: rename struct nf_conntrack_protocol by Martin Josefsson · 18 years ago
  11. e2b7606 [NETFILTER]: More __read_mostly annotations by Martin Josefsson · 18 years ago
  12. 8f03dea [NETFILTER]: nf_conntrack: split out protocol handling by Martin Josefsson · 18 years ago
  13. f618012 [NETFILTER]: nf_conntrack: split out the event cache by Martin Josefsson · 18 years ago
  14. 7e5d03b [NETFILTER]: nf_conntrack: split out helper handling by Martin Josefsson · 18 years ago
  15. 77ab9cf [NETFILTER]: nf_conntrack: split out expectation handling by Martin Josefsson · 18 years ago
  16. d2e4bdc [TCP] Vegas: Increase default alpha to 2 and beta to 4. by David S. Miller · 18 years ago
  17. 6b57c93 [DCCP]: Use `unsigned' for packet lengths by Gerrit Renker · 18 years ago
  18. a79ef76 [DCCP] ccid3: Larger initial windows by Gerrit Renker · 18 years ago
  19. 841bac1 [DCCP]: Make {set,get}sockopt(DCCP_SOCKOPT_PACKET_SIZE) return 0 by Arnaldo Carvalho de Melo · 18 years ago
  20. 5aed324 [DCCP]: Tidy up unused structures by Gerrit Renker · 18 years ago
  21. 78ad713 [DCCP] ccid3: Track RX/TX packet size `s' using moving-average by Gerrit Renker · 18 years ago
  22. 2a1fda6 [DCCP] ccid3: Set NoFeedback Timeout according to RFC 3448 by Gerrit Renker · 18 years ago
  23. 4384260 [DCCP]: Remove allocation of sysctl numbers by Gerrit Renker · 18 years ago
  24. ee41e2d [INET]: Change protocol field in struct inet_protosw to u16 by Arnaldo Carvalho de Melo · 18 years ago
  25. 3a137d2 [TCP]: Renove the __ prefix on the struct tcp_sock members by Arnaldo Carvalho de Melo · 18 years ago
  26. 2ff52f2 [TCP]: Change tcp_header_len member in tcp_sock to u16 by Arnaldo Carvalho de Melo · 18 years ago
  27. 5d0dbc4 [DCCP] ccid3: Consolidate handling of t_RTO by Gerrit Renker · 18 years ago
  28. 17893bc [DCCP] ccid3: Consistently update t_nom, t_ipi, t_delta by Gerrit Renker · 18 years ago
  29. 48e03ee [DCCP] ccid3: Consolidate timer resets by Gerrit Renker · 18 years ago
  30. b798a9e [XFRM]: Convert a few __u8 to proper u8 by Jamal Hadi Salim · 18 years ago
  31. 0c51f53 [XFRM]: Make flush notifier prettier when subpolicy used by Jamal Hadi Salim · 18 years ago
  32. 46ca5f5 [XFRM]: Pack struct xfrm_policy by Arnaldo Carvalho de Melo · 18 years ago
  33. d5c42c0 [NET]: Pack struct hh_cache by Arnaldo Carvalho de Melo · 18 years ago
  34. 850db6b [INET_CONNECTION_SOCK]: Pack struct inet_connection_sock_af_ops by Arnaldo Carvalho de Melo · 18 years ago
  35. 4c0a6cb [UDP(-Lite)]: consolidate v4 and v6 get|setsockopt code by Gerrit Renker · 18 years ago
  36. e3703b3 [RTNETLINK]: Add rtnl_put_cacheinfo() to unify some code by Thomas Graf · 18 years ago
  37. 4e9b826 [NETLINK]: Remove unused dst_pid field in netlink_skb_parms by Thomas Graf · 18 years ago
  38. d61c167 [NET]: Add documentation for TFRC structures by Gerrit Renker · 18 years ago
  39. 5e19e3f [DCCP] ccid3: Resolve small FIXME by Gerrit Renker · 18 years ago
  40. 70dbd5b [DCCP] ccid3: Remove redundant statements in ccid3_hc_tx_packet_sent by Gerrit Renker · 18 years ago
  41. da335ba [DCCP] ccid3: Avoid congestion control on zero-sized data packets by Gerrit Renker · 18 years ago
  42. 7da7f45 [DCCP] ccid3: Simplify control flow of ccid3_hc_tx_send_packet by Gerrit Renker · 18 years ago
  43. 91cf5a1 [DCCP] ccid3: Fix calculation of t_ipi time of scheduled transmission by Gerrit Renker · 18 years ago
  44. f5c2d63 [DCCP] ccid3: Simplify control flow in the calculation of t_ipi by Gerrit Renker · 18 years ago
  45. 90feeb9 [DCCP] ccid3: Fix bug in calculation of first t_nom and first t_ipi by Gerrit Renker · 18 years ago
  46. 6472c05 [DCCP] ccid2: Allow window to grow larger by Andrea Bittau · 18 years ago
  47. 522f1d0 [DCCP] ackvec: Split long ack vectors across multiple options by Andrea Bittau · 18 years ago
  48. bdf13d2 [DCCP] ackvec: infrastructure for sending more than one ackvec per packet by Andrea Bittau · 18 years ago
  49. 0bd4ff1 [DCCP] ackvec: Remove unused dccpav_ack_ptr field from dccp_ackvec by Andrea Bittau · 18 years ago
  50. 4a89c25 [DECNET] address: Convert to new netlink interface by Thomas Graf · 18 years ago
  51. b020b94 [DECNET] address: Rename rtmsg_ifa() to dn_ifaddr_notify() by Thomas Graf · 18 years ago
  52. a6f01ca [DECNET] address: Calculate accurate message size for netlink notifications by Thomas Graf · 18 years ago
  53. 107a5fe [IPV6]: Improve IPv6 tunnel error reporting by Ville Nuorvala · 18 years ago
  54. 6fb32dd [IPV6]: Don't allocate memory for Tunnel Encapsulation Limit Option by Ville Nuorvala · 18 years ago
  55. 305d4b3 [IPV6]: Allow link-local tunnel endpoints by Ville Nuorvala · 18 years ago
  56. 09c6bbf [IPV6]: Do mandatory IPv6 tunnel endpoint checks in realtime by Ville Nuorvala · 18 years ago
  57. 567131a [IPV6]: Fix SIOCCHGTUNNEL bug in IPv6 tunnels by Ville Nuorvala · 18 years ago
  58. e94ef68 [GENETLINK] ctrl: Avoid empty CTRL_ATTR_OPS attribute when dumping by Thomas Graf · 18 years ago
  59. cdbc6da [XFRM]: Use kmemdup where appropriate by Arnaldo Carvalho de Melo · 18 years ago
  60. 2710b57 [TIPC]: Use kzalloc where appropriate by Arnaldo Carvalho de Melo · 18 years ago
  61. e69062b [SUNRPC]: Use k{mem,str}dup where applicable by Arnaldo Carvalho de Melo · 18 years ago
  62. af997d8 [SCTP]: Use kzalloc where appropriate by Arnaldo Carvalho de Melo · 18 years ago
  63. c7b1b24 [SCHED]: Use kmemdup & kzalloc where appropriate by Arnaldo Carvalho de Melo · 18 years ago
  64. b3ab09f [IRDA]: Use kmemdup where applicable by Arnaldo Carvalho de Melo · 18 years ago
  65. 8b2ed4b [IPVS]: Use kmemdup where appropriate by Arnaldo Carvalho de Melo · 18 years ago
  66. e6b6110 [DECNET]: Use kzalloc where applicable by Arnaldo Carvalho de Melo · 18 years ago
  67. b1a98bf [NET] neighbour: Use kmemdup where applicable by Arnaldo Carvalho de Melo · 18 years ago
  68. 2afe37c [ATM]: Use kmemdup & kzalloc where applicable by Arnaldo Carvalho de Melo · 18 years ago
  69. 6662598 [CIPSO]: Missing annotation in cipso_ipv4 update. by Al Viro · 18 years ago
  70. 5e57dff [NETPOLL]: Another udp checksum mangling. by Al Viro · 18 years ago
  71. 66c6f52 [NET]: net/sched annotations. by Al Viro · 18 years ago
  72. ff1dcad [NET]: Split skb->csum by Al Viro · 18 years ago
  73. 5b14027 [NETFILTER]: ip_nat_snmp_basic annotations. by Al Viro · 18 years ago
  74. 8e5200f [NET]: Fix assorted misannotations (from md5 and udplite merges). by Al Viro · 18 years ago
  75. 34bcca2 [SCTP]: Even more trivial sctp annotations. by Al Viro · 18 years ago
  76. 2178eda [SCTP]: SCTP_CMD_PROCESS_CTSN annotations. by Al Viro · 18 years ago
  77. 9f81bcd [SCTP]: More trivial sctp annotations. by Al Viro · 18 years ago
  78. 962c837 [SCTP]: Netfilter sctp annotations. by Al Viro · 18 years ago
  79. 3dbe865 [SCTP]: Annotate ->supported_addrs(). by Al Viro · 18 years ago
  80. e1857ea [SCTP]: sctp_association ->peer.i is a host-endian analog of sctp_inthdr. by Al Viro · 18 years ago
  81. dce116a [SCTP]: Get rid of the last remnants of sin_port flipping. by Al Viro · 18 years ago
  82. 6fbfa9f [SCTP]: Annotate ->inaddr_any(). by Al Viro · 18 years ago
  83. c9c938c [SCTP]: flip_to_{h,n}() are not needed anymore. by Al Viro · 18 years ago
  84. 7dcdbd9 [SCTP]: Don't bother setting sin_port in ->from_sk(). by Al Viro · 18 years ago
  85. 516b20e [SCTP]: ->a_h is gone now. by Al Viro · 18 years ago
  86. 9fd7649 [SCTP]: ip6_send() doesn't need fl_ip_[sd]port. by Al Viro · 18 years ago
  87. 7dd8a58 [SCTP]: sctp_sf_send_restart_abort() is endian-agnostic. by Al Viro · 18 years ago
  88. 8cec6b8 [SCTP]: We need to be careful when copying to sockaddr_storage. by Al Viro · 18 years ago
  89. b3f5b3b [SCTP]: Trivial ->ipaddr_h -> ->ipaddr conversions. by Al Viro · 18 years ago
  90. 74af924 [SCTP]: ->a_h is gone now. by Al Viro · 18 years ago
  91. 5ae955c [SCTP]: sctp_make_asconf_update_ip() and sctp_find_unmatch_addr(). by Al Viro · 18 years ago
  92. 6244be4 [SCTP]: Trivial parts of a_h -> a switch. by Al Viro · 18 years ago
  93. 80f15d6 [SCTP]: ->source_h is not used anymore. by Al Viro · 18 years ago
  94. a926626 [SCTP]: Switch all remaining users of ->saddr_h to ->saddr. by Al Viro · 18 years ago
  95. 16b0a03 [SCTP]: Switch sctp_chunk ->dest to net-endian. by Al Viro · 18 years ago
  96. d448388 [SCTP]: sctp_transport_route() switched to net-endian. by Al Viro · 18 years ago
  97. cb7b4a0 [SCTP]: Pass net-endian to ->get_dst(). by Al Viro · 18 years ago
  98. d3f7a54 [SCTP]: ->get_saddr() switched to net-endian. by Al Viro · 18 years ago
  99. 6a1e5f3 [SCTP]: sctp_process_init() and sctp_source() switched to net-endian. by Al Viro · 18 years ago
  100. 02a8a4d [SCTP]: sctp_copy_one_addr() switched to net-endian. by Al Viro · 18 years ago