1. f937f1f46 [NETLINK]: Don't leak 'listeners' in netlink_kernel_create() by Jesper Juhl · 17 years ago
  2. 1dff92e [IPV6] __inet6_csk_dst_store(): fix check-after-use by Adrian Bunk · 17 years ago
  3. 65c8846 [IPV6]: Avoid skb_copy/pskb_copy/skb_realloc_headroom on input by Herbert Xu · 17 years ago
  4. f61944e [IPV6]: Make ipv6_frag_rcv return the same packet by Herbert Xu · 17 years ago
  5. 3db05fe [NETFILTER]: Replace sk_buff ** with sk_buff * by Herbert Xu · 17 years ago
  6. 2ca7b0a [NETFILTER]: Avoid skb_copy/pskb_copy/skb_realloc_headroom by Herbert Xu · 17 years ago
  7. af1e1cf [IPVS]: Replace local version of skb_make_writable by Herbert Xu · 17 years ago
  8. 37d4187 [NETFILTER]: Do not copy skb in skb_make_writable by Herbert Xu · 17 years ago
  9. 7b99565 [BRIDGE]: Unshare skb upon entry by Herbert Xu · 17 years ago
  10. f697c3e [NET]: Avoid unnecessary cloning for ingress filtering by Herbert Xu · 17 years ago
  11. 776c729 [IPV4]: Change ip_defrag to return an integer by Herbert Xu · 17 years ago
  12. 1706d58 [IPV4]: Make ip_defrag return the same packet by Herbert Xu · 17 years ago
  13. e0053ec [SKBUFF]: Add skb_morph by Herbert Xu · 17 years ago
  14. dec1881 [SKBUFF]: Merge common code between copy_skb_header and skb_clone by Herbert Xu · 17 years ago
  15. f4921af Merge git://git.linux-nfs.org/pub/linux/nfs-2.6 by Linus Torvalds · 17 years ago
  16. b5869ce Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-sched by Linus Torvalds · 17 years ago
  17. 37ca506 Merge branch 'nfs-server-stable' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 17 years ago
  18. 71e20f1 sched: affine sync wakeups by Ingo Molnar · 17 years ago
  19. f53f413 fix endianness bug in inet_lro by Al Viro · 17 years ago
  20. 9df7c98 inet_lro: trivial endianness annotations by Al Viro · 17 years ago
  21. 411223c fix breakage in sctp getsockopt by Al Viro · 17 years ago
  22. c4ea43c net core: fix kernel-doc for new function parameters by Randy Dunlap · 17 years ago
  23. 19c38de kobjects: fix up improper use of the kobject name field by Greg Kroah-Hartman · 17 years ago
  24. 7eff2e7 Driver core: change add_uevent_var to use a struct by Kay Sievers · 17 years ago
  25. b08d6cb [TCP]: Limit processing lost_retrans loop to work-to-do cases by Ilpo Järvinen · 17 years ago
  26. f785a8e [TCP]: Fix lost_retrans loop vs fastpath problems by Ilpo Järvinen · 17 years ago
  27. 4cd8299 [TCP]: No need to re-count fackets_out/sacked_out at RTO by Ilpo Järvinen · 17 years ago
  28. d193594 [TCP]: Extract tcp_match_queue_to_sack from sacktag code by Ilpo Järvinen · 17 years ago
  29. f6fb128 [TCP]: Kill almost unused variable pcount from sacktag by Ilpo Järvinen · 17 years ago
  30. 3eec004 [TCP]: Fix mark_head_lost to ignore R-bit when trying to mark L by Ilpo Järvinen · 17 years ago
  31. 16e9068 [TCP]: Add bytes_acked (ABC) clearing to FRTO too by Ilpo Järvinen · 17 years ago
  32. 4953f0f [IPv6]: Update setsockopt(IPV6_MULTICAST_IF) to support RFC 3493, try2 by Brian Haley · 17 years ago
  33. 73aaf93 [NETFILTER]: x_tables: add missing ip6t_modulename aliases by Jan Engelhardt · 17 years ago
  34. 1731139 [NETFILTER]: nf_conntrack_tcp: fix connection reopening by Jozsef Kadlecsik · 17 years ago
  35. 28f7b036 [NETLINK]: fib_frontend build fixes by David S. Miller · 17 years ago
  36. 3191057 [IPv6]: Export userland ND options through netlink (RDNSS support) by Pierre Ynard · 17 years ago
  37. cd40b7d [NET]: make netlink user -> kernel interface synchronious by Denis V. Lunev · 17 years ago
  38. aed8156 [NET]: unify netlink kernel socket recognition by Denis V. Lunev · 17 years ago
  39. 7ee015e [NET]: cleanup 3rd argument in netlink_sendskb by Denis V. Lunev · 17 years ago
  40. 3b71535 [NET]: Make netlink processing routines semi-synchronious (inspired by rtnl) v2 by Denis V. Lunev · 17 years ago
  41. 1536cc0 [NET]: rtnl_unlock cleanups by Denis V. Lunev · 17 years ago
  42. fa8705b [NET]: sanitize kernel_accept() error path by Tony Battersby · 17 years ago
  43. 227b60f [INET]: local port range robustness by Stephen Hemminger · 17 years ago
  44. 0639300 [SCTP]: port randomization by Stephen Hemminger · 17 years ago
  45. 3c0cfc1 [NET_SCHED]: Show timer resolution instead of clock resolution in /proc/net/psched by Patrick McHardy · 17 years ago
  46. 631a6698 [IPSEC]: Move IP protocol setting from transforms into xfrm4_input.c by Herbert Xu · 17 years ago
  47. ceb1eec8 [IPSEC]: Move IP length/checksum setting out of transforms by Herbert Xu · 17 years ago
  48. 87bdc48 [IPSEC]: Get rid of ipv6_{auth,esp,comp}_hdr by Herbert Xu · 17 years ago
  49. 37fedd3 [IPSEC]: Use IPv6 calling convention as the convention for x->mode->output by Herbert Xu · 17 years ago
  50. 7b277b1 [IPSEC]: Set skb->data to payload in x->mode->output by Herbert Xu · 17 years ago
  51. bee0b40 [IPSEC] beet: Fix extension header support on output by Herbert Xu · 17 years ago
  52. 8bd1707 [IPSEC] esp: Remove NAT-T checksum invalidation for BEET by Herbert Xu · 17 years ago
  53. f24e3d6 [IPV6]: Defer IPv6 device initialization until a valid qdisc is specified by Mitsuru Chinen · 17 years ago
  54. 9b77265 [NET]: Remove double dev->flags checking when calling dev_close() by Pavel Emelyanov · 17 years ago
  55. 1c1e87e [TCP]: Separate lost_retrans loop into own function by Ilpo Järvinen · 17 years ago
  56. ec93103 [SUNRPC]: Make the sunrpc use the seq_open_private() by Pavel Emelyanov · 17 years ago
  57. a662d4c [IRDA]: Make the IRDA use the seq_open_private() by Pavel Emelyanov · 17 years ago
  58. 3116408 [DECNET]: Make decnet code use the seq_open_private() by Pavel Emelyanov · 17 years ago
  59. e2da591 [NETFILTER]: Make netfilter code use the seq_open_private by Pavel Emelyanov · 17 years ago
  60. cf7732e [NET]: Make core networking code use seq_open_private by Pavel Emelyanov · 17 years ago
  61. e2f036d [PATCH] mac80211: Defer setting of RX_FLAG_DECRYPTED. by Mattias Nissler · 17 years ago
  62. 0654ff0 [PATCH] ieee80211_if_set_type: make check for master dev more explicit by John W. Linville · 17 years ago
  63. b7c6538 [IPSEC]: Move state lock into x->type->output by Herbert Xu · 17 years ago
  64. 050f009 [IPSEC]: Lock state when copying non-atomic fields to user-space by Herbert Xu · 17 years ago
  65. 68325d3 [XFRM] user: Move attribute copying code into copy_to_user_state_extra by Herbert Xu · 17 years ago
  66. 658b219 [IPSEC]: Move common code into xfrm_alloc_spi by Herbert Xu · 17 years ago
  67. 75ba28c [IPSEC]: Remove gratuitous km wake-up events on ACQUIRE by Herbert Xu · 17 years ago
  68. 007f021 [IPSEC]: Store IPv6 nh pointer in mac_header on output by Herbert Xu · 17 years ago
  69. 1ecafed [IPSEC]: Remove bogus ref count in xfrm_secpath_reject by Herbert Xu · 17 years ago
  70. 32f0c4c [NETNS]: Don't memset() netns to zero manually by Pavel Emelyanov · 17 years ago
  71. 0a8891a [IPv6]: use container_of() macro in fib6_clean_node() by Benjamin Thery · 17 years ago
  72. 4665079 [NETNS]: Move some code into __init section when CONFIG_NET_NS=n by Pavel Emelyanov · 17 years ago
  73. 3607c44 [8021Q]: transfer dev_id from real device by Ursula Braun · 17 years ago
  74. 45b17f4 [IPSEC]: Move RO-specific output code into xfrm6_mode_ro.c by Herbert Xu · 17 years ago
  75. cdf7e66 [IPSEC]: Unexport xfrm_replay_notify by Herbert Xu · 17 years ago
  76. 436a0a4 [IPSEC]: Move output replay code into xfrm_output by Herbert Xu · 17 years ago
  77. 83815de [IPSEC]: Move xfrm_state_check into xfrm_output.c by Herbert Xu · 17 years ago
  78. 406ef77 [IPSEC]: Move common output code to xfrm_output by Herbert Xu · 17 years ago
  79. bc31d3b [IPSEC] ah: Remove keys from ah_data structure by Herbert Xu · 17 years ago
  80. 4b7137f [IPSEC] esp: Remove keys from esp_data structure by Herbert Xu · 17 years ago
  81. f0703c8 [AF_IUCV]: postpone receival of iucv-packets by Ursula Braun · 17 years ago
  82. 57f2044 [AF_IUCV]: remove static declarations from header file. by Heiko Carstens · 17 years ago
  83. 14e3e07 [NET]: split dev_ifsioc() according to locking by Jeff Garzik · 17 years ago
  84. cfcabdc [NET]: sparse warning fixes by Stephen Hemminger · 17 years ago
  85. de83c05 [TCP]: "Annotate" another fackets_out state reset by Ilpo Järvinen · 17 years ago
  86. 29d0a30 [TCP]: Fix two off-by-one errors in fackets_out adjusting logic by Ilpo Järvinen · 17 years ago
  87. 4a5409a [DCCP]: Twice the wrong reset code in receiving connection-Requests by Gerrit Renker · 17 years ago
  88. dcad856 [DCCP]: Wrong format in printk by Gerrit Renker · 17 years ago
  89. 451bc04 [DCCP]: Tidy-up -- minisock initialisation by Gerrit Renker · 17 years ago
  90. 5e28599 [CCID2]: Sequence number wraparound issues by Gerrit Renker · 17 years ago
  91. 6c58324 [CCID2]: Remove redundant case block by Gerrit Renker · 17 years ago
  92. ee196c2 [CCID2]: Remove redundant BUG_ON by Gerrit Renker · 17 years ago
  93. 7d9e893 [CCID2]: Remove ugly BUG_ON by Gerrit Renker · 17 years ago
  94. cd1f7d3 [CCID2]: Simplify interface by Gerrit Renker · 17 years ago
  95. 042d18f [DCCP]: Make all `debug' parameters bool by Gerrit Renker · 17 years ago
  96. 7c559a9 [DCCP]: Add socket option to query the current MPS by Gerrit Renker · 17 years ago
  97. bc84987 [DCCP]: Wait for CCID by Gerrit Renker · 17 years ago
  98. 478f8d2 [MAC80211]: add sta_notify callback by Tomas Winkler · 17 years ago
  99. 42613db [MAC80211]: implement cfg80211's change_interface hook by Johannes Berg · 17 years ago
  100. 47f0c50 [MAC80211]: Add association LED trigger by Michael Buesch · 17 years ago