1. af443b6 [NETFILTER]: ipt_REJECT: fix memory corruption by Patrick McHardy · 18 years ago
  2. 2e47c26 [NETFILTER]: conntrack: fix refcount leak when finding expectation by Yasuyuki Kozakai · 18 years ago
  3. c537b75 [NETFILTER]: ctnetlink: fix reference count leak by Patrick McHardy · 18 years ago
  4. ac16ca6 [NET]: Fix kfifo_alloc() error check. by Akinobu Mita · 18 years ago
  5. 753eab7 [UDP]: Make udp_encap_rcv use pskb_may_pull by Olaf Kirch · 18 years ago
  6. 38f7efd [NETFILTER]: H.323 conntrack: fix crash with CONFIG_IP_NF_CT_ACCT by Faidon Liambotis · 18 years ago
  7. 52bf376 [TCP]: Fix up sysctl_tcp_mem initialization. by John Heffner · 18 years ago
  8. d8a585d [NETFILTER]: Use pskb_trim in {ip,ip6,nfnetlink}_queue by Patrick McHardy · 18 years ago
  9. bb831eb [IPVS]: More endianness fixed. by Julian Anastasov · 18 years ago
  10. 9e950ef [TCP]: Don't use highmem in tcp hash size calculation. by John Heffner · 18 years ago
  11. b1736a7 [TCP]: Set default congestion control when no sysctl. by Stephen Hemminger · 18 years ago
  12. f8687af [NetLabel]: protect the CIPSOv4 socket option from setsockopt() by Paul Moore · 18 years ago
  13. 920b868 [NETFILTER]: ip_tables: compat code module refcounting fix by Dmitry Mishin · 18 years ago
  14. ef4512e [NETFILTER]: ip_tables: compat error way cleanup by Vasily Averin · 18 years ago
  15. 590bdf7 [NETFILTER]: Missed and reordered checks in {arp,ip,ip6}_tables by Dmitry Mishin · 18 years ago
  16. a27b58f [NET]: fix uaccess handling by Heiko Carstens · 18 years ago
  17. 2a272f9 [TCP] H-TCP: fix integer overflow by Gavin McCullagh · 18 years ago
  18. 2211924 [TCP] cubic: scaling error by Stephen Hemminger · 18 years ago
  19. 8257102 [IPV4] ipconfig: fix RARP ic_servaddr breakage by Al Viro · 18 years ago
  20. 06ca719 [TCP]: One NET_INC_STATS() could be NET_INC_STATS_BH in tcp_v4_err() by Eric Dumazet · 18 years ago
  21. 82fac05 [NETFILTER]: Missing check for CAP_NET_ADMIN in iptables compat layer by Björn Steinbrink · 18 years ago
  22. ae8064a [TCP]: Bound TSO defer time by John Heffner · 18 years ago
  23. b52f070 [IPv4] fib: Remove unused fib_config members by Thomas Graf · 18 years ago
  24. 4663afe [NET]: reduce sizeof(struct inet_peer), cleanup, change in peer_check_expire() by Eric Dumazet · 18 years ago
  25. ea614d7 NetLabel: the CIPSOv4 passthrough mapping does not pass categories correctly by Paul Moore · 18 years ago
  26. 044a68e NetLabel: only deref the CIPSOv4 standard map fields when using standard mapping by Paul Moore · 18 years ago
  27. 9ea8cfd [NETFILTER]: ctnetlink: Remove debugging messages by Pablo Neira Ayuso · 18 years ago
  28. a9f5459 [NETFILTER]: ipt_ECN/ipt_TOS: fix incorrect checksum update by Patrick McHardy · 18 years ago
  29. f603b6e [NETFILTER]: arp_tables: missing unregistration on module unload by Patrick McHardy · 18 years ago
  30. 8238b21 [NET]: Do not memcmp() over pad bytes of struct flowi. by David S. Miller · 18 years ago
  31. 9469c7b [NET]: Use typesafe inet_twsk() inline function instead of cast. by YOSHIFUJI Hideaki · 18 years ago
  32. 496c98d [NET]: Use hton{l,s}() for non-initializers. by YOSHIFUJI Hideaki · 18 years ago
  33. 4244f8a [TCP]: Use TCPOLEN_TSTAMP_ALIGNED macro instead of magic number. by YOSHIFUJI Hideaki · 18 years ago
  34. 5b368e6 IPsec: correct semantics for SELinux policy matching by Venkat Yekkirala · 18 years ago
  35. ffb733c NetLabel: fix a cache race condition by paul.moore@hp.com · 18 years ago
  36. 5e7ddac [PATCH] ptrdiff_t is %t, not %z by Al Viro · 18 years ago
  37. 0a69452 [XFRM]: BEET mode by Diego Beltrami · 18 years ago
  38. 80246ab [TCP]: Kill warning in tcp_clean_rtx_queue(). by David S. Miller · 18 years ago
  39. 1e0c14f [UDP]: Fix MSG_PROBE crash by Herbert Xu · 18 years ago
  40. 9d02002 [NETFILTER]: ipt_REJECT: remove largely duplicate route_reverse function by Patrick McHardy · 18 years ago
  41. 901eaf6 [NETFILTER]: Honour source routing for LVS-NAT by Simon Horman · 18 years ago
  42. b4c4ed1 [NETFILTER]: add type parameter to ip_route_me_harder by Simon Horman · 18 years ago
  43. f30c226 fix file specification in comments by Uwe Zeisberger · 18 years ago
  44. cab0089 Still more typo fixes by Matt LaPlante · 18 years ago
  45. 44c0920 more misc typo fixes by Matt LaPlante · 18 years ago
  46. 96b644b [PATCH] namespaces: utsname: use init_utsname when appropriate by Serge E. Hallyn · 18 years ago
  47. e9ff399 [PATCH] namespaces: utsname: switch to using uts namespaces by Serge E. Hallyn · 18 years ago
  48. 3a872d8 [PATCH] Kprobes: Make kprobe modules more portable by Ananth N Mavinakayanahalli · 18 years ago
  49. 6e9a473 [PATCH] completions: lockdep annotate on stack completions by Peter Zijlstra · 18 years ago
  50. 95d4e6b [NetLabel]: audit fixups due to delayed feedback by Paul Moore · 18 years ago
  51. 32f50cd [NetLabel]: add audit support for configuration changes by Paul Moore · 18 years ago
  52. 8ea333e [TCP]: Fix and simplify microsecond rtt sampling by John Heffner · 18 years ago
  53. bfbea8a [TCP] tcp-lp: prevent chance for oops by Wong Hoi Sing Edison · 18 years ago
  54. 96d2ca4 [IPVS] bug: endianness breakage in ip_vs_ftp by Al Viro · 18 years ago
  55. 014d730 [IPVS]: ipvs annotations by Al Viro · 18 years ago
  56. d4263cd [NETFILTER]: h323 annotations by Al Viro · 18 years ago
  57. 6a19d61 [NETFILTER]: ipt annotations by Al Viro · 18 years ago
  58. a76b11d [NETFILTER]: NAT annotations by Al Viro · 18 years ago
  59. cdcb71b [NETFILTER]: conntrack annotations by Al Viro · 18 years ago
  60. 59b8bfd [NETFILTER]: netfilter misc annotations by Al Viro · 18 years ago
  61. 28b06c3 [IPVS]: Make sure ip_vs_ftp ports are valid: module_param_array approach by Simon Horman · 18 years ago
  62. e44fd82 [IPVS]: Reverse valid ip_vs_ftp ports fix: port check approach by Simon Horman · 18 years ago
  63. 4324a17 [XFRM]: fl_ipsec_spi is net-endian by Al Viro · 18 years ago
  64. 6067b2b [XFRM]: xfrm_parse_spi() annotations by Al Viro · 18 years ago
  65. a94cfd1 [XFRM]: xfrm_state_lookup() annotations by Al Viro · 18 years ago
  66. 8f83f23 [XFRM]: ports in struct xfrm_selector annotated by Al Viro · 18 years ago
  67. 9f85529 [IPV4]: inet_diag annotations by Al Viro · 18 years ago
  68. 8210323 [IPV4]: inet_rcv_saddr() annotations by Al Viro · 18 years ago
  69. 23f33c2 [IPV4]: struct inet_timewait_sock annotations by Al Viro · 18 years ago
  70. fb99c84 [IPV4]: annotate inet_lookup() and friends by Al Viro · 18 years ago
  71. 4f765d8 [IPV4]: INET_MATCH() annotations by Al Viro · 18 years ago
  72. 45d60b9 [IPV4]: FRA_{DST,SRC} annotated by Al Viro · 18 years ago
  73. 81f7bf6 [IPV4]: net/ipv4/fib annotations by Al Viro · 18 years ago
  74. 114c784 [IPV4]: mroute annotations by Al Viro · 18 years ago
  75. df7a3b0 [TCP] net/ipv4/tcp_output.c: trivial annotations by Al Viro · 18 years ago
  76. b03d73e [IPV4] net/ipv4/icmp.c: trivial annotations by Al Viro · 18 years ago
  77. 734ab87 [UDP] net/ipv4/udp.c: trivial annotations by Al Viro · 18 years ago
  78. 6b72977 [IPV4]: inet_csk_search_req() annotations by Al Viro · 18 years ago
  79. ed9bad0 [IPV4] net/ipv4/arp.c: trivial annotations by Al Viro · 18 years ago
  80. 4f3608b [TCP] net/ipv4/tcp_input.c: trivial annotations by Al Viro · 18 years ago
  81. 35986b3 [IPV4]: ip_icmp_error() annotations by Al Viro · 18 years ago
  82. 0579016 [IPV4]: ip_local_error() annotations by Al Viro · 18 years ago
  83. 269bd27 [TCP]: struct tcp_sack_block annotations by Al Viro · 18 years ago
  84. 6300772 [IPV4]: trivial igmp annotations by Al Viro · 18 years ago
  85. c0cda06 [IPV4]: ip_mc_sf_allow() annotated by Al Viro · 18 years ago
  86. ea4d9e7 [IPV4]: struct ip_sf_list and struct ip_sf_socklist annotated by Al Viro · 18 years ago
  87. 8f935bb [IPV4]: ip_mc_{inc,dec}_group() annotations by Al Viro · 18 years ago
  88. 4b06a7c [IPV4]: ip_local_error() ipv4 address argument annotated by Al Viro · 18 years ago
  89. e25d2ca [IPV4]: trivial ip_options.c annotations by Al Viro · 18 years ago
  90. c1d18f9 [IPV4]: struct ipcm_cookie annotation by Al Viro · 18 years ago
  91. 3ca3c68 [IPV4]: struct ip_options annotations by Al Viro · 18 years ago
  92. 7f25afb [IPV4]: inet_csk_search_req() (partial) annotations by Al Viro · 18 years ago
  93. adaf345 [IPV4]: annotate address in inet_request_sock by Al Viro · 18 years ago
  94. 321efff [IPV4]: Fix order in inet_init failure path. by Olaf Kirch · 18 years ago
  95. 13d8eaa [IPV4]: ip_build_and_send_pkt() annotations by Al Viro · 18 years ago
  96. 8712f77 [IPV4]: ip_options_build() annotations by Al Viro · 18 years ago
  97. e8192f3 [IPV4] bug: broken open-coded inet_make_mask() (multipath_wrandom) by Al Viro · 18 years ago
  98. f20f4a6 [IPV4] multipath_wrandom.c: trivial annotations by Al Viro · 18 years ago
  99. d9cd66e [IPV4]: multipath_set_nhinfo() annotations by Al Viro · 18 years ago
  100. 32ab5f8 [IPV4] fib_trie.c: trivial annotations by Al Viro · 18 years ago