1. 97f8aef net: fix ethtool coding style errors and warnings by chavey · 16 years ago
  2. 18e225f net: fix definition of netdev_for_each_mc_addr() by Pavel Roskin · 16 years ago
  3. 80c802f xfrm: cache bundles instead of policies for outgoing flows by Timo Teräs · 16 years ago
  4. fe1a5f0 flow: virtualize flow cache entry methods by Timo Teräs · 16 years ago
  5. 4a35ecf Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  6. c6537d6 TIPC: Updated topology subscription protocol according to latest spec by Jon Paul Maloy · 16 years ago
  7. 1f8438a icmp: Account for ICMP out errors by Eric Dumazet · 16 years ago
  8. 309795f l2tp: Add netlink control API for L2TP by James Chapman · 16 years ago
  9. f408e0c netlink: Export genl_lock() API for use by modules by James Chapman · 16 years ago
  10. 0d76751 l2tp: Add L2TPv3 IP encapsulation (no UDP) support by James Chapman · 16 years ago
  11. e0d4435 l2tp: Update PPP-over-L2TP driver to work over L2TPv3 by James Chapman · 16 years ago
  12. 63f9607 ppp: Add ppp_dev_name() exported function by James Chapman · 16 years ago
  13. fd558d1 l2tp: Split pppol2tp patch into separate l2tp and ppp parts by James Chapman · 16 years ago
  14. 22bedad net: convert multicast list to list_head by Jiri Pirko · 16 years ago
  15. a748ee2 net: move address list functions to a separate file by Jiri Pirko · 16 years ago
  16. 8626d3b phylib: Support phy module autoloading by David Woodhouse · 16 years ago
  17. bd2c77a ipv6 fib: Make rt6_info{} more cache-line aware. by YOSHIFUJI Hideaki / 吉藤英明 · 16 years ago
  18. 5d944c6 gen_estimator: deadlock fix by Eric Dumazet · 16 years ago
  19. e446630 Add hotplug support to mcp251x driver by Marc Zyngier · 16 years ago
  20. b00fabb netdev: ethtool RXHASH flag by stephen hemminger · 16 years ago
  21. d57b8fb ipv6: Use __fls() instead of fls() in __ipv6_addr_diff(). by YOSHIFUJI Hideaki / 吉藤英明 · 16 years ago
  22. 9b27105 net-caif-driver: add CAIF serial driver (ldisc) by Sjur Braendeland · 16 years ago
  23. 2721c5b net-caif: add CAIF Link layer device header files by Sjur Braendeland · 16 years ago
  24. 09009f3 net-caif: add CAIF core protocol stack header files by Sjur Braendeland · 16 years ago
  25. f671c54 net-caif: add CAIF socket and configuration headers by Sjur Braendeland · 16 years ago
  26. 70596b6 net-caif: add CAIF protocol definitions by Sjur Braendeland · 16 years ago
  27. 7905e35 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 16 years ago
  28. 0c0dbfe decnet: Remove unused FIB metric macros. by David S. Miller · 16 years ago
  29. 71c5c15 net: Add MSG_WAITFORONE flag to recvmmsg by Brandon L Black · 16 years ago
  30. df33454 rps: add CONFIG_RPS by Eric Dumazet · 16 years ago
  31. 80bb3a0 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6 by David S. Miller · 16 years ago
  32. 9c13886 netfilter: ip6table_raw: fix table priority by Jozsef Kadlecsik · 16 years ago
  33. 4ac5541 cfg80211: Improve connection quality maintenance docs in nl80211.h by Juuso Oikarinen · 16 years ago
  34. a97c13c mac80211: Add support for connection quality monitoring by Juuso Oikarinen · 16 years ago
  35. d6dc1a3 cfg80211: Add connection quality monitoring support to nl80211 by Juuso Oikarinen · 16 years ago
  36. 03e6d81 skbuff: remove unused dma_head & dma_maps fields by Alexander Duyck · 16 years ago
  37. 1e4dcd0 mac80211: Add support for connection monitor in hardware by Juuso Oikarinen · 16 years ago
  38. 2ae2332 wireless.h: Use SIOCIWFIRST not SIOCSIWCOMMIT for range check by Joe Perches · 16 years ago
  39. f6e0bb5 include/linux/wireless.h: Add IW_HANDLER macro to initialize array entry by Joe Perches · 16 years ago
  40. 33e2bf6 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 16 years ago
  41. ae6be51 Fix up prototype for sys_ipc breakage by Linus Torvalds · 16 years ago
  42. 258152a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  43. 9bf35c8 if_tunnel.h: add missing ams/byteorder.h include by Paulius Zaleckas · 16 years ago
  44. ec733b1 net: snmp mib cleanup by Eric Dumazet · 16 years ago
  45. 907cdda tcp: Add SNMP counter for DEFER_ACCEPT by Eric Dumazet · 16 years ago
  46. 32a806c bonding: flush unicast and multicast lists when changing type by Jiri Pirko · 16 years ago
  47. 755d0e7 net: rtnetlink: ignore NETDEV_PRE_TYPE_CHANGE in rtnetlink_event() by Patrick McHardy · 16 years ago
  48. aef7d97 Bluetooth: Convert debug files to actually use debugfs instead of sysfs by Marcel Holtmann · 16 years ago
  49. 502a2ff ipv6: convert idev_list to list macros by stephen hemminger · 16 years ago
  50. 5c578ae IPv6: convert addrconf hash list to RCU by stephen hemminger · 16 years ago
  51. c2e2129 ipv6: convert addrconf list to hlist by stephen hemminger · 16 years ago
  52. 372e6c8 ipv6: convert temporary address list to list macros by stephen hemminger · 16 years ago
  53. e77c8e8 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  54. 37b7ef7 netfilter: ctnetlink: fix reliable event delivery if message building fails by Pablo Neira Ayuso · 16 years ago
  55. 1a50307 netlink: fix NETLINK_RECV_NO_ENOBUFS in netlink_set_err() by Pablo Neira Ayuso · 16 years ago
  56. f5d410f netlink: fix unaligned access in nla_get_be64() by Pablo Neira Ayuso · 16 years ago
  57. e4d8063 Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 by Linus Torvalds · 16 years ago
  58. 8dba8f9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6 by Linus Torvalds · 16 years ago
  59. 8fdb7e9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 16 years ago
  60. f09a15e USB: Fix usb_fill_int_urb for SuperSpeed devices by Matthew Wilcox · 16 years ago
  61. 336cee4 tty_port,usb-console: Fix usb serial console open/close regression by Jason Wessel · 16 years ago
  62. 352fa6a tty: Take a 256 byte padding into account when buffering below sub-page units by Mel Gorman · 16 years ago
  63. 87a6aca Revert "tty: Add a new VT mode which is like VT_PROCESS but doesn't require a VT_RELDISP ioctl call" by Greg Kroah-Hartman · 16 years ago
  64. 0641e4f net: Potential null skb->dev dereference by Eric Dumazet · 16 years ago
  65. 3ca5b40 bonding: check return value of nofitier when changing type by Jiri Pirko · 16 years ago
  66. 93d9b7d net: rename notifier defines for netdev type change by Jiri Pirko · 16 years ago
  67. 1e94d72 rps: Fixed build with CONFIG_SMP not enabled. by Tom Herbert · 16 years ago
  68. 9d20593 Merge branch 'merge' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 16 years ago
  69. c3a0bd7 Merge master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 16 years ago
  70. 961cde9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 16 years ago
  71. f82c37e Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  72. 61d7180 Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-backlight by Linus Torvalds · 16 years ago
  73. 1976152 of: Fix comparison of "compatible" properties by Grant Likely · 16 years ago
  74. bc32df0 memory hotplug: allow setting of phys_device by Heiko Carstens · 16 years ago
  75. abf35df NET: Support clause 45 MDIO commands at the MDIO bus level by Jason Gunthorpe · 16 years ago
  76. 10708f3 net: core: add IFLA_STATS64 support by Jan Engelhardt · 16 years ago
  77. 0a9627f rps: Receive Packet Steering by Tom Herbert · 16 years ago
  78. a19a6ee backlight: Allow properties to be passed at registration by Matthew Garrett · 16 years ago
  79. 57e148b backlight: Add backlight_device parameter to check_fb by Bruno Prémont · 16 years ago
  80. b4144e4 backlight: Revert some const qualifiers by Richard Purdie · 16 years ago
  81. e7fb9c4 backlight: Add Epson L4F00242T03 LCD driver by Alberto Panizzo · 17 years ago
  82. 2d3b5fa Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/genesis-2.6 by Russell King · 16 years ago
  83. ec28dcc Merge branches 'battery-2.6.34', 'bugzilla-10805', 'bugzilla-14668', 'bugzilla-531916-power-state', 'ht-warn-2.6.34', 'pnp', 'processor-rename', 'sony-2.6.34', 'suse-bugzilla-531547', 'tz-check', 'video' and 'misc-2.6.34' into release by Len Brown · 16 years ago
  84. 2e9d5e4 ACPI: processor: export acpi_get_cpuid() by Alex Chiang · 16 years ago
  85. 4d5d4cd ACPI: processor: mv processor_pdc.c processor_core.c by Alex Chiang · 16 years ago
  86. 9d7cca0 resource: add window support by Bjorn Helgaas · 16 years ago
  87. 0f4050c resource: add bus number support by Bjorn Helgaas · 16 years ago
  88. cd7e9fc resource: expand IORESOURCE_TYPE_BITS to make room for bus resource type by Bjorn Helgaas · 16 years ago
  89. 3f17522 Video: ARM CLCD: Better fix for swapped IENB and CNTL registers by Russell King · 16 years ago
  90. 3f995f3 Add the platform data include for the Xilinx XPS IIC Bus Interface by Richard Röjfors · 16 years ago
  91. a818d8e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 16 years ago
  92. bced863 Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging by Linus Torvalds · 16 years ago
  93. ceb804c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs by Linus Torvalds · 16 years ago
  94. d89b218 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  95. 4e3eadd Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  96. 9fdfbc2 Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  97. 0a9c147 i2c-algo-bit: Add pre- and post-xfer hooks by Jean Delvare · 16 years ago
  98. 45bc21e 9p: Change the name of new protocol from 9p2010.L to 9p2000.L by Sripathi Kodi · 16 years ago
  99. 86c8437 net/9p: Add sysfs mount_tag file for virtio 9P device by Aneesh Kumar K.V · 16 years ago
  100. 97ee9b0 net/9p: Use the tag name in the config space for identifying mount point by Aneesh Kumar K.V · 16 years ago