1. df39e8b Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 18 years ago
  2. f557285 [SKB]: __skb_queue_tail = __skb_insert before by Gerrit Renker · 18 years ago
  3. 7de6c03 [SKB]: __skb_append = __skb_queue_after by Gerrit Renker · 18 years ago
  4. bf29927 [SKB]: __skb_queue_after(prev) = __skb_insert(prev, prev->next) by Gerrit Renker · 18 years ago
  5. f525c06 [SKB]: __skb_dequeue = skb_peek + __skb_unlink by Gerrit Renker · 18 years ago
  6. e9df2e8 [IPV6]: Use appropriate sock tclass setting for routing lookup. by YOSHIFUJI Hideaki · 18 years ago
  7. 7cd636f [IPV6]: IPv6 extension header structures need to be packed. by YOSHIFUJI Hideaki · 18 years ago
  8. cee8947 [IPV6] MROUTE: Do not call ipv6_find_idev() directly. by YOSHIFUJI Hideaki · 18 years ago
  9. 0204774 [NETNS][DCCPV6]: Move the dccp_v6_ctl_sk on the struct net. by Pavel Emelyanov · 18 years ago
  10. 7b1cffa [NETNS][DCCPV4]: Move the dccp_v4_ctl_sk on the struct net. by Pavel Emelyanov · 18 years ago
  11. 67019cc [NETNS]: Add an empty netns_dccp structure on struct net. by Pavel Emelyanov · 18 years ago
  12. 5f4472c [TCP]: Remove owner from tcp_seq_afinfo. by Denis V. Lunev · 18 years ago
  13. 68fcadd [TCP]: Place file operations directly into tcp_seq_afinfo. by Denis V. Lunev · 18 years ago
  14. 9427c4b [TCP]: Move seq_ops from tcp_iter_state to tcp_seq_afinfo. by Denis V. Lunev · 18 years ago
  15. a4146b1 [TCP]: Replace struct net on tcp_iter_state with seq_net_private. by Denis V. Lunev · 18 years ago
  16. 6fb9114 Merge branch 'net-2.6.26-misc-20080412b' of git://git.linux-ipv6.org/gitroot/yoshfuji/linux-2.6-dev by David S. Miller · 18 years ago
  17. 03e1ad7 LSM: Make the Labeled IPsec hooks more stack friendly by Paul Moore · 18 years ago
  18. 0044787 NetLabel: Allow passing the LSM domain as a shared pointer by Paul Moore · 18 years ago
  19. 14daa02 net: make struct tun_struct private to tun.c by Rusty Russell · 18 years ago
  20. ab38fb0 [SCTP]: Fix compiler warning about const qualifiers by Vlad Yasevich · 18 years ago
  21. f4ad85c [SCTP]: Fix protocol violation when receiving an error lenght INIT-ACK by Gui Jianfeng · 18 years ago
  22. 7f1eced [IPV6] MIP6: Use our standard definitions for paddings. by YOSHIFUJI Hideaki · 18 years ago
  23. f3ee401 [IPV6]: Define constants for link-local multicast addresses. by YOSHIFUJI Hideaki · 18 years ago
  24. 9acd9f3 [IPV6]: Make address arguments const. by YOSHIFUJI Hideaki · 18 years ago
  25. dfd982b [IPV6] ADDRCONF: Uninline ipv6_isatap_eui64(). by YOSHIFUJI Hideaki · 18 years ago
  26. 3eb84f4 [IPV6] ADDRCONF: Uninline ipv6_addr_hash(). by YOSHIFUJI Hideaki · 18 years ago
  27. fed85383 [IPV6]: Use XOR and OR rather than mutiple ands for ipv6 address comparisons. by YOSHIFUJI Hideaki · 18 years ago
  28. 4dfc281 [Syncookies]: Add support for TCP options via timestamps. by Florian Westphal · 18 years ago
  29. 5c06f51 [IPV6]: Remove unused declarations in include/net/ip6_route.h. by Rami Rosen · 18 years ago
  30. 4738c1d [SKFILTER]: Add SKF_ADF_NLATTR instruction by Patrick McHardy · 18 years ago
  31. 3cccd60 [IPV6] Remove three method declarations in include/net/ndisc.h. by Rami Rosen · 18 years ago
  32. 43db6d6 socket: sk_filter deinline by Stephen Hemminger · 18 years ago
  33. b715631 socket: sk_filter minor cleanups by Stephen Hemminger · 18 years ago
  34. 84363e6 mac80211: notify mac from low level driver (iwlwifi) by Mohamed Abbas · 18 years ago
  35. d625a29 ssb: Add support for block-I/O by Michael Buesch · 18 years ago
  36. fff7710 mac80211: add station aid into ieee80211_tx_control by Chr · 18 years ago
  37. 8fe2b65 ssb: Turn suspend/resume upside down by Michael Buesch · 18 years ago
  38. 21c0cbe mac80211: add association capabilty and timing info into bss_conf by Tomas Winkler · 18 years ago
  39. 38668c0 mac80211: eliminate conf_ht by Tomas Winkler · 18 years ago
  40. 8eefca4 Merge branch 'net-2.6.26-isatap-20080403' of git://git.linux-ipv6.org/gitroot/yoshfuji/linux-2.6-dev by David S. Miller · 18 years ago
  41. 882beba [TCP]: tcp_simple_retransmit can cause S+L by Ilpo Järvinen · 18 years ago
  42. 12802d0 [IPV6]: Comment MRT6_xxx sockopts in include/linux/in6.h. by YOSHIFUJI Hideaki · 18 years ago
  43. 14fb64e [IPV6] MROUTE: Support PIM-SM (SSM). by YOSHIFUJI Hideaki · 18 years ago
  44. 7bc570c [IPV6] MROUTE: Support multicast forwarding. by YOSHIFUJI Hideaki · 18 years ago
  45. 80a9492 [IPV4] MROUTE: Adjust include files for user-space. by YOSHIFUJI Hideaki · 18 years ago
  46. 2e80462 [IPV4] MROUTE: Move PIM definitions to <linux/pim.h>. by YOSHIFUJI Hideaki · 18 years ago
  47. 3bb5da3 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 18 years ago
  48. 046ee90 [NETNS]: Create tcp control socket in the each namespace. by Denis V. Lunev · 18 years ago
  49. 5677242 [NETNS]: Inet control socket should not hold a namespace. by Denis V. Lunev · 18 years ago
  50. eee4fe4 [INET]: Let inet_ctl_sock_create return sock rather than socket. by Denis V. Lunev · 18 years ago
  51. 3d58b5f [INET]: Rename inet_csk_ctl_sock_create to inet_ctl_sock_create. by Denis V. Lunev · 18 years ago
  52. a4aa834 [NETNS]: Declare init_net even without CONFIG_NET defined. by Denis V. Lunev · 18 years ago
  53. e1ec1b8 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 18 years ago
  54. de357cc [IPV6] NDISC: Don't rely on node-type hint from L2 unless required. by YOSHIFUJI Hideaki · 18 years ago
  55. 52eeeb8 [IPV6]: Unify ip6_onlink() and ipip6_onlink(). by YOSHIFUJI Hideaki · 18 years ago
  56. 300aaee [IPV6] SIT: Add SIOCGETPRL ioctl to get/dump PRL. by YOSHIFUJI Hideaki · 18 years ago
  57. fadf6bf [IPV6] SIT: Add PRL management for ISATAP. by Templin, Fred L · 18 years ago
  58. 06f11f3 alpha: get_current(): don't add zero to current_thread_info()->task by Andrew Morton · 18 years ago
  59. c143d43 alpha: fix ALSA DMA mmap crash by Ivan Kokshaysky · 18 years ago
  60. dd135eb kvm: provide kvm.h for all architecture: fixes headers_install by Christian Borntraeger · 18 years ago
  61. 2f819ae Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 18 years ago
  62. 34e6bbf cfq-iosched: fix rcu freeing of cfq io contexts by Fabio Checconi · 18 years ago
  63. c0f3932 [NETNS]: Do not include net/net_namespace.h from seq_file.h by Denis V. Lunev · 18 years ago
  64. 225c0a0 [NETNS]: Merge ifdef CONFIG_NET in include/net/net_namespace.h. by Denis V. Lunev · 18 years ago
  65. 1002747 Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.25 by Linus Torvalds · 18 years ago
  66. 6143439 Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/ralf/upstream-linus by Linus Torvalds · 18 years ago
  67. 758e285 [MIPS] Alchemy: work around clock misdetection on early Au1000 by Sergei Shtylyov · 18 years ago
  68. a7097ff Input: make sure input interfaces pin parent input devices by Dmitry Torokhov · 18 years ago
  69. f83f176 [LLC]: skb allocation size for responses by Joonwoo Park · 18 years ago
  70. 70ee115 [SOCK][NETNS]: Add the percpu prot_inuse counter in the struct net. by Pavel Emelyanov · 18 years ago
  71. c29a0bc [SOCK][NETNS]: Add a struct net argument to sock_prot_inuse_add and _get. by Pavel Emelyanov · 18 years ago
  72. 8efa6e9 [NETNS]: Introduce a netns_core structure. by Pavel Emelyanov · 18 years ago
  73. 3edf8fa [NET]: Fix allnoconfig build on powerpc and avr32 by David S. Miller · 18 years ago
  74. 7d7f7c3 remove include/asm-sh/floppy.h by Adrian Bunk · 18 years ago
  75. a77df5c Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 18 years ago
  76. 62ad36a Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 by Linus Torvalds · 18 years ago
  77. b2ddb90 dma_page_list ->base_address is a userland pointer by Al Viro · 18 years ago
  78. 7d61c45 compat_sys_wait4() prototype misannotation by Al Viro · 18 years ago
  79. 7c43f2b NULL noise: frv cmpxchg() by Al Viro · 18 years ago
  80. 729d4de ide: fix defining SUPPORT_VLB_SYNC by Bartlomiej Zolnierkiewicz · 18 years ago
  81. 3ec25eb libata: ATA_EHI_LPM should be ATA_EH_LPM by Tejun Heo · 18 years ago
  82. 17eed24 Merge branch 'upstream-net26' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6 by David S. Miller · 18 years ago
  83. 9307b57 drivers/net/arcnet/arcnet.c: use time_* macros by S.Caglar Onur · 18 years ago
  84. 4ad96d3 [UDP]: Remove owner from udp_seq_afinfo. by Denis V. Lunev · 18 years ago
  85. 3ba9441 [UDP]: Place file operations directly into udp_seq_afinfo. by Denis V. Lunev · 18 years ago
  86. dda6192 [UDP]: Move seq_ops from udp_iter_state to udp_seq_afinfo. by Denis V. Lunev · 18 years ago
  87. 6f191ef [UDP]: Replace struct net on udp_iter_state with seq_net_private. by Denis V. Lunev · 18 years ago
  88. 095d911 [LIB]: Drop the pcounter itself. by Pavel Emelyanov · 18 years ago
  89. bdcde3d [SOCK]: Drop inuse pcounter from struct proto (v2). by Pavel Emelyanov · 18 years ago
  90. 60e7663 [SOCK]: Drop per-proto inuse init and fre functions (v2). by Pavel Emelyanov · 18 years ago
  91. 1338d46 [SOCK]: Introduce a percpu inuse counters array (v2). by Pavel Emelyanov · 18 years ago
  92. 13ff3d6 [SOCK]: Enumerate struct proto-s to facilitate percpu inuse accounting (v2). by Pavel Emelyanov · 18 years ago
  93. bc578a5 [NET]: Rename inet_frag.h identifiers COMPLETE, FIRST_IN, LAST_IN to INET_FRAG_* by Joe Perches · 18 years ago
  94. 0ef4730 net: Comment dev_kfree_skb_irq and dev_kfree_skb_any better by Matti Linnanvuori · 18 years ago
  95. a5a0481 [LLC]: station source mac address by Joonwoo Park · 18 years ago
  96. be2ce06 [IPV6]: Remove unused method declaration in include/net/addrconf.h. by Rami Rosen · 18 years ago
  97. 1567ca7 [NET]: Protect device namespace inlines with CONFIG_NET by David S. Miller · 18 years ago
  98. af8be4e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 18 years ago
  99. 5ac7ec8 ext3: don't export ext3_fs.h and jbd.h by Christoph Hellwig · 18 years ago
  100. 3afe392 kernel: add bit rotation helpers for 16 and 8 bit by Harvey Harrison · 18 years ago