1. c3d8d1e [NETLINK]: Fix unicast timeouts by Patrick McHardy · 17 years ago
  2. 230140c [INET]: Remove per bucket rwlock in tcp/dccp ehash table. by Eric Dumazet · 17 years ago
  3. efac527 [IPVS]: Synchronize closing of Connections by Rumen G. Bogdanovski · 17 years ago
  4. 1e356f9 [IPVS]: Bind connections on stanby if the destination exists by Rumen G. Bogdanovski · 17 years ago
  5. c183783 [NET]: Remove Documentation/networking/pt.txt by Adrian Bunk · 17 years ago
  6. e8b2cad [NET]: Remove Documentation/networking/routing.txt by Adrian Bunk · 17 years ago
  7. 17a83c7 [NET]: Remove Documentation/networking/ncsa-telnet by Adrian Bunk · 17 years ago
  8. 915590cf [NET]: Remove comx driver docs. by Adrian Bunk · 17 years ago
  9. 240e546 [NET]: Remove Documentation/networking/Configurable by Adrian Bunk · 17 years ago
  10. b733c00 [NET]: Clean proto_(un)register from in-code ifdefs by Pavel Emelyanov · 17 years ago
  11. 4999f36 [IPSEC]: Fix crypto_alloc_comp error checking by Herbert Xu · 17 years ago
  12. fffe470 [VLAN]: Fix SET_VLAN_INGRESS_PRIORITY_CMD ioctl by Patrick McHardy · 17 years ago
  13. 45a19b0 [NETNS]: Fix compiler error in net_namespace.c by Johann Felix Soden · 17 years ago
  14. d012753 [TTY]: Use tty_mode_ioctl() in network drivers. by Alan Cox · 17 years ago
  15. 0fc00e2 [TTY]: Fix network driver interactions with TCGET/SET calls. by Alan Cox · 17 years ago
  16. 543821c [PKT_SCHED] CLS_U32: Fix endianness problem with u32 classifier hash masks. by Radu Rendec · 17 years ago
  17. 40208d7 [NET]: Removing duplicit #includes by Jiri Olsa · 17 years ago
  18. 4aa92cd [NET]: Let USB_USBNET always select MII. by Adrian Bunk · 17 years ago
  19. df1e6e5 [RRUNNER]: Do not muck with sysctl_{r,w}mem_max by David S. Miller · 17 years ago
  20. df61c95 [DLM] lowcomms: Do not muck with sysctl_rmem_max. by David S. Miller · 17 years ago
  21. c3e9a35 [IPV4]: Compact some ifdefs in the fib code. by Pavel Emelyanov · 17 years ago
  22. 6a9a025 [VETH]: Clarify "virtual ethernet device" to "virtual ethernet pair device". by Rusty Russell · 17 years ago
  23. 44656ba [NET]: Kill proc_net_create() by David S. Miller · 17 years ago
  24. 33120b3 [IPV6]: Convert /proc/net/ipv6_route to seq_file interface by Alexey Dobriyan · 17 years ago
  25. 4f9f831 [PKT_SCHED]: Fix OOPS when removing devices from a teql queuing discipline by Evgeniy Polyakov · 17 years ago
  26. c62cf5c [DCCP]: Use DEFINE_PROTO_INUSE infrastructure. by David S. Miller · 17 years ago
  27. 8295b6d [SCTP]: Use the {DEFINE|REF}_PROTO_INUSE infrastructure by Eric Dumazet · 17 years ago
  28. c5a432f [IPV6]: Use the {DEFINE|REF}_PROTO_INUSE infrastructure by Eric Dumazet · 17 years ago
  29. 47a31a6 [IPV4]: Use the {DEFINE|REF}_PROTO_INUSE infrastructure by Eric Dumazet · 17 years ago
  30. 286ab3d [NET]: Define infrastructure to keep 'inuse' changes in an efficent SMP/NUMA way. by Eric Dumazet · 17 years ago
  31. 9178100 [PPP]: L2TP: Fix oops in transmit and receive paths by James Chapman · 17 years ago
  32. 6a9fb94 [IPV4]: Clean the ip_sockglue.c from some ugly ifdefs by Pavel Emelyanov · 17 years ago
  33. 4e05806 [DECNET]: "addr" module param can't be __initdata by Alexey Dobriyan · 17 years ago
  34. 7a0ff71 [IPv6] SNMP: Restore Udp6InErrors incrementation by Mitsuru Chinen · 17 years ago
  35. 3f192b5 [NET]: Remove /proc/net/stat/*_arp_cache upon module removal by Alexey Dobriyan · 17 years ago
  36. bf13886 [IPV6]: Consolidate the ip cork destruction in ip6_output.c by Pavel Emelyanov · 17 years ago
  37. 429f08e [IPV4]: Consolidate the ip cork destruction in ip_output.c by Pavel Emelyanov · 17 years ago
  38. e011ff4 [NETFILTER]: ebt_arp: fix --arp-gratuitous matching dependence on --arp-ip-{src,dst} by Bart De Schuymer · 17 years ago
  39. 55d84ac [NETFILTER]: nf_sockopts list head cleanup by Alexey Dobriyan · 17 years ago
  40. d1332e0 [NETFILTER]: remove unneeded rcu_dereference() calls by Patrick McHardy · 17 years ago
  41. 0795c65 [NETFILTER]: Clean up Makefile by Jan Engelhardt · 17 years ago
  42. b98e174 [NETFILTER]: Sort matches/targets in Kbuild file by Jan Engelhardt · 17 years ago
  43. ba5dc27 [NETFILTER]: Copyright/Email update by Jan Engelhardt · 17 years ago
  44. 7351a22 [NETFILTER]: ip{,6}_queue: convert to seq_file interface by Alexey Dobriyan · 17 years ago
  45. dbeeb81 Linux 2.6.24-rc2 by Linus Torvalds · 17 years ago
  46. 7a82b63 UML: fix defconfig build again by Jeff Dike · 17 years ago
  47. 65d3a68 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs by Linus Torvalds · 17 years ago
  48. 5576269 9p: add missing end-of-options record for trans_fd by Latchesar Ionkov · 17 years ago
  49. dd1a458 9p: return NULL when trans not found by Latchesar Ionkov · 17 years ago
  50. 8999e04 9p: use copy of the options value instead of original by Latchesar Ionkov · 17 years ago
  51. dda6b02 9p: fix memory leak in v9fs_get_sb by Latchesar Ionkov · 17 years ago
  52. 2658770 Merge branch 'drm-patches' of master.kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 17 years ago
  53. f8a9efb Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 17 years ago
  54. 61edab8 Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6 by Linus Torvalds · 17 years ago
  55. 246a3d1 drm: DRM: fix memset size error by Li Zefan · 17 years ago
  56. 747824c drm: remove remnants of DRM_COPY_FROM/TO_USER_IOCTL by Dave Airlie · 17 years ago
  57. f9618ac drm: remove second forward decleration of drm device struct. by Dave Airlie · 17 years ago
  58. 2655e2c ata_piix: Add additional PCI identifier for 40 wire short cable by Alan Cox · 17 years ago
  59. 8dce39c time: fix inconsistent function names in comments by Li Zefan · 17 years ago
  60. 001e09e m68knommu: fix pread/pwrite defines by Greg Ungerer · 17 years ago
  61. 8a29f2b eCryptfs: release mutex on hash error path by Michael Halcrow · 17 years ago
  62. 778d1a2 eCryptfs: increment extent_offset once per loop interation by Michael Halcrow · 17 years ago
  63. 01aae97 telephony: phonedev panics if unregistering device not registered [Bug 9266] by Matti Linnanvuori · 17 years ago
  64. def6ae2 md: fix misapplied patch in raid5.c by Neil Brown · 17 years ago
  65. 139b829 virtio/virtcons: fix section mismatch warning by Randy Dunlap · 17 years ago
  66. 1273092 rtc: m48t59 fix section mismatch warning by Randy Dunlap · 17 years ago
  67. f15cf51 uml: correctly strip kernel defines from userspace CFLAGS by Jeff Dike · 17 years ago
  68. 4f40c05 uml: fix incompatible types warning in previous SG fix by WANG Cong · 17 years ago
  69. b07989f paride: fix 'and' typo in drivers/block/paride/pt.c by Roel Kluin · 17 years ago
  70. 6551198 fs/afs/vlocation.c: fix off-by-one by Adrian Bunk · 17 years ago
  71. f11b7ae arm26: remove it again by Hugh Dickins · 17 years ago
  72. 0b030c2 Fix bitmap_scnlistprintf for empty masks by Andi Kleen · 17 years ago
  73. 5a75983 Missing include file in kallsyms.h by Kamalesh Babulal · 17 years ago
  74. e1265205 local_t Documentation update by Mathieu Desnoyers · 17 years ago
  75. bf2cdef serial: fix compile warning about putc by Yinghai Lu · 17 years ago
  76. ae5fbf7 i2o: debug messages corrected by Vasily Averin · 17 years ago
  77. 5db6a4d Dump stack during sysctl registration failure by Alexey Dobriyan · 17 years ago
  78. df59ebc i4l: errors with assignments in if by Roel Kluin · 17 years ago
  79. 6bbfd53 libata: handle broken cable reporting by Alan Cox · 17 years ago
  80. 73946f9 pata_hpt37x: Fix outstanding bug reports on the HPT374 and 37x cable detect by Alan Cox · 17 years ago
  81. 7f2803d ata_piix: Add additional PCI identifier for 40 wire short cable by Alan Cox · 17 years ago
  82. 36beb82 pata_serverworks: Fix problem with some drive combinations by Alan Cox · 17 years ago
  83. f2511f1 phylib: Silence driver registration by Olof Johansson · 17 years ago
  84. ac8c635 phylib: Add ID for Marvell 88E1240 by Olof Johansson · 17 years ago
  85. d2ea732 82596: free nonexistent resource fix by Evgeniy Dushistov · 17 years ago
  86. cacd40e SUNHME: Fix missing NETIF_F_VLAN_CHALLENGED on PCI happy meals by David Miller · 17 years ago
  87. 4a8aa03 Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-leds by Linus Torvalds · 17 years ago
  88. 5d66f15 Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6 by Linus Torvalds · 17 years ago
  89. 199fb21 leds: bugfixes for leds-gpio by David Brownell · 17 years ago
  90. 3131e53 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 by Linus Torvalds · 17 years ago
  91. 41557e7 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvb by Linus Torvalds · 17 years ago
  92. b285e0b Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/fix-kbuild by Linus Torvalds · 17 years ago
  93. bd3989e PCI: Add Kconfig option to disable deprecated pci_find_* API by Jeff Garzik · 17 years ago
  94. ccb9d59 PCI: pciserial_resume_one ignored return value of pci_enable_device by Dirk Hohndel · 17 years ago
  95. 0039541 PCI Hotplug: cpqhp_pushbutton_thread(): remove a pointless if() check by Adrian Bunk · 17 years ago
  96. d73460d PCI: make pci_match_device() static by Adrian Bunk · 17 years ago
  97. 5257dca PCI: Remove 3 incorrect MSI quirks. by David Miller · 17 years ago
  98. bc38b41 PCI: Add MSI INTX_DISABLE quirks for ATI SB700/800 SATA and IXP SB400 USB by David Miller · 17 years ago
  99. ba698ad PCI: Add quirk for devices which disable MSI when INTX_DISABLE is set. by David Miller · 17 years ago
  100. 1d84b54 PCI: Add MSI quirk for ServerWorks HT1000 PCIX bridge. by David Miller · 17 years ago