1. bb74782 USB: additional structure from cdc spec by Oliver Neukum · 19 years ago
  2. d868772 Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6 by Linus Torvalds · 19 years ago
  3. 404d5b1 dev_dbg: check dev_dbg() arguments by Dan Williams · 19 years ago
  4. a53c46d s2ram: add arch irq disable/enable hooks by Johannes Berg · 19 years ago
  5. 075c177 define platform wakeup hook, use in pci_enable_wake() by David Brownell · 19 years ago
  6. 057f6c0 security: prevent permission checking of file removal via sysfs_remove_group() by James Morris · 19 years ago
  7. 523ded7 device_schedule_callback() needs a module reference by Alan Stern · 19 years ago
  8. 8447891 debugfs: Add debugfs_create_u64() by Michael Ellerman · 19 years ago
  9. 3106d46 the overdue removal of the mount/umount uevents by Adrian Bunk · 19 years ago
  10. 4628803 kobject core: remove rwsem from struct subsystem by Greg Kroah-Hartman · 19 years ago
  11. f89cbc3 Driver core: add suspend() and resume() to struct device_type by Dmitry Torokhov · 19 years ago
  12. 74e9f5f Driver core: remove unneeded completion from driver release path by Greg Kroah-Hartman · 24 years ago
  13. 21c7f30 driver core: per-subsystem multithreaded probing by Cornelia Huck · 20 years ago
  14. 414264f Driver core: add name to device_type by Kay Sievers · 19 years ago
  15. 621a167 driver core: Use attribute groups in struct device_type by Dmitry Torokhov · 19 years ago
  16. b8c5cec Driver core: udev triggered device-<>driver binding by Kay Sievers · 19 years ago
  17. 8640624 driver core: fix namespace issue with devices assigned to classes by Kay Sievers · 19 years ago
  18. 39bc89f make SysRq-T show all tasks again by Ingo Molnar · 19 years ago
  19. 20f0939 seqlocks: trivial remove weird whitespace by Daniel Walker · 19 years ago
  20. b928ed5 Merge branch 'for-linus' of git://git.infradead.org/ubi-2.6 by Linus Torvalds · 19 years ago
  21. ea6db58 Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2 by Linus Torvalds · 19 years ago
  22. 0278ef8 Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 19 years ago
  23. 15c5403 Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 19 years ago
  24. 6c21048 [S390] split page_test_and_clear_dirty. by Martin Schwidefsky · 19 years ago
  25. 801c135 UBI: Unsorted Block Images by Artem B. Bityutskiy · 20 years ago
  26. b86e028 [WEXT] net_device: Don't include wext bits if not required. by Johannes Berg · 19 years ago
  27. 17926a7 [AF_RXRPC]: Provide secure RxRPC sockets for use by userspace and kernel both by David Howells · 19 years ago
  28. 7318226 [AF_RXRPC]: Key facility changes for AF_RXRPC by David Howells · 19 years ago
  29. 071b638 [WORKQUEUE]: cancel_delayed_work: use del_timer() instead of del_timer_sync() by Oleg Nesterov · 19 years ago
  30. 5b04aa3 [PATCH] Turn do_sync_file_range() into do_sync_mapping_range() by Mark Fasheh · 19 years ago
  31. ded220b [STRING]: Move strcasecmp/strncasecmp to lib/string.c by David S. Miller · 19 years ago
  32. 48491e6 [NET]: Delete unused header file linux/if_wanpipe_common.h by Robert P. J. Day · 19 years ago
  33. c1a068f [NET]: Delete unused header file linux/sdla_fr.h. by Robert P. J. Day · 19 years ago
  34. 28d8909 [XFRM]: Export SAD info. by Jamal Hadi Salim · 19 years ago
  35. 2111f8b [BRIDGE]: drop PAUSE frames by Stephen Hemminger · 19 years ago
  36. df8981d [IPV6]: Export in6addr_any for future use. by YOSHIFUJI Hideaki · 19 years ago
  37. 84299b3 [TCP]: Fix linkage errors on i386. by YOSHIFUJI Hideaki · 19 years ago
  38. 164891a [TCP]: Congestion control API update. by Stephen Hemminger · 19 years ago
  39. 704232c [WIRELESS] cfg80211: New wireless config infrastructure. by Johannes Berg · 19 years ago
  40. 0c6fcc8 [NET] skbuff: skb_store_bits const is backwards by Stephen Hemminger · 19 years ago
  41. 80feaac [AF_PACKET]: Add option to return orig_dev to userspace. by Peter P. Waskiewicz Jr · 19 years ago
  42. bf99f1b [IPV6] SNMP: Netlink interface. by YOSHIFUJI Hideaki · 19 years ago
  43. 628a5c5 [INET]: Add IP(V6)_PMTUDISC_RPOBE by John Heffner · 19 years ago
  44. af65bdf [NETLINK]: Switch cb_lock spinlock to mutex and allow to override it by Patrick McHardy · 19 years ago
  45. c15bf6e [NETFILTER]: ebt_arp: add gratuitous arp filtering by Bart De Schuymer · 19 years ago
  46. 516299d [NETFILTER]: bridge-nf: filter bridged IPv4/IPv6 encapsulated in pppoe traffic by Michael Milner · 19 years ago
  47. 91d73c1 [DCCP]: Complete documentation of dccp_sock by Gerrit Renker · 19 years ago
  48. 6229e36 bridge: eliminate call by reference by Stephen Hemminger · 19 years ago
  49. 6047637 [NET]: Treat CHECKSUM_PARTIAL as CHECKSUM_UNNECESSARY by Herbert Xu · 19 years ago
  50. 663ead3 [NET]: Use csum_start offset instead of skb_transport_header by Herbert Xu · 19 years ago
  51. 29f6af7 [IPV6] FIB6RULE: Find source address during looking up route. by YOSHIFUJI Hideaki · 19 years ago
  52. 716ea3a [NET]: Move generic skbuff stuff from XFRM code to generic code by David Howells · 19 years ago
  53. 27d7ff4 [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset} by Arnaldo Carvalho de Melo · 19 years ago
  54. c45d286 [NET]: Inline net_device_stats by Rusty Russell · 19 years ago
  55. d626f62 [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset} by Arnaldo Carvalho de Melo · 19 years ago
  56. 35fc92a [NET]: Allow forwarding of ip_summed except CHECKSUM_COMPLETE by Herbert Xu · 19 years ago
  57. fa0b2d1 [NET] fib_rules: Add no-operation action by Thomas Graf · 19 years ago
  58. 2b44368 [NET] fib_rules: Mark rules detached from the device by Thomas Graf · 19 years ago
  59. 0947c9fe [NET] fib_rules: goto rule action by Thomas Graf · 19 years ago
  60. de6e05c [NETFILTER]: nf_conntrack: kill destroy() in struct nf_conntrack for diet by Yasuyuki Kozakai · 19 years ago
  61. 5f79e0f [NETFILTER]: nf_conntrack: don't use nfct in skb if conntrack is disabled by Yasuyuki Kozakai · 19 years ago
  62. 1d00a4e [NETLINK]: Remove error pointer from netlink message handler by Thomas Graf · 19 years ago
  63. e284986 [RTNL]: Message handler registration interface by Thomas Graf · 19 years ago
  64. 89560b5 [DCCP]: Sample RTT from SYN exchange by Gerrit Renker · 19 years ago
  65. a36ca73 [NETLINK]: Remove NLMSG_{NEW_ANSWER,CANCEL,END} by Arnaldo Carvalho de Melo · 19 years ago
  66. 897933b [SK_BUFF]: Remove skb_add_mtu() leftovers by Arnaldo Carvalho de Melo · 19 years ago
  67. b529ccf [NETLINK]: Introduce nlmsg_hdr() helper by Arnaldo Carvalho de Melo · 19 years ago
  68. 4305b54 [SK_BUFF]: Convert skb->end to sk_buff_data_t by Arnaldo Carvalho de Melo · 19 years ago
  69. 27a884d [SK_BUFF]: Convert skb->tail to sk_buff_data_t by Arnaldo Carvalho de Melo · 19 years ago
  70. 2e07fa9 [SK_BUFF]: Use offsets for skb->{mac,network,transport}_header on 64bit architectures by Arnaldo Carvalho de Melo · 19 years ago
  71. b0e380b [SK_BUFF]: unions of just one member don't get anything done, kill them by Arnaldo Carvalho de Melo · 19 years ago
  72. cfe1fc7 [SK_BUFF]: Introduce skb_network_header_len by Arnaldo Carvalho de Melo · 19 years ago
  73. 0a6114d [KBUILD]: Unifdef headers changed by the skb layer header refactorings by Arnaldo Carvalho de Melo · 19 years ago
  74. c8e2078 [NETFILTER]: ctnetlink: add support for internal tcp connection tracking flags handling by Pablo Neira Ayuso · 19 years ago
  75. e7ac05f [NETFILTER]: nf_conntrack: add nf_copy() to safely copy members in skb by Yasuyuki Kozakai · 19 years ago
  76. edda553 [NETFILTER]: nf_conntrack: add __nf_copy() to copy members in skb by Yasuyuki Kozakai · 19 years ago
  77. 8e87e01 [JHASH]: Use const in jhash2 by Patrick McHardy · 19 years ago
  78. a3c5029 [NETFILTER]: nfnetlink: use mutex instead of semaphore by Patrick McHardy · 19 years ago
  79. 587aa64 [NETFILTER]: Remove IPv4 only connection tracking/NAT by Patrick McHardy · 19 years ago
  80. 9c70220 [SK_BUFF]: Introduce skb_transport_header(skb) by Arnaldo Carvalho de Melo · 19 years ago
  81. 39b8916 [SK_BUFF]: Introduce ipipv6_hdr(), remove skb->h.ipv6h by Arnaldo Carvalho de Melo · 19 years ago
  82. b0061ce [SK_BUFF]: Introduce ipip_hdr(), remove skb->h.ipiph by Arnaldo Carvalho de Melo · 19 years ago
  83. aa8223c [SK_BUFF]: Introduce tcp_hdr(), remove skb->h.th by Arnaldo Carvalho de Melo · 19 years ago
  84. ab6a5bb [TCP]: Introduce tcp_hdrlen() and tcp_optlen() by Arnaldo Carvalho de Melo · 19 years ago
  85. 88c7664 [SK_BUFF]: Introduce icmp_hdr(), remove skb->h.icmph by Arnaldo Carvalho de Melo · 19 years ago
  86. 4bedb45 [SK_BUFF]: Introduce udp_hdr(), remove skb->h.uh by Arnaldo Carvalho de Melo · 19 years ago
  87. d9edf9e [SK_BUFF]: Introduce igmp_hdr() & friends, remove skb->h.igmph by Arnaldo Carvalho de Melo · 19 years ago
  88. cc70ab2 [ICMP6]: Introduce icmp6_hdr() by Arnaldo Carvalho de Melo · 19 years ago
  89. 2c0fd38 [SCTP]: Introduce sctp_hdr() by Arnaldo Carvalho de Melo · 19 years ago
  90. 967b05f [SK_BUFF]: Introduce skb_set_transport_header by Arnaldo Carvalho de Melo · 19 years ago
  91. ea2ae17 [SK_BUFF]: Introduce skb_transport_offset() by Arnaldo Carvalho de Melo · 19 years ago
  92. badff6d [SK_BUFF]: Introduce skb_reset_transport_header(skb) by Arnaldo Carvalho de Melo · 19 years ago
  93. 0660e03 [SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6h by Arnaldo Carvalho de Melo · 19 years ago
  94. d0a92be [SK_BUFF]: Introduce arp_hdr(), remove skb->nh.arph by Arnaldo Carvalho de Melo · 19 years ago
  95. eddc9ec [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph by Arnaldo Carvalho de Melo · 19 years ago
  96. c14d245 [SK_BUFF]: Introduce skb_set_network_header by Arnaldo Carvalho de Melo · 19 years ago
  97. d56f90a [SK_BUFF]: Introduce skb_network_header() by Arnaldo Carvalho de Melo · 19 years ago
  98. bbe735e [SK_BUFF]: Introduce skb_network_offset() by Arnaldo Carvalho de Melo · 19 years ago
  99. c1d2bbe [SK_BUFF]: Introduce skb_reset_network_header(skb) by Arnaldo Carvalho de Melo · 19 years ago
  100. 797659f [PPPOE]: Introduce pppoe_hdr() by Arnaldo Carvalho de Melo · 19 years ago