1. d62f9ed [NETFILTER]: nf_conntrack: automatic sysctl registation for conntrack protocols by Patrick McHardy · 18 years ago
  2. f8eb24a [NETFILTER]: nf_conntrack: move extern declaration to header files by Patrick McHardy · 18 years ago
  3. 824621e [NETFILTER]: nf_conntrack: remove unused struct list_head from protocols by Martin Josefsson · 18 years ago
  4. ae5718f [NETFILTER]: nf_conntrack: more sanity checks in protocol registration/unregistration by Martin Josefsson · 18 years ago
  5. 605dcad [NETFILTER]: nf_conntrack: rename struct nf_conntrack_protocol by Martin Josefsson · 18 years ago
  6. f618012 [NETFILTER]: nf_conntrack: split out the event cache by Martin Josefsson · 18 years ago
  7. 7e5d03b [NETFILTER]: nf_conntrack: split out helper handling by Martin Josefsson · 18 years ago
  8. 77ab9cf [NETFILTER]: nf_conntrack: split out expectation handling by Martin Josefsson · 18 years ago
  9. ee41e2d [INET]: Change protocol field in struct inet_protosw to u16 by Arnaldo Carvalho de Melo · 18 years ago
  10. 46ca5f5 [XFRM]: Pack struct xfrm_policy by Arnaldo Carvalho de Melo · 18 years ago
  11. 850db6b [INET_CONNECTION_SOCK]: Pack struct inet_connection_sock_af_ops by Arnaldo Carvalho de Melo · 18 years ago
  12. 4c0a6cb [UDP(-Lite)]: consolidate v4 and v6 get|setsockopt code by Gerrit Renker · 18 years ago
  13. 4a89c25 [DECNET] address: Convert to new netlink interface by Thomas Graf · 18 years ago
  14. 66c6f52 [NET]: net/sched annotations. by Al Viro · 18 years ago
  15. 8e5200f [NET]: Fix assorted misannotations (from md5 and udplite merges). by Al Viro · 18 years ago
  16. 2178eda [SCTP]: SCTP_CMD_PROCESS_CTSN annotations. by Al Viro · 18 years ago
  17. 3dbe865 [SCTP]: Annotate ->supported_addrs(). by Al Viro · 18 years ago
  18. e1857ea [SCTP]: sctp_association ->peer.i is a host-endian analog of sctp_inthdr. by Al Viro · 18 years ago
  19. 6fbfa9f [SCTP]: Annotate ->inaddr_any(). by Al Viro · 18 years ago
  20. c9c938c [SCTP]: flip_to_{h,n}() are not needed anymore. by Al Viro · 18 years ago
  21. 516b20e [SCTP]: ->a_h is gone now. by Al Viro · 18 years ago
  22. 74af924 [SCTP]: ->a_h is gone now. by Al Viro · 18 years ago
  23. 80f15d6 [SCTP]: ->source_h is not used anymore. by Al Viro · 18 years ago
  24. a926626 [SCTP]: Switch all remaining users of ->saddr_h to ->saddr. by Al Viro · 18 years ago
  25. dd86d13 [SCTP]: Switch ->from_addr_param() to net-endian. by Al Viro · 18 years ago
  26. 854d43a [SCTP]: Annotate ->dst_saddr() by Al Viro · 18 years ago
  27. 2a6fd78 [SCTP] embedded sctp_addr: net-endian mirrors by Al Viro · 18 years ago
  28. 09ef7fe [SCTP]: Beginning of conversion to net-endian for embedded sctp_addr. by Al Viro · 18 years ago
  29. 04afd8b [SCTP]: Beginning of sin_port fixes. by Al Viro · 18 years ago
  30. dbc16db [SCTP]: Trivial sctp endianness annotations. by Al Viro · 18 years ago
  31. 72f17e1 [SCTP]: Annotate tsn_dups. by Al Viro · 18 years ago
  32. dc251b2 [SCTP]: SCTP_CMD_INIT_FAILED annotations. by Al Viro · 18 years ago
  33. 63706c5 [SCTP]: sctp_make_op_error() annotations. by Al Viro · 18 years ago
  34. 5bf2db0 [SCTP]: Annotate sctp_init_cause(). by Al Viro · 18 years ago
  35. 89c8945 [IPV6] net/ipv6/sit.c: make 2 functions static by Adrian Bunk · 18 years ago
  36. c6b1677 NetLabel: use the correct CIPSOv4 MLS label limits by Paul Moore · 18 years ago
  37. 701a90b NetLabel: make netlbl_lsm_secattr struct easier/quicker to understand by Paul Moore · 18 years ago
  38. c6fa82a NetLabel: change netlbl_secattr_init() to return void by Paul Moore · 18 years ago
  39. 1f758d9 NetLabel: use gfp_t instead of int where it makes sense by Paul Moore · 18 years ago
  40. 58a5a7b [NET]: Conditionally use bh_lock_sock_nested in sk_receive_skb by Arnaldo Carvalho de Melo · 18 years ago
  41. 6bb100b [UDPLite]: udplite.h needs ip6_checksum.h by David S. Miller · 18 years ago
  42. f9214b2 [NET]: ipvs checksum annotations. by Al Viro · 18 years ago
  43. 5c78f27 [NET]: IP header modifier helpers annotations. by Al Viro · 18 years ago
  44. f6ab028 [NET]: Make mangling a checksum (0 -> 0xffff on the wire) explicit. by Al Viro · 18 years ago
  45. b51655b [NET]: Annotate __skb_checksum_complete() and friends. by Al Viro · 18 years ago
  46. b1550f2 [NET]: Annotate ip_vs_checksum_complete() and callers. by Al Viro · 18 years ago
  47. 5084205 [NET]: Annotate callers of csum_partial_copy_...() and csum_and_copy...() in net/* by Al Viro · 18 years ago
  48. 868c86b [NET]: annotate csum_ipv6_magic() callers in net/* by Al Viro · 18 years ago
  49. 6b11687 [NET]: Annotate csum_tcpudp_magic() callers in net/* by Al Viro · 18 years ago
  50. d6f5493 [NET]: Annotate callers of csum_tcpudp_nofold() in net/* by Al Viro · 18 years ago
  51. 56649d5 [NET]: Generic checksum annotations and cleanups. by Al Viro · 18 years ago
  52. 30d492d [ATM]: Annotations. by Al Viro · 18 years ago
  53. ef296f5 [IPV6]: __ipv6_addr_diff() annotations and cleanup. by Al Viro · 18 years ago
  54. e69a4ad [IPV6]: Misc endianness annotations. by Al Viro · 18 years ago
  55. 714e85b [IPV6]: Assorted trivial endianness annotations. by Al Viro · 18 years ago
  56. 448c31a [IRDA]: Trivial annotations. by Al Viro · 18 years ago
  57. ba4e58e [NET]: Supporting UDP-Lite (RFC 3828) in Linux by Gerrit Renker · 18 years ago
  58. 17c157c [GENL]: Add genlmsg_put_reply() to simplify building reply headers by Thomas Graf · 18 years ago
  59. 81878d2 [GENL]: Add genlmsg_reply() to simply unicast replies to requests by Thomas Graf · 18 years ago
  60. 3dabc71 [GENL]: Add genlmsg_new() to allocate generic netlink messages by Thomas Graf · 18 years ago
  61. cfb6eeb [TCP]: MD5 Signature Option (RFC2385) support. by YOSHIFUJI Hideaki · 18 years ago
  62. b9df3cb [TCP/DCCP]: Introduce net_xmit_eval by Gerrit Renker · 18 years ago
  63. 339bf98 [NETLINK]: Do precise netlink message allocations where possible by Thomas Graf · 18 years ago
  64. a11d206 [IPV6]: Per-interface statistics support. by YOSHIFUJI Hideaki · 18 years ago
  65. 7a3025b [IPV6]: Introduce ip6_dst_idev() to get inet6_dev{} stored in dst_entry{}. by YOSHIFUJI Hideaki · 18 years ago
  66. 9317311 [TCP]: Don't set SKB owner in tcp_transmit_skb(). by David S. Miller · 18 years ago
  67. ce7bc3b [TCP]: Restrict congestion control choices. by Stephen Hemminger · 18 years ago
  68. 3ff825b [TCP]: Add tcp_available_congestion_control sysctl. by Stephen Hemminger · 18 years ago
  69. b68dbca [SCTP]: Fix warning by Vlad Yasevich · 18 years ago
  70. 72a3eff [NET]: Size listen hash tables using backlog hint by Eric Dumazet · 18 years ago
  71. 1f6c955 [NET] rules: Share common attribute validation policy by Thomas Graf · 18 years ago
  72. b8964ed [NET] rules: Protocol independant mark selector by Thomas Graf · 18 years ago
  73. 5f30089 [IPV4] nl_fib_lookup: Rename fl_fwmark to fl_mark by Thomas Graf · 18 years ago
  74. 47dcf0c [NET]: Rethink mark field in struct flowi by Thomas Graf · 18 years ago
  75. 7768102 [XFRM]: uninline xfrm_selector_match() by Andrew Morton · 18 years ago
  76. fcc70d5 [BLUETOOTH] lockdep: annotate sk_lock nesting in AF_BLUETOOTH by Peter Zijlstra · 18 years ago
  77. 6b87769 SELinux: Return correct context for SO_PEERSEC by Venkat Yekkirala · 18 years ago
  78. 6ba9c75 [BLUETOOTH]: rfcomm endianness annotations by Al Viro · 18 years ago
  79. 3fbd418 [LLC]: anotations by Al Viro · 18 years ago
  80. fede70b [IPV6]: annotate inet6_csk_search_req() by Al Viro · 18 years ago
  81. 90bcaf7 [IPV6]: flowlabels are net-endian by Al Viro · 18 years ago
  82. 92d9ece [INET]: annotate inet_ecn.h by Al Viro · 18 years ago
  83. 8a9ae21 [NET]: annotate dsfield.h by Al Viro · 18 years ago
  84. 5d36b18 [XFRM]: annotate ->new_mapping() by Al Viro · 18 years ago
  85. 44473a6 [IPV6]: annotate struct frag_hdr by Al Viro · 18 years ago
  86. 04ce690 [IPV6]: 'info' argument of ipv6 ->err_handler() is net-endian by Al Viro · 18 years ago
  87. 8c689a6 [XFRM]: misc annotations by Al Viro · 18 years ago
  88. d2ecd9c [IPV6]: annotate inet6_hashtables by Al Viro · 18 years ago
  89. 5a874db [NET]: ipconfig and nfsroot annotations by Al Viro · 18 years ago
  90. 3e6c8cd [TIPC]: endianness annotations by Al Viro · 18 years ago
  91. 837925d [PATCH] ieee80211: Drop and count duplicate data frames to remove 'replay detected' log messages by Larry Finger · 18 years ago
  92. c9308b0 [PATCH] ieee80211: Move IV/ICV stripping into ieee80211_rx by Daniel Drake · 18 years ago
  93. dc9b334 [NET]: Re-fix of doc-comment in sock.h by Paul Bonser · 18 years ago
  94. da41390 [IPVS]: Compile fix for annotations in userland. by Simon Horman · 18 years ago
  95. 95026cd [IPV6]: Fix ECN bug on big-endian by Al Viro · 18 years ago
  96. 02e6037 [IPX]: Annotate and fix IPX checksum by Al Viro · 18 years ago
  97. 4833ed0 [IPX]: Trivial parts of endianness annotations by Al Viro · 18 years ago
  98. 6a43487 [NET]: kernel-doc fix for sock.h by Randy Dunlap · 18 years ago
  99. 185b1aa [NET]: Reduce sizeof(struct flowi) by 20 bytes. by Eric Dumazet · 18 years ago
  100. cde49b0 Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 into upstream-fixes by Jeff Garzik · 18 years ago