1. c813b4e Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 18 years ago
  2. cb23832 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 18 years ago
  3. f221e72 sysctl: simplify ->strategy by Alexey Dobriyan · 18 years ago
  4. 404d0ae fix random typos by Danny ter Haar · 18 years ago
  5. 346e15b driver core: basic infrastructure for per-module dynamic debug messages by Jason Baron · 18 years ago
  6. 8fa0b31 decnet: Fix compiler warning in dn_dev.c by David S. Miller · 18 years ago
  7. 22441cf IPV6: Fix default gateway criteria wrt. HIGH/LOW preference radv option by Pedro Ribeiro · 18 years ago
  8. deb28d9 net/802/fc.c: Fix compilation warnings by Manish Katiyar · 18 years ago
  9. ab55570 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 18 years ago
  10. eef9d90 netns: correct mib stats in ip6_route_me_harder() by Alexey Dobriyan · 18 years ago
  11. 4ef079c netns: fix net_generic array leak by Alexey Dobriyan · 18 years ago
  12. 4233df6 ath9k/mac80211: disallow fragmentation in ath9k, report to userspace by Johannes Berg · 18 years ago
  13. d048e50 mac80211: Fix scan RX processing oops by Jouni Malinen · 18 years ago
  14. 33c0360 cfg80211: fix debugfs error handling by Johannes Berg · 18 years ago
  15. c74e90a mac80211: fix debugfs netdev rename by Johannes Berg · 18 years ago
  16. 0991481 mac80211: fix HT information element parsing by Johannes Berg · 18 years ago
  17. 63044e9 mac80211: fix debugfs lockup by Johannes Berg · 18 years ago
  18. e413b21 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 18 years ago
  19. 93c1013 HID: move connect quirks by Jiri Slaby · 18 years ago
  20. 8c19a51 HID: move apple quirks by Jiri Slaby · 18 years ago
  21. d458a9d HID: move ignore quirks by Jiri Slaby · 18 years ago
  22. c500c97 HID: hid, make parsing event driven by Jiri Slaby · 18 years ago
  23. 85cdaf5 HID: make a bus from hid code by Jiri Slaby · 18 years ago
  24. 8acd3a6 Merge branch 'for-2.6.28' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 18 years ago
  25. e6a7d3c netfilter: ctnetlink: remove bogus module dependency between ctnetlink and nf_nat by Pablo Neira Ayuso · 18 years ago
  26. 129404a netfilter: fix ebtables dependencies by Patrick McHardy · 18 years ago
  27. 38f7ac3 netfilter: restore lost #ifdef guarding defrag exception by Patrick McHardy · 18 years ago
  28. 4309659 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 18 years ago
  29. 56f26f7 net/rfkill/rfkill-input.c needs <linux/sched.h> by Geert Uytterhoeven · 18 years ago
  30. 113aa83 net: Rationalise email address: Network Specific Parts by Alan Cox · 18 years ago
  31. 510149e dsa: fix compile bug on s390 by Heiko Carstens · 18 years ago
  32. e7dc849 netns: mib6 section fixlet by Alexey Dobriyan · 18 years ago
  33. b4bb4ac pktgen: fix skb leak in case of failure by Ilpo Järvinen · 18 years ago
  34. a447c09 vfs: Use const for kernel parser table by Steven Whitehouse · 18 years ago
  35. fffdede Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 18 years ago
  36. bf94e17 net/mac80211/rx.c: fix build error by Ingo Molnar · 18 years ago
  37. 14717f8 netfilter: remove unused #include <version.h> by Huang Weiyi · 18 years ago
  38. ab396eb net: Fix off-by-one in skb_dma_map by Dimitris Michailidis · 18 years ago
  39. ff71268 wireless: remove duplicated #include by Huang Weiyi · 18 years ago
  40. 93db628 Merge branch 'next' into for-linus by James Morris · 18 years ago
  41. 7bb82d9 gre: Initialise rtnl_link tunnel parameters properly by Herbert Xu · 18 years ago
  42. f901b64 ipvs: Add proper dependencies on IP_VS, and fix description header line. by David S. Miller · 18 years ago
  43. 1839faa af_key: fix SADB_X_SPDDELETE response by Tobias Brunner · 18 years ago
  44. 4d74f8b gre: minor cleanups in netlink interface by Patrick McHardy · 18 years ago
  45. ba9e64b gre: fix copy and paste error by Patrick McHardy · 18 years ago
  46. d91d407 netlabel: Add configuration support for local labeling by Paul Moore · 18 years ago
  47. 15c45f7 cipso: Add support for native local labeling and fixup mapping names by Paul Moore · 18 years ago
  48. 014ab19 selinux: Set socket NetLabel based on connection endpoint by Paul Moore · 18 years ago
  49. 948bf85 netlabel: Add functionality to set the security attributes of a packet by Paul Moore · 18 years ago
  50. 63c4168 netlabel: Add network address selectors to the NetLabel/LSM domain mapping by Paul Moore · 18 years ago
  51. 61e1068 netlabel: Add a generic way to create ordered linked lists of network addrs by Paul Moore · 18 years ago
  52. b1edeb1 netlabel: Replace protocol/NetLabel linking with refrerence counts by Paul Moore · 18 years ago
  53. dfaebe9 selinux: Fix missing calls to netlbl_skbuff_err() by Paul Moore · 18 years ago
  54. 948a724 netlabel: Remove unneeded in-kernel API functions by Paul Moore · 18 years ago
  55. 5619670 netlabel: Fix some sparse warnings by Paul Moore · 18 years ago
  56. fa3e5b4 tcpv6: fix error with CONFIG_TCP_MD5SIG disabled by Guo-Fu Tseng · 18 years ago
  57. f24d43c udp: complete port availability checking by Eric Dumazet · 18 years ago
  58. 626e264 tcpv6: combine tcp_v6_send_(reset|ack) by Ilpo Järvinen · 18 years ago
  59. 81ada62 tcpv6: convert opt[] -> topt in tcp_v6_send_reset by Ilpo Järvinen · 18 years ago
  60. 77c676d tcpv6: trivial formatting changes to send_(ack|reset) by Ilpo Järvinen · 18 years ago
  61. 78e645c tcpv[46]: fix md5 pseudoheader address field ordering by Ilpo Järvinen · 18 years ago
  62. a1080a8 sctp: update SNMP statiscts when T5 timer expired. by Vlad Yasevich · 18 years ago
  63. 56eb82b sctp: Fix SNMP number of SCTP_MIB_ABORTED during violation handling. by Vlad Yasevich · 18 years ago
  64. 3d5a019 sctp: Fix the SNMP number of SCTP_MIB_CURRESTAB by Wei Yongjun · 18 years ago
  65. 64194c3 inet: Make tunnel RX/TX byte counters more consistent by Herbert Xu · 18 years ago
  66. e1a8000 gre: Add Transparent Ethernet Bridging by Herbert Xu · 18 years ago
  67. c19e654 gre: Add netlink interface by Herbert Xu · 18 years ago
  68. 42aa916 gre: Move MTU setting out of ipgre_tunnel_bind_dev by Herbert Xu · 18 years ago
  69. c95b819 gre: Use needed_headroom by Herbert Xu · 18 years ago
  70. 45cec1b dsa: Need to select PHYLIB. by David S. Miller · 18 years ago
  71. 2e16a77 dsa: add support for the Marvell 88E6060 switch chip by Lennert Buytenhek · 18 years ago
  72. 396138f dsa: add support for Trailer tagging format by Lennert Buytenhek · 18 years ago
  73. 2e5f032 dsa: add support for the Marvell 88E6131 switch chip by Lennert Buytenhek · 18 years ago
  74. cf85d08 dsa: add support for original DSA tagging format by Lennert Buytenhek · 18 years ago
  75. 91da11f net: Distributed Switch Architecture protocol support by Lennert Buytenhek · 18 years ago
  76. 107e000 Merge branch 'from-tomtucker' into for-2.6.28 by J. Bruce Fields · 18 years ago
  77. 4dd5651 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 18 years ago
  78. 071d7ab ipvs: Remove stray file left over from ipvs move by Sven Wegener · 18 years ago
  79. 53b1257 tcpv6: fix option space offsets with md5 by Ilpo Järvinen · 18 years ago
  80. db2bf24 Merge branch 'lvs-next-2.6' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/lvs-2.6 by David S. Miller · 18 years ago
  81. 0201518 sctp: shrink sctp_tsnmap some more by removing gabs array by Vlad Yasevich · 18 years ago
  82. 8e1ee18 sctp: Rework the tsn map to use generic bitmap. by Vlad Yasevich · 18 years ago
  83. 3c689b7 inet: cleanup of local_port_range by Eric Dumazet · 18 years ago
  84. 9088c56 udp: Improve port randomization by Eric Dumazet · 18 years ago
  85. 53e9150 pkt_sched: Update qdisc requeue stats in dev_requeue_skb() by Jarek Poplawski · 18 years ago
  86. 52cd575 tcp: fix length used for checksum in a reset by Ilpo Järvinen · 18 years ago
  87. 2ca89ce ipv6: remove unused not init_ipv6_mibs/cleanup_ipv6_mibs by Denis V. Lunev · 18 years ago
  88. 9261e53 ipv6: making ip and icmp statistics per/namespace by Denis V. Lunev · 18 years ago
  89. 55d4380 ipv6: added net argument to ICMP6MSGIN_INC_STATS_BH by Denis V. Lunev · 18 years ago
  90. 5a57d4c ipv6: added net argument to ICMP6MSGOUT_INC_STATS_BH by Denis V. Lunev · 18 years ago
  91. 5c5d244 ipv6: added net argument to ICMP6MSGOUT_INC_STATS by Denis V. Lunev · 18 years ago
  92. e41b536 ipv6: added net argument to ICMP6_INC_STATS_BH by Denis V. Lunev · 18 years ago
  93. a862f6a ipv6: added net argument to ICMP6_INC_STATS by Denis V. Lunev · 18 years ago
  94. 821d577 ipv6: added net argument to IP6_ADD_STATS_BH by Denis V. Lunev · 18 years ago
  95. 483a47d ipv6: added net argument to IP6_INC_STATS_BH by Denis V. Lunev · 18 years ago
  96. 3bd653c netns: add net parameter to IP6_INC_STATS by Denis V. Lunev · 18 years ago
  97. 98b3377c ipv6: consolidate error paths in ipv6_frag_rcv by Denis V. Lunev · 18 years ago
  98. 0b0588d ipv6: local dev is actually unused in ip6_fragment by Denis V. Lunev · 18 years ago
  99. 364ae95 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6 by David S. Miller · 18 years ago
  100. f39a941 netfilter: xtables: remove bogus mangle table dependency of connmark by Jan Engelhardt · 18 years ago