1. 3edf8fa [NET]: Fix allnoconfig build on powerpc and avr32 by David S. Miller · 17 years ago
  2. 9307b57 drivers/net/arcnet/arcnet.c: use time_* macros by S.Caglar Onur · 17 years ago
  3. 095d911 [LIB]: Drop the pcounter itself. by Pavel Emelyanov · 17 years ago
  4. 1567ca7 [NET]: Protect device namespace inlines with CONFIG_NET by David S. Miller · 17 years ago
  5. 8e8e438 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 17 years ago
  6. 419ae74 [NET]: uninline skb_trim, de-bloats by Ilpo Järvinen · 17 years ago
  7. c2aa270 [NET]: uninline skb_push, de-bloats a lot by Ilpo Järvinen · 17 years ago
  8. f58518e [NET]: uninline dev_alloc_skb, de-bloats a lot by Ilpo Järvinen · 17 years ago
  9. 6be8ac2 [NET]: uninline skb_pull, de-bloats a lot by Ilpo Järvinen · 17 years ago
  10. 0dde3e1 [NET]: uninline skb_put, de-bloats a lot by Ilpo Järvinen · 17 years ago
  11. 50fd440 [NET]: Use local_irq_{save,restore}() in napi_complete(). by David S. Miller · 17 years ago
  12. 0e5f8be [NETNS]: Compile NET /proc support only if CONFIG_NET is set. by Denis V. Lunev · 17 years ago
  13. 6772718 [VLAN]: Reduce memory consumed by vlan_groups by Pavel Emelyanov · 17 years ago
  14. f5aa23f [NETNS]: Compilation warnings under CONFIG_NET_NS. by Denis V. Lunev · 17 years ago
  15. 9c2f574 [NETNS]: Compilation fix for include/linux/netdevice.h. by Denis V. Lunev · 17 years ago
  16. c7f485a [NETFILTER]: nf_conntrack_sip: RTP routing optimization by Patrick McHardy · 17 years ago
  17. 0d0ab03 [NETFILTER]: nf_conntrack_sip: support multiple media channels by Patrick McHardy · 17 years ago
  18. 4ab9e64 [NETFILTER]: nf_nat_sip: split up SDP mangling by Patrick McHardy · 17 years ago
  19. a9c1d35 [NETFILTER]: nf_conntrack_sip: create RTCP expectations by Patrick McHardy · 17 years ago
  20. 0f32a40 [NETFILTER]: nf_conntrack_sip: create signalling expectations by Patrick McHardy · 17 years ago
  21. 2bbb211 [NETFILTER]: nf_conntrack_sip: introduce URI and header parameter parsing helpers by Patrick McHardy · 17 years ago
  22. 30f33e6 [NETFILTER]: nf_conntrack_sip: support method specific request/response handling by Patrick McHardy · 17 years ago
  23. 624f8b7 [NETFILTER]: nf_nat_sip: get rid of text based header translation by Patrick McHardy · 17 years ago
  24. 05e3ced [NETFILTER]: nf_conntrack_sip: introduce SIP-URI parsing helper by Patrick McHardy · 17 years ago
  25. ea45f12 [NETFILTER]: nf_conntrack_sip: parse SIP headers properly by Patrick McHardy · 17 years ago
  26. ac36774 [NETFILTER]: nf_conntrack_sip: kill request URI "header" definitions by Patrick McHardy · 17 years ago
  27. 3e9b4600b [NETFILTER]: nf_conntrack_sip: add seperate SDP header parsing function by Patrick McHardy · 17 years ago
  28. 212440a [NETFILTER]: nf_conntrack_sip: remove redundant function arguments by Patrick McHardy · 17 years ago
  29. 2a6cfb2 [NETFILTER]: nf_conntrack_sip: adjust dptr and datalen after packet mangling by Patrick McHardy · 17 years ago
  30. b8beedd [NETFILTER]: Add nf_inet_addr_cmp() by Patrick McHardy · 17 years ago
  31. 1218854 [NET] NETNS: Omit seq_net_private->net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 17 years ago
  32. 3b1e0a6 [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 17 years ago
  33. c346dca [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 17 years ago
  34. 7cbca67 [IPV6]: Support Source Address Selection API (RFC5014). by YOSHIFUJI Hideaki · 17 years ago
  35. 1d5d236 [IPV6]: Use bitfields for hop_limit and mcast_hops. by YOSHIFUJI Hideaki · 17 years ago
  36. 4725474 [IPV6]: Convert cork.hop_limit and cork.tclass into u8 instead of int. by YOSHIFUJI Hideaki · 17 years ago
  37. c8cdaf9 [IPV4,IPV6]: Share cork.rt between IPv4 and IPv6. by YOSHIFUJI Hideaki · 17 years ago
  38. 310afe8 [NET]: include/linux/udp.h - remove duplicate include by Joe Perches · 17 years ago
  39. cc32e05 [NET]: include/linux/igmp.h - remove duplicate include by Joe Perches · 17 years ago
  40. 414f69d [NET]: include/linux/atalk.h - remove duplicate include by Joe Perches · 17 years ago
  41. 76fef2b Merge branch 'upstream-net26' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6 by David S. Miller · 17 years ago
  42. 0098b72 [NET]: NPROTO is redundant; it's equal to AF_MAX/PF_MAX. by Rusty Russell · 17 years ago
  43. ec3c098 [TCP]: TCP_DEFER_ACCEPT updates - process as established by Patrick McManus · 17 years ago
  44. 82cc1a7 [NET]: Add per-connection option to set max TSO frame size by Peter P Waskiewicz Jr · 17 years ago
  45. 577f99c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 17 years ago
  46. 2f63392 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 17 years ago
  47. 0ff9663 [IPV4]: ipv4_is_lbcast() misannotations by Al Viro · 17 years ago
  48. 0382b9c [PKT_SCHED]: annotate cls_u32 by Al Viro · 17 years ago
  49. bde4f8f Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 17 years ago
  50. 916fbfb devres: implement pcim_iomap_regions_request_all() by Tejun Heo · 17 years ago
  51. 4265f16 virtio: fix race in enable_cb by Christian Borntraeger · 17 years ago
  52. 3e94794 smc91x: introduce platform data flags V2 by Magnus Damm · 17 years ago
  53. 9b89ca7 struct export_operations: adjust comments to match current members by Marc Dionne · 17 years ago
  54. e7ec2e3 ssb: Add SPROM/invariants support for PCMCIA devices by Michael Buesch · 17 years ago
  55. cc74d96 PCI: fix issue with busses registering multiple times in sysfs by Greg Kroah-Hartman · 17 years ago
  56. c463be3 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 17 years ago
  57. a99d9a6 [POWERPC] Fix drivers/macintosh/mediabay.c when !CONFIG_ADB_PMU by Tony Breeds · 17 years ago
  58. 07c941d [POWERPC] Fix undefined pmu_sys_suspended compilation error by Tony Breeds · 17 years ago
  59. 609eb39 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago
  60. a8ae50b Remove <linux/genhd.h> from user-visible headers. by David Woodhouse · 17 years ago
  61. 0738c4b nommu: Provide is_vmalloc_addr() stub. by Paul Mundt · 17 years ago
  62. ba73d4c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.26 by David S. Miller · 17 years ago
  63. 2b752ac Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 17 years ago
  64. ee215ca Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6 by Linus Torvalds · 17 years ago
  65. 60fdd93 memstick: add support for JMicron jmb38x MemoryStick host controller by Alex Dubov · 17 years ago
  66. 92b22d9 tifm: fix the MemoryStick host fifo handling code by Alex Dubov · 17 years ago
  67. d114ad5 memstick: add memstick_suspend/resume_host methods by Alex Dubov · 17 years ago
  68. e1f1999 memstick: introduce correct definitions in the header by Alex Dubov · 17 years ago
  69. 9f9351b rename DECLARE_PCI_DEVICE_TABLE to DEFINE_PCI_DEVICE_TABLE by Andrew Morton · 17 years ago
  70. 20f590d USB: Remove __KERNEL__ check from non-exported gadget.h. by Robert P. J. Day · 17 years ago
  71. e610625 USB: g_printer.h does not need to be "unifdef"ed. by Robert P. J. Day · 17 years ago
  72. b5e85de [NETFILTER]: nfnetlink: fix ifdef in nfnetlink_compat.h by Patrick McHardy · 17 years ago
  73. fbab976 firmware: provide stubs for the FW_LOADER=n case by James Bottomley · 17 years ago
  74. 10a398d time: remove obsolete CLOCK_TICK_ADJUST by Roman Zippel · 17 years ago
  75. 38332cb time: prevent the loop in timespec_add_ns() from being optimised away by Segher Boessenkool · 17 years ago
  76. bb799dc Merge branch 'slab-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/christoph/vm by Linus Torvalds · 17 years ago
  77. 4c1aa6f Merge branch 'hotfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 17 years ago
  78. c37dcd33 NFS: Fix the fsid revalidation in nfs_update_inode() by Trond Myklebust · 17 years ago
  79. e621e69 [NET]: include <linux/types.h> into linux/ethtool.h for __u* typedef by Kirill A. Shutemov · 17 years ago
  80. e9720ac [NET]: Make /proc/net a symlink on /proc/self/net (v3) by Pavel Emelyanov · 17 years ago
  81. 810b381 sched: retain vruntime by Peter Zijlstra · 17 years ago
  82. db8dac2 [UDP]: Revert udplite and code split. by David S. Miller · 17 years ago
  83. 1c61fc4 slab - use angle brackets for include of kmalloc_sizes.h by Joe Perches · 17 years ago
  84. aab547c ssb: Add Gigabit Ethernet driver by Michael Buesch · 17 years ago
  85. 2ec600d nl80211/cfg80211: support for mesh, sta dumping by Luis Carlos Cobo · 17 years ago
  86. cc0672a WEXT: add mesh interface type by Johannes Berg · 17 years ago
  87. 37c5798 wireless: various definitions for mesh networking by Luis Carlos Cobo · 17 years ago
  88. f59d438 [IPV6]: Fix powerpc allmodconfig build warnings. by David S. Miller · 17 years ago
  89. ee6b967 [IPV4]: Add 'rtable' field in struct sk_buff to alias 'dst' and avoid casts by Eric Dumazet · 17 years ago
  90. e000752 LSM/SELinux: Interfaces to allow FS to control mount options by Eric Paris · 17 years ago
  91. 255333c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 17 years ago
  92. 27d0483 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago
  93. 2c6f2db Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6 by Linus Torvalds · 17 years ago
  94. 12f981f Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/pci-2.6 by Linus Torvalds · 17 years ago
  95. 10955d2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 17 years ago
  96. d0fae18 md: clean up irregularity with raid autodetect by NeilBrown · 17 years ago
  97. 8311c29 md: reduce CPU wastage on idle md array with a write-intent bitmap by NeilBrown · 17 years ago
  98. 3715863 iommu: export iommu_is_span_boundary helper function by FUJITA Tomonori · 17 years ago
  99. 8289546 memcg: remove mem_cgroup_uncharge by Hugh Dickins · 17 years ago
  100. 9442ec9 memcg: bad page if page_cgroup when free by Hugh Dickins · 17 years ago