1. 1f84253e Pull sn-handle-sc-powerdown into release branch by Tony Luck · 19 years ago
  2. 5812499 Pull delete-sigdelayed into release branch by Tony Luck · 19 years ago
  3. 6a8a8e1 Pull sem2mutex-ioc4 into release branch by Tony Luck · 19 years ago
  4. 33cbd30 Pull ia64-mutex-primitives into release branch by Tony Luck · 19 years ago
  5. 536ea4e Pull bsp-removal into release branch by Tony Luck · 19 years ago
  6. 48e0810 [MIPS] Update defconfigs. by Ralf Baechle · 19 years ago
  7. 1725605 [MIPS] Separate CPU entries in /proc/cpuinfo with a blank line. by Martin Michlmayr · 19 years ago
  8. 947df17 [MIPS] sys_mmap2 offset argument should always be shifted 12, not PAGE_SHIFT. by H. Peter Anvin · 19 years ago
  9. de862b4 [MIPS] TX49XX has prefetch. by Atsushi Nemoto · 19 years ago
  10. c6281ed [MIPS] Kill tlb-andes.c. by Thiemo Seufer · 19 years ago
  11. a3dddd5 [MIPS] War on whitespace: cleanup initial spaces followed by tabs. by Ralf Baechle · 19 years ago
  12. 59b3e8e [MIPS] Makefile crapectomy. by Ralf Baechle · 19 years ago
  13. 0cea043 [MIPS] Reformat __xchg(). Signed-off-by: Ralf Baechle <ralf@linux-mips.org> by Ralf Baechle · 19 years ago
  14. a206f6a [MIPS] Mention Broadcom part number for BigSur board by Martin Michlmayr · 19 years ago
  15. 8145095 [MIPS] Remove CONFIG_BUILD_ELF64. by Ralf Baechle · 19 years ago
  16. 219ac73 [MIPS] Further sparsification for 32-bit compat code. by Atsushi Nemoto · 19 years ago
  17. b1bcb36 [MIPS] fix wrong __user usage in _sysn32_rt_sigsuspend by Atsushi Nemoto · 19 years ago
  18. 9c6031c [MIPS] Signal cleanup by Atsushi Nemoto · 19 years ago
  19. 6254944 [MIPS] Reformat all of signal32.c with tabs instead of space for consistency by Martin Michlmayr · 19 years ago
  20. af2667f [MIPS] Delete unused sys32_waitpid. by Ralf Baechle · 19 years ago
  21. a8433137 [MIPS] Make I/O helpers more customizable by Atsushi Nemoto · 19 years ago
  22. c1449c8 [MIPS] Symmetric Uniprocessor support for Qemu. by Ralf Baechle · 19 years ago
  23. 37caa93 [MIPS] sc-rm7k.c cleanup by Atsushi Nemoto · 19 years ago
  24. bbad812 [MIPS] MIPS64 R2 optimizations for 64-bit endianess swapping. by Ralf Baechle · 19 years ago
  25. e87ddde [MIPS] Add early console for Cobalt. by Peter Horton · 19 years ago
  26. 55e9dce [CRYPTO] aes: Fixed array boundary violation by David McCullough · 19 years ago
  27. 06b42aa [CRYPTO] tcrypt: Fix key alignment by Atsushi Nemoto · 19 years ago
  28. 20ea340 [CRYPTO] all: Add missing cra_alignmask by Atsushi Nemoto · 19 years ago
  29. bbeb563 [CRYPTO] all: Use kzalloc where possible by Eric Sesterhenn · 19 years ago
  30. f10b789 [CRYPTO] api: Align tfm context as wide as possible by Herbert Xu · 19 years ago
  31. a5f8c47 [CRYPTO] twofish: Use rol32/ror32 where appropriate by Denis Vlasenko · 19 years ago
  32. 5e35941d [NETFILTER]: Add H.323 conntrack/NAT helper by Jing Min Zhao · 19 years ago
  33. 30ca3e3 [TG3]: Don't mark tg3_test_registers() as returning const. by David S. Miller · 19 years ago
  34. 322f74a [IPV6]: Cleanups for net/ipv6/addrconf.c (kzalloc, early exit) v2 by Ingo Oeser · 19 years ago
  35. 0c600ed [IPV6]: Nearly complete kzalloc cleanup for net/ipv6 by Ingo Oeser · 19 years ago
  36. 78c784c [IPV6]: Cleanup of net/ipv6/reassambly.c by Ingo Oeser · 19 years ago
  37. b3e83d6 [BRIDGE]: Remove duplicate const from is_link_local() argument type. by Andrew Morton · 19 years ago
  38. 3400112 [DECNET]: net/decnet/dn_route.c: fix inconsequent NULL checking by Adrian Bunk · 19 years ago
  39. 81789ef [TG3]: make drivers/net/tg3.c:tg3_request_irq() static by Adrian Bunk · 19 years ago
  40. 12ac84c [BRIDGE]: use LLC to send STP by Stephen Hemminger · 19 years ago
  41. f4ad2b1 [LLC]: llc_mac_hdr_init const arguments by Stephen Hemminger · 19 years ago
  42. fda93d9 [BRIDGE]: allow show/store of group multicast address by Stephen Hemminger · 19 years ago
  43. cf0f02d [BRIDGE]: use llc for receiving STP packets by Stephen Hemminger · 19 years ago
  44. 18fdb2b [BRIDGE]: stp timer to jiffies cleanup by Stephen Hemminger · 19 years ago
  45. f8ae737 [BRIDGE]: forwarding remove unneeded preempt and bh diasables by Stephen Hemminger · 19 years ago
  46. fdeabde [BRIDGE]: netfilter inline cleanup by Stephen Hemminger · 19 years ago
  47. 8b42ec3 [BRIDGE]: netfilter VLAN macro cleanup by Stephen Hemminger · 19 years ago
  48. f8a2602 [BRIDGE]: netfilter dont use __constant_htons by Stephen Hemminger · 19 years ago
  49. 789bc3e [BRIDGE]: netfilter whitespace by Stephen Hemminger · 19 years ago
  50. d5513a7 [BRIDGE]: optimize frame pass up by Stephen Hemminger · 19 years ago
  51. cee4854 [BRIDGE]: use kzalloc by Stephen Hemminger · 19 years ago
  52. 3b781fa [BRIDGE]: use kcalloc by Stephen Hemminger · 19 years ago
  53. a95fcac [BRIDGE]: use setup_timer by Stephen Hemminger · 19 years ago
  54. e3efe08 [BRIDGE]: remove unneeded bh disables by Stephen Hemminger · 19 years ago
  55. 9ebddc1 [BRIDGE] br_netfilter: Warning fixes. by Andrew Morton · 19 years ago
  56. 74ca4e5a [BRIDGE] ebtables: Build fix. by Andrew Morton · 19 years ago
  57. c8b2a6c [SPARC]: Fixup SO_PEERSEC value on 32-bit sparc. by David S. Miller · 19 years ago
  58. dbeff12 [INET]: Fix typo in Arnaldo's connection sock compat fixups. by David S. Miller · 19 years ago
  59. 8ca0d17 [DCCP] feat: Pass dccp_minisock ptr where only the minisock is used by Arnaldo Carvalho de Melo · 19 years ago
  60. a4bf390 [DCCP] minisock: Rename struct dccp_options to struct dccp_minisock by Arnaldo Carvalho de Melo · 19 years ago
  61. e6f5071 [SELINUX]: selinux_socket_getpeer_{stream,dgram} fixup by Catherine Zhang · 19 years ago
  62. 543d9cf [NET]: Identation & other cleanups related to compat_[gs]etsockopt cset by Arnaldo Carvalho de Melo · 19 years ago
  63. f94691a [SK_BUFF]: export skb_pull_rcsum by Arnaldo Carvalho de Melo · 19 years ago
  64. c841aa0 [SECURITY] getpeersec: Fix build breakage by Arnaldo Carvalho de Melo · 19 years ago
  65. e35fc38 [INFINIBAND] ipoib: Remove leftover use of neigh_ops->destructor by Arnaldo Carvalho de Melo · 19 years ago
  66. dec73ff [ICSK] compat: Introduce inet_csk_compat_[gs]etsockopt by Arnaldo Carvalho de Melo · 19 years ago
  67. d1d47be [SNAP]: Remove leftover unused hdr variable by Arnaldo Carvalho de Melo · 19 years ago
  68. 3fdadf7 [NET]: {get|set}sockopt compatibility layer by Dmitry Mishin · 19 years ago
  69. c750360 [IPV6]: remove useless test in ip6_append_data by Dave Jones · 19 years ago
  70. afb5bb5 [PKT_SCHED]: Let NET_CLS_ACT no longer depend on EXPERIMENTAL by Adrian Bunk · 19 years ago
  71. cbb042f [NET]: Replace skb_pull/skb_postpull_rcsum with skb_pull_rcsum by Herbert Xu · 19 years ago
  72. ecba320 [DECnet]: Use RCU locking in dn_rules.c by Steven Whitehouse · 19 years ago
  73. c60992d [DECnet]: Patch to fix recvmsg() flag check by Patrick Caulfield · 19 years ago
  74. c4ea94a [DECnet]: Endian annotation and fixes for DECnet. by Steven Whitehouse · 19 years ago
  75. 2c7946a [SECURITY]: TCP/UDP getpeersec by Catherine Zhang · 19 years ago
  76. be33690 [XFRM]: Fix aevent related crash by Patrick McHardy · 19 years ago
  77. 15d99e0 [TCP]: sysctl to allow TCP window > 32767 sans wscale by Rick Jones · 19 years ago
  78. c1b1bce [IPV4] ARP: Documentation for new arp_accept sysctl variable. by Neil Horman · 19 years ago
  79. abd596a [IPV4] ARP: Alloc acceptance of unsolicited ARP via netdevice sysctl. by Neil Horman · 19 years ago
  80. 59f1741 [TG3]: netif_carrier_off runs too early; could still be queued when init fails by Jeff Mahoney · 19 years ago
  81. 87546b1 [TIPC]: Avoid compiler warning by Per Liden · 19 years ago
  82. de70c5b [TIPC]: Reduce stack usage by Per Liden · 19 years ago
  83. 988f088 [TIPC]: Cleanups by Adrian Bunk · 19 years ago
  84. 7c501a5 [TIPC]: Remove unused functions by Per Liden · 19 years ago
  85. 05790c6 [TIPC]: Remove inlines from *.c by Sam Ravnborg · 19 years ago
  86. 1fc54d8 [TIPC]: Fix simple sparse warnings by Sam Ravnborg · 19 years ago
  87. edb2c34 [NETFILTER]: Fix warnings in ip_nat_snmp_basic.c by David S. Miller · 19 years ago
  88. fb95049 [DCCP]: Fix uninitialized var warnings in dccp_parse_options(). by David S. Miller · 19 years ago
  89. 57b47a5 [NET]: sem2mutex part 2 by Ingo Molnar · 19 years ago
  90. 6613f82 [ATM] suni: cast arg properly in SONET_SETFRAMING by Alexey Dobriyan · 19 years ago
  91. 471a24c [WAN]: fix section mismatch warning in sbni by Sam Ravnborg · 19 years ago
  92. e3968fc [SUNGEM]: sem2mutex by Ingo Molnar · 19 years ago
  93. 758df69 [CASSINI]: sem2mutex by Ingo Molnar · 19 years ago
  94. 73a6c63 [IRDA]: remove MODULE_PARM() by Andrew Morton · 19 years ago
  95. 4a3e2f7 [NET] sem2mutex: net/ by Arjan van de Ven · 19 years ago
  96. d4ccd08 [IRDA] sem2mutex: drivers/net/irda by Arjan van de Ven · 19 years ago
  97. 1533306 [NET]: dev_put/dev_hold cleanup by Stephen Hemminger · 19 years ago
  98. 2d0817d [DCCP] options: Make dccp_insert_options & friends yell on error by Arnaldo Carvalho de Melo · 19 years ago
  99. 110bae4 [DCCP]: Remove leftover dccp_send_response prototype by Arnaldo Carvalho de Melo · 19 years ago
  100. c5fed15 [DCCP]: ditch dccp_v[46]_ctl_send_ack by Arnaldo Carvalho de Melo · 19 years ago